diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-11 17:13:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-11 17:13:22 +0000 |
commit | 2b6dbc5211f6599acb18bd265316a4b55ab2fbaa (patch) | |
tree | 2a4b41295ce27184b2e6746a939c694d45a2954e /x11-themes/fvwm-themes | |
parent | Revert everything except amd64 and x86 to ~arch wrt #390025 (diff) | |
download | gentoo-2-2b6dbc5211f6599acb18bd265316a4b55ab2fbaa.tar.gz gentoo-2-2b6dbc5211f6599acb18bd265316a4b55ab2fbaa.tar.bz2 gentoo-2-2b6dbc5211f6599acb18bd265316a4b55ab2fbaa.zip |
Revert everything except amd64 and x86 to ~arch wrt #390025
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/fvwm-themes')
-rw-r--r-- | x11-themes/fvwm-themes/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild | 21 |
2 files changed, 16 insertions, 12 deletions
diff --git a/x11-themes/fvwm-themes/ChangeLog b/x11-themes/fvwm-themes/ChangeLog index c6d7955caa11..c607074c551f 100644 --- a/x11-themes/fvwm-themes/ChangeLog +++ b/x11-themes/fvwm-themes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/fvwm-themes -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/ChangeLog,v 1.18 2010/05/28 12:39:31 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/ChangeLog,v 1.19 2011/11/11 17:13:22 ssuominen Exp $ + + 11 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> fvwm-themes-0.7.0.ebuild: + Revert everything except amd64 and x86 to ~arch wrt #390025 28 May 2010; Kacper Kowalik <xarthisius@gentoo.org> fvwm-themes-0.7.0.ebuild, files/fvwm-themes-0.7.0-posix-sort.patch: 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() { |