diff options
author | 2011-11-11 17:19:12 +0000 | |
---|---|---|
committer | 2011-11-11 17:19:12 +0000 | |
commit | 83ca890ad1c7a3e77e80b14446076b312109472b (patch) | |
tree | 04a11e98e406bff6b28ac303efc47460913e29c9 /x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild | |
parent | old (diff) | |
download | historical-83ca890ad1c7a3e77e80b14446076b312109472b.tar.gz historical-83ca890ad1c7a3e77e80b14446076b312109472b.tar.bz2 historical-83ca890ad1c7a3e77e80b14446076b312109472b.zip |
Revert everything except amd64 and x86 to ~arch wrt #390025
Package-Manager: portage-2.2.0_alpha72/cvs/Linux x86_64
Diffstat (limited to 'x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild')
-rw-r--r-- | x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild b/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild index 80a2aaf7ab5c..29067848576b 100644 --- a/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild +++ b/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild,v 1.17 2010/05/28 12:39:31 xarthisius Exp $ - -EAPI="2" +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild,v 1.18 2011/11/11 17:13:22 ssuominen Exp $ +EAPI=2 inherit autotools eutils DESCRIPTION="A configuration framework for the fvwm window manager" @@ -12,18 +11,20 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="gnome" -RDEPEND=">=x11-wm/fvwm-2.5.8" +RDEPEND=">=x11-wm/fvwm-2.6.2" DEPEND="${RDEPEND} gnome? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) )" src_prepare() { - epatch "${FILESDIR}/${P}-gentoo.patch" \ - "${FILESDIR}/${P}-posix-sort.patch" + epatch \ + "${FILESDIR}"/${P}-gentoo.patch \ + "${FILESDIR}"/${P}-posix-sort.patch + eautoreconf } @@ -31,9 +32,9 @@ src_configure() { econf $(use_enable gnome gnome-icons) } -src_install () { +src_install() { emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO || die + dodoc AUTHORS ChangeLog NEWS README TODO } pkg_postinst() { |