summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-09-28 22:50:47 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-09-28 22:50:47 +0000
commit09dfbb847f78fe3a5b1cb590a573a2bfea3a5574 (patch)
tree07d1b10b85c64eb863e2d0616a0c0a4406398556 /x11-themes/fvwm-crystal
parentAdd a pic useflag (diff)
downloadgentoo-2-09dfbb847f78fe3a5b1cb590a573a2bfea3a5574.tar.gz
gentoo-2-09dfbb847f78fe3a5b1cb590a573a2bfea3a5574.tar.bz2
gentoo-2-09dfbb847f78fe3a5b1cb590a573a2bfea3a5574.zip
Adding RDEPEND on x11-apps/xwd and media-gfx/imagemagick[png] , bug 282137
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'x11-themes/fvwm-crystal')
-rw-r--r--x11-themes/fvwm-crystal/ChangeLog6
-rw-r--r--x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild12
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-themes/fvwm-crystal/ChangeLog b/x11-themes/fvwm-crystal/ChangeLog
index 468519ab7a42..50c4dbfe2199 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.59 2009/06/26 20:04:35 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.60 2009/09/28 22:50:47 vostorga Exp $
+
+ 28 Sep 2009; Víctor Ostorga <vostorga@gentoo.org>
+ fvwm-crystal-3.0.6-r1.ebuild:
+ Adding RDEPEND on x11-apps/xwd and media-gfx/imagemagick[png] , bug 282137
*fvwm-crystal-3.0.6-r1 (26 Jun 2009)
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 481fe530204b..74c24bc76db0 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,6 +1,8 @@
# Copyright 1999-2009 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.1 2009/06/26 20:04:35 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild,v 1.2 2009/09/28 22:50:47 vostorga Exp $
+
+EAPI="2"
inherit eutils
@@ -15,11 +17,11 @@ RDEPEND=">=x11-wm/fvwm-2.5.13
dev-lang/python
media-gfx/imagemagick
|| ( x11-misc/stalonetray x11-misc/trayer )
- || ( x11-misc/habak x11-misc/hsetroot )"
+ || ( x11-misc/habak x11-misc/hsetroot )
+ x11-apps/xwd
+ media-gfx/imagemagick[png]"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
find . -type d -name '.svn' -prune -exec rm -rf {} ';' || die
epatch "${FILESDIR}/fvwm-crystal.apps.patch"
}