diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-03-26 17:00:28 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-03-26 17:00:28 +0000 |
commit | 1945045623715318122545f888d8567948bbeabd (patch) | |
tree | 2c0728d9aa5f43abfd8061bb56b6b2376df6f636 /x11-plugins | |
parent | Keyworded ~x86-fbsd wrt bug 165286 (diff) | |
download | gentoo-2-1945045623715318122545f888d8567948bbeabd.tar.gz gentoo-2-1945045623715318122545f888d8567948bbeabd.tar.bz2 gentoo-2-1945045623715318122545f888d8567948bbeabd.zip |
Version bump, 0.4.4 is released (bug 171864)
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellshoot/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/gkrellshoot/files/digest-gkrellshoot-0.4.4 | 3 | ||||
-rw-r--r-- | x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild | 18 |
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-plugins/gkrellshoot/ChangeLog b/x11-plugins/gkrellshoot/ChangeLog index cad24049f4b4..94d645291b0a 100644 --- a/x11-plugins/gkrellshoot/ChangeLog +++ b/x11-plugins/gkrellshoot/ChangeLog @@ -1,6 +1,11 @@ # 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.22 2007/03/12 16:08:22 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/ChangeLog,v 1.23 2007/03/26 17:00:28 lack Exp $ + +*gkrellshoot-0.4.4 (26 Mar 2007) + + 26 Mar 2007; Jim Ramsay <lack@gentoo.org> +gkrellshoot-0.4.4.ebuild: + Version bump, 0.4.4 is released (bug 171864) 12 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellshoot-0.4.1.ebuild, gkrellshoot-0.4.3.ebuild: diff --git a/x11-plugins/gkrellshoot/files/digest-gkrellshoot-0.4.4 b/x11-plugins/gkrellshoot/files/digest-gkrellshoot-0.4.4 new file mode 100644 index 000000000000..c056a2b05907 --- /dev/null +++ b/x11-plugins/gkrellshoot/files/digest-gkrellshoot-0.4.4 @@ -0,0 +1,3 @@ +MD5 aa5d16c2a284e018dbab532bec44a0d6 gkrellshoot-0.4.4.tar.gz 16556 +RMD160 7c64ece3a46a31b205978e456c09c42776d2482d gkrellshoot-0.4.4.tar.gz 16556 +SHA256 1cc1ff8a00cd8e76f7efdd3baffc9bd330ecbb549e8c1ce8a04a2cfa867bc164 gkrellshoot-0.4.4.tar.gz 16556 diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild new file mode 100644 index 000000000000..ede55faa48b2 --- /dev/null +++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild @@ -0,0 +1,18 @@ +# 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.4.ebuild,v 1.1 2007/03/26 17:00:28 lack Exp $ + +inherit gkrellm-plugin + +S=${WORKDIR}/${P/s/S} +DESCRIPTION="GKrellm2 plugin to take screen shots and lock screen" +HOMEPAGE="http://gkrellshoot.sourceforge.net/" +SRC_URI="mirror://sourceforge/gkrellshoot/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="media-gfx/imagemagick" + |