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
commit1ae84ae5969697fd4f99b59d147b73e15d7b5adf (patch)
treed4a50abe0a659cf3d50ec286fb17ade5056302ce /x11-plugins
parentremoved the G*DISABLE_DEPRECATED stuff to fix bug #47662; clean out old ebuilds (diff)
downloadhistorical-1ae84ae5969697fd4f99b59d147b73e15d7b5adf.tar.gz
historical-1ae84ae5969697fd4f99b59d147b73e15d7b5adf.tar.bz2
historical-1ae84ae5969697fd4f99b59d147b73e15d7b5adf.zip
rdepend on media-gfx/imagemagick (bug #47654); use emake; tidy
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellshoot/ChangeLog6
-rw-r--r--x11-plugins/gkrellshoot/Manifest4
-rw-r--r--x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild19
3 files changed, 17 insertions, 12 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/Manifest b/x11-plugins/gkrellshoot/Manifest
index 78f733a0a755..4867dc584c2f 100644
--- a/x11-plugins/gkrellshoot/Manifest
+++ b/x11-plugins/gkrellshoot/Manifest
@@ -1,5 +1,5 @@
-MD5 4de22fda591f5f2a8dabf4a945c6da55 gkrellshoot-0.4.1.ebuild 692
-MD5 bac3a9a827a7555f81347e9a74001a7d ChangeLog 1511
+MD5 06f9d7ae8e323d3276b105ffb7e77f73 ChangeLog 1662
MD5 11c13b69ecdbeca1af5227fcd348b710 gkrellshoot-0.3.2.ebuild 798
+MD5 52151d3a9a3e023d2aaff3931f0b131f gkrellshoot-0.4.1.ebuild 773
MD5 1b94315da93e6a9ea08d07f726fccc58 files/digest-gkrellshoot-0.3.2 68
MD5 2ddc84839a8d815f0163cd6cf58992f4 files/digest-gkrellshoot-0.4.1 68
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 () {