diff options
author | Jonathan Callen <abcd@gentoo.org> | 2011-03-22 19:31:10 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2011-03-22 19:31:10 +0000 |
commit | c115aac6b443190b496cb8f303dcc775c3e1008f (patch) | |
tree | f33b5f7050f8ceadd4b631b2c9764323c7b446a6 /x11-misc/wmakerconf | |
parent | Marking libgsf-1.14.19 ~ppc for bug 353436 (diff) | |
download | gentoo-2-c115aac6b443190b496cb8f303dcc775c3e1008f.tar.gz gentoo-2-c115aac6b443190b496cb8f303dcc775c3e1008f.tar.bz2 gentoo-2-c115aac6b443190b496cb8f303dcc775c3e1008f.zip |
Bump to EAPI=3, merge prefix changes, add ~x86-linux/~amd64-linux
(Portage version: 2.2.0_alpha27_p2/cvs/Linux i686)
Diffstat (limited to 'x11-misc/wmakerconf')
-rw-r--r-- | x11-misc/wmakerconf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.12.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-misc/wmakerconf/ChangeLog b/x11-misc/wmakerconf/ChangeLog index 9c25053357b1..15366d0b51e0 100644 --- a/x11-misc/wmakerconf/ChangeLog +++ b/x11-misc/wmakerconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/wmakerconf # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.37 2011/01/13 18:16:57 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.38 2011/03/22 19:31:10 abcd Exp $ + + 22 Mar 2011; Jonathan Callen <abcd@gentoo.org> wmakerconf-2.12.ebuild: + Bump to EAPI=3, merge prefix changes, add ~x86-linux/~amd64-linux 13 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> wmakerconf-2.12.ebuild: diff --git a/x11-misc/wmakerconf/wmakerconf-2.12.ebuild b/x11-misc/wmakerconf/wmakerconf-2.12.ebuild index 9cbf1687308b..da9f620b29a7 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.12.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.12.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v 1.4 2011/01/13 18:16:57 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v 1.5 2011/03/22 19:31:10 abcd Exp $ -EAPI=2 +EAPI=3 DESCRIPTION="X based config tool for the windowmaker X windowmanager." HOMEPAGE="http://wmakerconf.sourceforge.net/" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="imlib nls perl" RDEPEND="x11-libs/gtk+:2 @@ -36,9 +36,9 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" gnulocaledir="${D}/usr/share/locale" install || die + emake DESTDIR="${D}" gnulocaledir="${ED}/usr/share/locale" install || die dodoc AUTHORS ChangeLog MANUAL NEWS README TODO doman man/*.1 - rm -f "${D}"/usr/share/${PN}/{AUTHORS,README,COPYING,NEWS,MANUAL,ABOUT-NLS,NLS-TEAM1,ChangeLog} + rm -f "${ED}"/usr/share/${PN}/{AUTHORS,README,COPYING,NEWS,MANUAL,ABOUT-NLS,NLS-TEAM1,ChangeLog} } |