summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2012-08-21 08:35:19 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2012-08-21 08:35:19 +0000
commit01e8f2effce0e41559bae2e18fb0adac0d6cbb6d (patch)
treea328bfdc56baec8b6e93052d182e7bac84f2d6fb /x11-plugins/wmnd/wmnd-0.4.13.ebuild
parentMinor cleanups (diff)
downloadgentoo-2-01e8f2effce0e41559bae2e18fb0adac0d6cbb6d.tar.gz
gentoo-2-01e8f2effce0e41559bae2e18fb0adac0d6cbb6d.tar.bz2
gentoo-2-01e8f2effce0e41559bae2e18fb0adac0d6cbb6d.zip
Version bump, drop old version
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmnd/wmnd-0.4.13.ebuild')
-rw-r--r--x11-plugins/wmnd/wmnd-0.4.13.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/x11-plugins/wmnd/wmnd-0.4.13.ebuild b/x11-plugins/wmnd/wmnd-0.4.13.ebuild
deleted file mode 100644
index 404ce01d639f..000000000000
--- a/x11-plugins/wmnd/wmnd-0.4.13.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.13.ebuild,v 1.8 2012/07/29 18:36:14 armin76 Exp $
-
-EAPI=3
-
-IUSE="snmp"
-DESCRIPTION="WindowMaker Network Devices (dockapp)"
-HOMEPAGE="http://www.thregr.org/~wavexx/software/wmnd/"
-SRC_URI="http://www.thregr.org/~wavexx/software/wmnd/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXt
- x11-libs/libXpm
- snmp? ( >=net-analyzer/net-snmp-5.2.1 )"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-src_configure()
-{
- if use snmp; then
- LDFLAGS="$LDFLAGS -lcrypto"
- fi
-
- LDFLAGS="$LDFLAGS" econf
-}
-
-src_install()
-{
- einstall || die "make install failed"
-
- dodoc README AUTHORS ChangeLog NEWS TODO
-
- # gpl.info is no valid .info file. Causes errors with install-info.
- rm -r "${ED}"/usr/share/info
-}