diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-21 06:51:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-21 06:51:22 +0000 |
commit | c748a07d9db461940ea0d28acd3720902910e3c1 (patch) | |
tree | 14d5ea5be887a6a8f2c10a1ffb7a77cbdb0dfeb3 /x11-themes | |
parent | marked x86 per bug 421979 (diff) | |
download | gentoo-2-c748a07d9db461940ea0d28acd3720902910e3c1.tar.gz gentoo-2-c748a07d9db461940ea0d28acd3720902910e3c1.tar.bz2 gentoo-2-c748a07d9db461940ea0d28acd3720902910e3c1.zip |
old
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/fvwm-crystal/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild | 62 |
2 files changed, 5 insertions, 63 deletions
diff --git a/x11-themes/fvwm-crystal/ChangeLog b/x11-themes/fvwm-crystal/ChangeLog index 79e7b8899ef9..5d7e8f2f200a 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.70 2012/06/21 06:22:08 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.71 2012/06/21 06:51:22 ssuominen Exp $ + + 21 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> + -fvwm-crystal-3.0.6-r1.ebuild: + old 21 Jun 2012; Jeff Horelick <jdhore@gentoo.org> fvwm-crystal-3.0.6-r2.ebuild: marked x86 per bug 422435 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 deleted file mode 100644 index 2e8f70ccdafa..000000000000 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2012 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.8 2012/01/23 10:39:29 ssuominen Exp $ - -EAPI=4 - -PYTHON_DEPEND="2:2.7" - -inherit eutils python - -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" -IUSE="" - -RDEPEND="|| ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] ) - x11-apps/xwd - || ( x11-misc/habak x11-misc/hsetroot ) - || ( x11-misc/stalonetray x11-misc/trayer ) - >=x11-wm/fvwm-2.6.2[png]" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - find . -type d -name '.svn' -prune -exec rm -rf {} ';' || die - python_convert_shebangs -r 2 bin fvwm/scripts #317041 - epatch "${FILESDIR}"/fvwm-crystal.apps.patch -} - -src_install() { - einstall - - dodoc AUTHORS README INSTALL NEWS ChangeLog doc/* - - docinto examples - dodoc addons/* - - exeinto /etc/X11/Sessions - doexe "${FILESDIR}"/fvwm-crystal - - insinto /usr/share/xsessions - doins addons/fvwm-crystal.desktop -} - -pkg_postinst() { - einfo - einfo "Configuration examples can be found in ${ROOT}usr/share/doc/${PF}/examples/" - einfo - einfo "Many applications can extend functionality of fvwm-crystal." - einfo "They are listed in the INSTALL file in ${ROOT}usr/share/doc/${PF}." - einfo - ewarn "In this release, all hyphens (-) in names of env variables" - ewarn "used by FVWM-Crystal have been replaced by underscores (_)." - ewarn "You may need to update your configuration." -} |