summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-plugins/gkrellsun/ChangeLog5
-rw-r--r--x11-plugins/gkrellsun/files/digest-gkrellsun-0.9.13
-rw-r--r--x11-plugins/gkrellsun/gkrellsun-0.9.1.ebuild47
3 files changed, 4 insertions, 51 deletions
diff --git a/x11-plugins/gkrellsun/ChangeLog b/x11-plugins/gkrellsun/ChangeLog
index 2bb93437012d..90a5044c36ad 100644
--- a/x11-plugins/gkrellsun/ChangeLog
+++ b/x11-plugins/gkrellsun/ChangeLog
@@ -1,6 +1,9 @@
# 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.23 2007/02/21 16:52:09 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v 1.24 2007/02/22 18:43:46 lack Exp $
+
+ 22 Feb 2007; Jim Ramsay <lack@gentoo.org> -gkrellsun-0.9.1.ebuild:
+ Version cleanup
*gkrellsun-1.0.0-r1 (21 Feb 2007)
diff --git a/x11-plugins/gkrellsun/files/digest-gkrellsun-0.9.1 b/x11-plugins/gkrellsun/files/digest-gkrellsun-0.9.1
deleted file mode 100644
index e1891afa7503..000000000000
--- a/x11-plugins/gkrellsun/files/digest-gkrellsun-0.9.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 641dae36dba2689a1aad6d891833bb68 gkrellsun-0.9.1.tar.gz 68505
-RMD160 ef800c1886aa5612ed154f0eb949782926f6122d gkrellsun-0.9.1.tar.gz 68505
-SHA256 fefb9a84348f2c60ab42ab5f78f41b21a9f08468c0a22f4b7d396a3d6f15643c gkrellsun-0.9.1.tar.gz 68505
diff --git a/x11-plugins/gkrellsun/gkrellsun-0.9.1.ebuild b/x11-plugins/gkrellsun/gkrellsun-0.9.1.ebuild
deleted file mode 100644
index 09ea07045169..000000000000
--- a/x11-plugins/gkrellsun/gkrellsun-0.9.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/gkrellsun-0.9.1.ebuild,v 1.12 2006/11/19 15:26:12 mabi 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="x86 ppc sparc alpha hppa amd64 ~ia64"
-
-DEPEND="app-admin/gkrellm
- >=media-libs/imlib-1.9.10-r1"
-
-src_compile() {
- if [ -f ${ROOT}/usr/bin/gkrellm ]
- then
- cd ${S}/src
- emake || die
- fi
-
- if [ -f ${ROOT}/usr/bin/gkrellm2 ]
- then
- cd ${S}/src20
- emake || die
- fi
-}
-
-src_install () {
- dodoc README AUTHORS COPYING
-
- if [ -f ${ROOT}/usr/bin/gkrellm ]
- then
- cd ${S}/src
- insinto /usr/lib/gkrellm/plugins
- doins gkrellsun.so
- fi
-
- if [ -f ${ROOT}/usr/bin/gkrellm2 ]
- then
- cd ${S}/src20
- insinto /usr/lib/gkrellm2/plugins
- doins gkrellsun.so
- fi
-}