summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-12 16:08:22 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-12 16:08:22 +0000
commitbc199752c4f2407025a906c4a78208e6bad52899 (patch)
tree22fe23c7415bf1b6afd2eeaf063bdf3ed68bef3d /x11-plugins/gkrellshoot
parentStable on sparc (diff)
downloadgentoo-2-bc199752c4f2407025a906c4a78208e6bad52899.tar.gz
gentoo-2-bc199752c4f2407025a906c4a78208e6bad52899.tar.bz2
gentoo-2-bc199752c4f2407025a906c4a78208e6bad52899.zip
Updated to use new gkrellm-plugin eclass
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkrellshoot')
-rw-r--r--x11-plugins/gkrellshoot/ChangeLog6
-rw-r--r--x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild21
-rw-r--r--x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild21
3 files changed, 14 insertions, 34 deletions
diff --git a/x11-plugins/gkrellshoot/ChangeLog b/x11-plugins/gkrellshoot/ChangeLog
index bcfda657f9cc..cad24049f4b4 100644
--- a/x11-plugins/gkrellshoot/ChangeLog
+++ b/x11-plugins/gkrellshoot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/gkrellshoot
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/ChangeLog,v 1.21 2007/02/21 21:38:12 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/ChangeLog,v 1.22 2007/03/12 16:08:22 lack Exp $
+
+ 12 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellshoot-0.4.1.ebuild,
+ gkrellshoot-0.4.3.ebuild:
+ Updated to use new gkrellm-plugin eclass
21 Feb 2007; Jim Ramsay <lack@gentoo.org> +metadata.xml,
-gkrellshoot-0.3.2.ebuild:
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild
index b0f69d0d3923..caa7e35a422f 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# 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.19 2005/09/17 10:08:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild,v 1.20 2007/03/12 16:08:22 lack Exp $
+
+inherit gkrellm-plugin
S=${WORKDIR}/${P/s/S}
DESCRIPTION="GKrellm2 plugin to take screen shots and lock screen"
@@ -12,18 +14,5 @@ SLOT="2"
KEYWORDS="alpha amd64 ppc sparc x86"
IUSE=""
-DEPEND="=x11-libs/gtk+-2*
- >=app-admin/gkrellm-2"
-RDEPEND="${DEPEND}
- media-gfx/imagemagick"
-
-src_compile() {
- export CFLAGS="${CFLAGS/-O?/}"
- emake || die "emake failed"
-}
+RDEPEND="media-gfx/imagemagick"
-src_install () {
- insinto /usr/lib/gkrellm2/plugins
- doins gkrellshoot.so
- dodoc README ChangeLog
-}
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild
index 8c9dbf354c12..3c1c2b4e59e0 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild,v 1.7 2006/10/29 07:42:37 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild,v 1.8 2007/03/12 16:08:22 lack Exp $
-inherit multilib
+inherit gkrellm-plugin
S=${WORKDIR}/${P/s/S}
DESCRIPTION="GKrellm2 plugin to take screen shots and lock screen"
@@ -14,18 +14,5 @@ SLOT="2"
KEYWORDS="alpha ~amd64 ppc sparc x86"
IUSE=""
-DEPEND="=x11-libs/gtk+-2*
- >=app-admin/gkrellm-2"
-RDEPEND="${DEPEND}
- media-gfx/imagemagick"
+RDEPEND="media-gfx/imagemagick"
-src_compile() {
- export CFLAGS="${CFLAGS/-O?/}"
- emake || die "emake failed"
-}
-
-src_install () {
- insinto /usr/$(get_libdir)/gkrellm2/plugins
- doins gkrellshoot.so
- dodoc README ChangeLog
-}