summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@gentoo.org>2006-10-16 11:44:30 +0000
committerEmanuele Giaquinta <exg@gentoo.org>2006-10-16 11:44:30 +0000
commit8df4ef2b0d5cd3be0c3432a383841ef0df8272f6 (patch)
treebaf600fe7dd348fcfcab5707572e5797b916d6fd /x11-plugins/gkrellsun
parentUnmask dev-lang/lua-5.0.3. (diff)
downloadgentoo-2-8df4ef2b0d5cd3be0c3432a383841ef0df8272f6.tar.gz
gentoo-2-8df4ef2b0d5cd3be0c3432a383841ef0df8272f6.tar.bz2
gentoo-2-8df4ef2b0d5cd3be0c3432a383841ef0df8272f6.zip
Version bump.
(Portage version: 2.1.2_pre3-r1)
Diffstat (limited to 'x11-plugins/gkrellsun')
-rw-r--r--x11-plugins/gkrellsun/ChangeLog9
-rw-r--r--x11-plugins/gkrellsun/files/digest-gkrellsun-0.12.22
-rw-r--r--x11-plugins/gkrellsun/files/digest-gkrellsun-1.0.03
-rw-r--r--x11-plugins/gkrellsun/gkrellsun-1.0.0.ebuild30
4 files changed, 42 insertions, 2 deletions
diff --git a/x11-plugins/gkrellsun/ChangeLog b/x11-plugins/gkrellsun/ChangeLog
index 83cb25c8abf7..522bd871a33a 100644
--- a/x11-plugins/gkrellsun/ChangeLog
+++ b/x11-plugins/gkrellsun/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/gkrellsun
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v 1.16 2005/09/17 10:09:19 agriffis Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v 1.17 2006/10/16 11:44:30 exg Exp $
+
+*gkrellsun-1.0.0 (16 Oct 2006)
+
+ 16 Oct 2006; Emanuele Giaquinta <exg@gentoo.org> +gkrellsun-1.0.0.ebuild:
+ Version bump.
17 Sep 2005; Aron Griffis <agriffis@gentoo.org> gkrellsun-0.12.1.ebuild:
Mark 0.12.1 stable on alpha
diff --git a/x11-plugins/gkrellsun/files/digest-gkrellsun-0.12.2 b/x11-plugins/gkrellsun/files/digest-gkrellsun-0.12.2
index 823711c416e0..5c7a4133146d 100644
--- a/x11-plugins/gkrellsun/files/digest-gkrellsun-0.12.2
+++ b/x11-plugins/gkrellsun/files/digest-gkrellsun-0.12.2
@@ -1 +1,3 @@
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/files/digest-gkrellsun-1.0.0 b/x11-plugins/gkrellsun/files/digest-gkrellsun-1.0.0
new file mode 100644
index 000000000000..f0269cceaaaf
--- /dev/null
+++ b/x11-plugins/gkrellsun/files/digest-gkrellsun-1.0.0
@@ -0,0 +1,3 @@
+MD5 fbbf5c23a3966b2e16a2bab19a0885b7 gkrellsun-1.0.0.tar.gz 96970
+RMD160 603fe037e80d2e2d1ec952f235a4e27ef6e49f27 gkrellsun-1.0.0.tar.gz 96970
+SHA256 a9fbf23c69fbaec7b0395e9adf78e98af3f9e8263a01c0312faa27c287757608 gkrellsun-1.0.0.tar.gz 96970
diff --git a/x11-plugins/gkrellsun/gkrellsun-1.0.0.ebuild b/x11-plugins/gkrellsun/gkrellsun-1.0.0.ebuild
new file mode 100644
index 000000000000..b3651d78257a
--- /dev/null
+++ b/x11-plugins/gkrellsun/gkrellsun-1.0.0.ebuild
@@ -0,0 +1,30 @@
+# 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-1.0.0.ebuild,v 1.1 2006/10/16 11:44:30 exg 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="~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/$(get_libdir)/gkrellm2/plugins
+ doins gkrellsun.so
+}