diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-11 17:16:53 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-11 17:16:53 +0000 |
commit | d71dac0afa91785bd7dca6c8e4ae701d748c64d9 (patch) | |
tree | e47e237a677a2c88454a08b3a6f8546fe30bc801 /x11-themes | |
parent | old (diff) | |
download | gentoo-2-d71dac0afa91785bd7dca6c8e4ae701d748c64d9.tar.gz gentoo-2-d71dac0afa91785bd7dca6c8e4ae701d748c64d9.tar.bz2 gentoo-2-d71dac0afa91785bd7dca6c8e4ae701d748c64d9.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')
-rw-r--r-- | x11-themes/fvwm_icons/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild | 22 |
2 files changed, 18 insertions, 11 deletions
diff --git a/x11-themes/fvwm_icons/ChangeLog b/x11-themes/fvwm_icons/ChangeLog index 5b200538f3fb..428b74355c39 100644 --- a/x11-themes/fvwm_icons/ChangeLog +++ b/x11-themes/fvwm_icons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/fvwm_icons -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_icons/ChangeLog,v 1.12 2007/08/07 11:53:22 uberlord Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_icons/ChangeLog,v 1.13 2011/11/11 17:16:53 ssuominen Exp $ + + 11 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> fvwm_icons-1.0.ebuild: + Revert everything except amd64 and x86 to ~arch wrt #390025 07 Aug 2007; Roy Marples <uberlord@gentoo.org> fvwm_icons-1.0.ebuild: Keyworded ~x86-fbsd, #141142 thanks to Robert Annessi diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild index 37e2ac6c8303..aeefbcfdbe1b 100644 --- a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild +++ b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild @@ -1,18 +1,22 @@ -# 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_icons/fvwm_icons-1.0.ebuild,v 1.16 2010/02/24 14:52:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild,v 1.17 2011/11/11 17:16:53 ssuominen Exp $ -S=${WORKDIR}/${PN} DESCRIPTION="Icons for use with FVWM" -SRC_URI="http://www.fvwm.org/generated/icon_download/fvwm_icons.tar.bz2" HOMEPAGE="http://www.fvwm.org/" -IUSE="" -DEPEND="x11-wm/fvwm" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -SLOT="0" +SRC_URI="http://www.fvwm.org/generated/icon_download/fvwm_icons.tar.bz2" + LICENSE="GPL-2 FVWM" +SLOT="0" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-wm/fvwm-2.6.2" +DEPEND="" + +S=${WORKDIR}/${PN} -src_install () { +src_install() { dodir /usr/share/icons/fvwm insinto /usr/share/icons/fvwm doins "${S}"/* |