summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-13 08:35:41 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-13 08:35:41 +0000
commit88bcb9911de2129ddca29f0ebe0166f067c1df09 (patch)
tree58a7282c01723d85b1734c612373c41662dcd333 /x11-plugins/gkrellshoot
parentremoved the G*DISABLE_DEPRECATED stuff to fix bug #47662; clean out old ebuil... (diff)
downloadgentoo-2-88bcb9911de2129ddca29f0ebe0166f067c1df09.tar.gz
gentoo-2-88bcb9911de2129ddca29f0ebe0166f067c1df09.tar.bz2
gentoo-2-88bcb9911de2129ddca29f0ebe0166f067c1df09.zip
rdepend on media-gfx/imagemagick (bug #47654); use emake; tidy
Diffstat (limited to 'x11-plugins/gkrellshoot')
-rw-r--r--x11-plugins/gkrellshoot/ChangeLog6
-rw-r--r--x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild19
2 files changed, 15 insertions, 10 deletions
diff --git a/x11-plugins/gkrellshoot/ChangeLog b/x11-plugins/gkrellshoot/ChangeLog
index 4c03bc70bf02..2ebd4a35d175 100644
--- a/x11-plugins/gkrellshoot/ChangeLog
+++ b/x11-plugins/gkrellshoot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/gkrellshoot
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/ChangeLog,v 1.8 2004/02/29 16:30:49 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/ChangeLog,v 1.9 2004/04/13 08:35:41 mr_bones_ Exp $
+
+ 13 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ gkrellshoot-0.4.1.ebuild:
+ rdepend on media-gfx/imagemagick (bug #47654); use emake; tidy
29 Feb 2004; Ciaran McCreesh <ciaranm@gentoo.org> gkrellshoot-0.4.1.ebuild:
Stable on sparc
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild
index 983ae826e568..debba5cd9601 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild
@@ -1,24 +1,25 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild,v 1.11 2004/03/26 23:10:05 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild,v 1.12 2004/04/13 08:35:41 mr_bones_ Exp $
-IUSE=""
S=${WORKDIR}/${P/s/S}
DESCRIPTION="GKrellm2 plugin to take screen shots and lock screen"
-SRC_URI="mirror://sourceforge/gkrellshoot/${P}.tar.gz"
HOMEPAGE="http://gkrellshoot.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gkrellshoot/${P}.tar.gz"
-DEPEND=">=app-admin/gkrellm-2*"
-
-SLOT="2"
LICENSE="GPL-2"
+SLOT="2"
KEYWORDS="x86 sparc ~alpha"
+IUSE=""
-src_compile() {
+DEPEND="=x11-libs/gtk+-2*
+ >=app-admin/gkrellm-2*"
+RDEPEND="${DEPEND}
+ media-gfx/imagemagick"
+src_compile() {
export CFLAGS="${CFLAGS/-O?/}"
-
- make || die
+ emake || die "emake failed"
}
src_install () {