diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 11:33:19 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 11:33:19 +0000 |
commit | 949d983a6483c7ebcc618a88a5a246345405f934 (patch) | |
tree | 3cabff3b7fc4d2959294947a2c30ef34e64571e1 /x11-misc/glunarclock | |
parent | net-dns/djbdns:datadir added (diff) | |
download | historical-949d983a6483c7ebcc618a88a5a246345405f934.tar.gz historical-949d983a6483c7ebcc618a88a5a246345405f934.tar.bz2 historical-949d983a6483c7ebcc618a88a5a246345405f934.zip |
Removed old version.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/glunarclock')
-rw-r--r-- | x11-misc/glunarclock/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/glunarclock/files/digest-glunarclock-0.32.3 | 1 | ||||
-rw-r--r-- | x11-misc/glunarclock/glunarclock-0.32.3.ebuild | 38 |
3 files changed, 6 insertions, 41 deletions
diff --git a/x11-misc/glunarclock/ChangeLog b/x11-misc/glunarclock/ChangeLog index aeb489639f54..4fa2f31dd912 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.14 2005/08/13 23:34:51 hansmi Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/ChangeLog,v 1.15 2006/01/21 11:26:35 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + -glunarclock-0.32.3.ebuild: + Removed old version. 13 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> glunarclock-0.32.4.ebuild: diff --git a/x11-misc/glunarclock/files/digest-glunarclock-0.32.3 b/x11-misc/glunarclock/files/digest-glunarclock-0.32.3 deleted file mode 100644 index f04269f80a1b..000000000000 --- a/x11-misc/glunarclock/files/digest-glunarclock-0.32.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 c95b307a1263d9cfb723a0a8cdb2ae43 glunarclock-0.32.3.tar.gz 532938 diff --git a/x11-misc/glunarclock/glunarclock-0.32.3.ebuild b/x11-misc/glunarclock/glunarclock-0.32.3.ebuild deleted file mode 100644 index e6d191076991..000000000000 --- a/x11-misc/glunarclock/glunarclock-0.32.3.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.3.ebuild,v 1.3 2005/05/01 17:14:28 hansmi 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 README" |