diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-03-12 17:46:17 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-03-12 17:46:17 +0000 |
commit | 5916f601c0893c4570830d1b340eb473a527d936 (patch) | |
tree | 19d49ec895c84e4c4bd05ca29fa911fc5ad75944 /x11-plugins | |
parent | x86 stable (diff) | |
download | gentoo-2-5916f601c0893c4570830d1b340eb473a527d936.tar.gz gentoo-2-5916f601c0893c4570830d1b340eb473a527d936.tar.bz2 gentoo-2-5916f601c0893c4570830d1b340eb473a527d936.zip |
Cleaning up old versions after stabilization
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellsun/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellsun/files/digest-gkrellsun-0.12.1 | 3 | ||||
-rw-r--r-- | x11-plugins/gkrellsun/files/digest-gkrellsun-0.12.2 | 3 | ||||
-rw-r--r-- | x11-plugins/gkrellsun/gkrellsun-0.12.1.ebuild | 28 | ||||
-rw-r--r-- | x11-plugins/gkrellsun/gkrellsun-0.12.2.ebuild | 30 |
5 files changed, 5 insertions, 65 deletions
diff --git a/x11-plugins/gkrellsun/ChangeLog b/x11-plugins/gkrellsun/ChangeLog index 58f7d7e80835..753f8e26c395 100644 --- a/x11-plugins/gkrellsun/ChangeLog +++ b/x11-plugins/gkrellsun/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellsun # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v 1.25 2007/03/12 17:23:17 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v 1.26 2007/03/12 17:46:16 lack Exp $ + + 12 Mar 2007; Jim Ramsay <lack@gentoo.org> -gkrellsun-0.12.1.ebuild, + -gkrellsun-0.12.2.ebuild: + Cleaning up old versions after stabilization 12 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> gkrellsun-1.0.0-r1.ebuild: diff --git a/x11-plugins/gkrellsun/files/digest-gkrellsun-0.12.1 b/x11-plugins/gkrellsun/files/digest-gkrellsun-0.12.1 deleted file mode 100644 index 546a2e746300..000000000000 --- a/x11-plugins/gkrellsun/files/digest-gkrellsun-0.12.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d696f5a3d3e4669669246086af29f5d8 gkrellsun-0.12.1.tar.gz 91995 -RMD160 4c04750a25aa08cafff88eb8e3c410a0998d1d8e gkrellsun-0.12.1.tar.gz 91995 -SHA256 f420ba5e2e935f2ca6d396ae0560c1e6179a403582e91ea12ae53c119df5c090 gkrellsun-0.12.1.tar.gz 91995 diff --git a/x11-plugins/gkrellsun/files/digest-gkrellsun-0.12.2 b/x11-plugins/gkrellsun/files/digest-gkrellsun-0.12.2 deleted file mode 100644 index 5c7a4133146d..000000000000 --- a/x11-plugins/gkrellsun/files/digest-gkrellsun-0.12.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3cbe9973a2fea7d85352fb8d8370a819 gkrellsun-0.12.2.tar.gz 95657 -RMD160 8ffb10d39989bacc4dc48d69306fbcae7143fd09 gkrellsun-0.12.2.tar.gz 95657 -SHA256 274fe1e5aae1bf0480878eb244579115f5b30bad17df4925edd16c5a17f3d4a5 gkrellsun-0.12.2.tar.gz 95657 diff --git a/x11-plugins/gkrellsun/gkrellsun-0.12.1.ebuild b/x11-plugins/gkrellsun/gkrellsun-0.12.1.ebuild deleted file mode 100644 index c71f6f054864..000000000000 --- a/x11-plugins/gkrellsun/gkrellsun-0.12.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/gkrellsun-0.12.1.ebuild,v 1.5 2005/09/17 10:09:19 agriffis Exp $ - -IUSE="" -DESCRIPTION="A GKrellM plugin that shows sunrise and sunset times." -HOMEPAGE="http://gkrellsun.sourceforge.net/" -SRC_URI="mirror://sourceforge/gkrellsun/${P}.tar.gz" - -SLOT="1" -LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ~sparc ~x86" - -DEPEND="=app-admin/gkrellm-2* - >=media-libs/imlib-1.9.10-r1" - -src_compile() { - cd ${S}/src20 - emake || die -} - -src_install () { - dodoc README AUTHORS COPYING - - cd ${S}/src20 - insinto /usr/lib/gkrellm2/plugins - doins gkrellsun.so -} diff --git a/x11-plugins/gkrellsun/gkrellsun-0.12.2.ebuild b/x11-plugins/gkrellsun/gkrellsun-0.12.2.ebuild deleted file mode 100644 index aa7451edc6eb..000000000000 --- a/x11-plugins/gkrellsun/gkrellsun-0.12.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/gkrellsun-0.12.2.ebuild,v 1.2 2005/04/27 17:35:22 herbs Exp $ - -inherit multilib - -IUSE="" -DESCRIPTION="A GKrellM plugin that shows sunrise and sunset times." -HOMEPAGE="http://gkrellsun.sourceforge.net/" -SRC_URI="mirror://sourceforge/gkrellsun/${P}.tar.gz" - -SLOT="1" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" - -DEPEND="=app-admin/gkrellm-2* - >=media-libs/imlib-1.9.10-r1" - -src_compile() { - cd ${S}/src20 - emake || die -} - -src_install () { - dodoc README AUTHORS COPYING - - cd ${S}/src20 - insinto /usr/$(get_libdir)/gkrellm2/plugins - doins gkrellsun.so -} |