diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-11 17:07:35 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-11 17:07:35 +0000 |
commit | 997533b39df897c8c690e47e51b1bcade8c039df (patch) | |
tree | 10ea0ea988231e282fbc7ae0de83b2df9257a549 /x11-themes/fvwm-crystal | |
parent | Fix for improving Python-related code (bug #311207). Proxying for idella4 (diff) | |
download | gentoo-2-997533b39df897c8c690e47e51b1bcade8c039df.tar.gz gentoo-2-997533b39df897c8c690e47e51b1bcade8c039df.tar.bz2 gentoo-2-997533b39df897c8c690e47e51b1bcade8c039df.zip |
amd64/x86 stable wrt #385143
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/fvwm-crystal')
-rw-r--r-- | x11-themes/fvwm-crystal/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild | 15 |
2 files changed, 13 insertions, 8 deletions
diff --git a/x11-themes/fvwm-crystal/ChangeLog b/x11-themes/fvwm-crystal/ChangeLog index f7d7b2d44224..f0b0b1c2fcd0 100644 --- a/x11-themes/fvwm-crystal/ChangeLog +++ b/x11-themes/fvwm-crystal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/fvwm-crystal # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.62 2011/09/27 13:52:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.63 2011/11/11 17:07:35 ssuominen Exp $ + + 11 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> + fvwm-crystal-3.0.6-r1.ebuild: + amd64/x86 stable wrt #385143 27 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> fvwm-crystal-3.0.6-r1.ebuild: diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild index 0d44fb4edbfa..e65c849897f6 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild @@ -1,19 +1,20 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild,v 1.4 2011/09/27 13:52:26 ssuominen Exp $ - -EAPI="2" +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild,v 1.5 2011/11/11 17:07:35 ssuominen Exp $ +EAPI=2 inherit eutils DESCRIPTION="Configurable and full featured theme for FVWM, with lots of transparency" HOMEPAGE="http://gna.org/projects/fvwm-crystal/" SRC_URI="http://download.gna.org/${PN}/${PV}/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" IUSE="" -RDEPEND=">=x11-wm/fvwm-2.5.13[png] + +RDEPEND=">=x11-wm/fvwm-2.6.2[png] dev-lang/python media-gfx/imagemagick || ( x11-misc/stalonetray x11-misc/trayer ) @@ -23,11 +24,11 @@ RDEPEND=">=x11-wm/fvwm-2.5.13[png] src_prepare() { find . -type d -name '.svn' -prune -exec rm -rf {} ';' || die - epatch "${FILESDIR}/fvwm-crystal.apps.patch" + epatch "${FILESDIR}"/fvwm-crystal.apps.patch } src_install() { - einstall || die "einstall failed" + einstall || die dodoc AUTHORS README INSTALL NEWS ChangeLog doc/* || die |