diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-08-21 08:35:19 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-08-21 08:35:19 +0000 |
commit | 01e8f2effce0e41559bae2e18fb0adac0d6cbb6d (patch) | |
tree | a328bfdc56baec8b6e93052d182e7bac84f2d6fb /x11-plugins/wmnd | |
parent | Minor cleanups (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-plugins/wmnd/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.17.ebuild (renamed from x11-plugins/wmnd/wmnd-0.4.13.ebuild) | 25 |
2 files changed, 13 insertions, 20 deletions
diff --git a/x11-plugins/wmnd/ChangeLog b/x11-plugins/wmnd/ChangeLog index d270c78ce86b..b094106acfc6 100644 --- a/x11-plugins/wmnd/ChangeLog +++ b/x11-plugins/wmnd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/wmnd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.53 2012/07/29 18:36:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.54 2012/08/21 08:35:19 voyageur Exp $ + +*wmnd-0.4.17 (21 Aug 2012) + + 21 Aug 2012; Bernard Cafarelli <voyageur@gentoo.org> -wmnd-0.4.13.ebuild, + +wmnd-0.4.17.ebuild: + Version bump, drop old version 29 Jul 2012; Raúl Porcel <armin76@gentoo.org> wmnd-0.4.13.ebuild, wmnd-0.4.16.ebuild: diff --git a/x11-plugins/wmnd/wmnd-0.4.13.ebuild b/x11-plugins/wmnd/wmnd-0.4.17.ebuild index 404ce01d639f..bf3d6812e532 100644 --- a/x11-plugins/wmnd/wmnd-0.4.13.ebuild +++ b/x11-plugins/wmnd/wmnd-0.4.17.ebuild @@ -1,17 +1,17 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.17.ebuild,v 1.1 2012/08/21 08:35:19 voyageur Exp $ -EAPI=3 +EAPI=4 -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" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-solaris" +IUSE="snmp" RDEPEND="x11-libs/libX11 x11-libs/libXext @@ -21,21 +21,8 @@ RDEPEND="x11-libs/libX11 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" +src_install() { + emake DESTDIR="${D}" install dodoc README AUTHORS ChangeLog NEWS TODO - - # gpl.info is no valid .info file. Causes errors with install-info. - rm -r "${ED}"/usr/share/info } |