diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-06-19 19:34:37 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-06-19 19:34:37 +0000 |
commit | b506cbc18c8162bd96eddff194f231d7ed5edb68 (patch) | |
tree | d86a8e6e347a72d0cf58dd77b2bcae256baf08f7 /x11-misc/glunarclock | |
parent | Added ~hppa (diff) | |
download | gentoo-2-b506cbc18c8162bd96eddff194f231d7ed5edb68.tar.gz gentoo-2-b506cbc18c8162bd96eddff194f231d7ed5edb68.tar.bz2 gentoo-2-b506cbc18c8162bd96eddff194f231d7ed5edb68.zip |
0.32.4 stable x86
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/glunarclock')
-rw-r--r-- | x11-misc/glunarclock/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/glunarclock/files/digest-glunarclock-0.32.1 | 1 | ||||
-rw-r--r-- | x11-misc/glunarclock/glunarclock-0.32.1.ebuild | 38 | ||||
-rw-r--r-- | x11-misc/glunarclock/glunarclock-0.32.4.ebuild | 4 |
4 files changed, 7 insertions, 42 deletions
diff --git a/x11-misc/glunarclock/ChangeLog b/x11-misc/glunarclock/ChangeLog index 7d40766a9910..e0565ebb2c2e 100644 --- a/x11-misc/glunarclock/ChangeLog +++ b/x11-misc/glunarclock/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/glunarclock # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/ChangeLog,v 1.11 2005/05/01 17:14:28 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/ChangeLog,v 1.12 2005/06/19 19:34:37 smithj Exp $ + + 19 Jun 2005; Jonathan Smith <smithj@gentoo.org> + -glunarclock-0.32.1.ebuild, glunarclock-0.32.4.ebuild: + 0.32.4 stable x86 01 May 2005; Michael Hanselmann <hansmi@gentoo.org> glunarclock-0.32.3.ebuild: diff --git a/x11-misc/glunarclock/files/digest-glunarclock-0.32.1 b/x11-misc/glunarclock/files/digest-glunarclock-0.32.1 deleted file mode 100644 index a9472b1e6865..000000000000 --- a/x11-misc/glunarclock/files/digest-glunarclock-0.32.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 599dbc6074982456ec68d20ca8ff9069 glunarclock-0.32.1.tar.gz 519869 diff --git a/x11-misc/glunarclock/glunarclock-0.32.1.ebuild b/x11-misc/glunarclock/glunarclock-0.32.1.ebuild deleted file mode 100644 index 432df78df4b2..000000000000 --- a/x11-misc/glunarclock/glunarclock-0.32.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/glunarclock-0.32.1.ebuild,v 1.8 2005/05/01 12:08:45 dsd Exp $ - -inherit gnome2 eutils - -DESCRIPTION="Gnome Moon Phase Panel Applet" - -HOMEPAGE="http://glunarclock.sourceforge.net/" -SRC_URI="mirror://sourceforge/glunarclock/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PN}-i18n-gentoo.patch -} - -RDEPEND=">=x11-libs/gtk+-2.1.0 - >=gnome-base/libgnome-2.0.0 - >=gnome-base/libgnomeui-2.0.0 - >=gnome-base/gnome-vfs-1.9.16 - >=gnome-base/gconf-1.1.11 - >=gnome-base/libgtop-2.0.0 - >=x11-libs/libwnck-0.13 - >=gnome-base/libglade-2.0.0 - >=gnome-base/gnome-panel-2.0.0" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.29 - >=app-text/scrollkeeper-0.1.4 - dev-util/pkgconfig" - -DOCS="AUTHORS ChangeLog COPYING* INSTALL MAINTAINERS TODO README" diff --git a/x11-misc/glunarclock/glunarclock-0.32.4.ebuild b/x11-misc/glunarclock/glunarclock-0.32.4.ebuild index 561b16e3d7a2..a6bc45e3f28e 100644 --- a/x11-misc/glunarclock/glunarclock-0.32.4.ebuild +++ b/x11-misc/glunarclock/glunarclock-0.32.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/glunarclock-0.32.4.ebuild,v 1.1 2005/05/01 12:06:32 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/glunarclock-0.32.4.ebuild,v 1.2 2005/06/19 19:34:37 smithj Exp $ inherit gnome2 eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/glunarclock/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" src_unpack() { |