summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-02-09 01:20:23 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-02-09 01:20:23 +0000
commit0e4dda54200d517f7fc22d28bf0e44d986b8d51d (patch)
treec4f10eeca30dda25c48b1697e53e52289a2597ad /x11-misc
parentVersion bumped, bug #149355. (diff)
downloadgentoo-2-0e4dda54200d517f7fc22d28bf0e44d986b8d51d.tar.gz
gentoo-2-0e4dda54200d517f7fc22d28bf0e44d986b8d51d.tar.bz2
gentoo-2-0e4dda54200d517f7fc22d28bf0e44d986b8d51d.zip
Remove unused versions
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/cairo-clock/ChangeLog8
-rw-r--r--x11-misc/cairo-clock/cairo-clock-0.3.2.ebuild26
2 files changed, 6 insertions, 28 deletions
diff --git a/x11-misc/cairo-clock/ChangeLog b/x11-misc/cairo-clock/ChangeLog
index d3cb2cb0cb7a..185a1aa87ddf 100644
--- a/x11-misc/cairo-clock/ChangeLog
+++ b/x11-misc/cairo-clock/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/cairo-clock
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/cairo-clock/ChangeLog,v 1.5 2007/12/08 09:46:14 drac Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/cairo-clock/ChangeLog,v 1.6 2008/02/09 01:20:23 coldwind Exp $
+
+ 09 Feb 2008; Santiago M. Mola <coldwind@gentoo.org>
+ -cairo-clock-0.3.2.ebuild:
+ Remove unused versions
08 Dec 2007; Samuli Suominen <drac@gentoo.org> cairo-clock-0.3.3.ebuild:
amd64 stable
diff --git a/x11-misc/cairo-clock/cairo-clock-0.3.2.ebuild b/x11-misc/cairo-clock/cairo-clock-0.3.2.ebuild
deleted file mode 100644
index 39e185e7cc49..000000000000
--- a/x11-misc/cairo-clock/cairo-clock-0.3.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/cairo-clock/cairo-clock-0.3.2.ebuild,v 1.2 2007/03/02 13:09:41 uberlord Exp $
-
-DESCRIPTION="An analog clock displaying the system-time."
-HOMEPAGE="http://macslow.thepimp.net/?page_id=23"
-SRC_URI="http://macslow.thepimp.net/projects/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.8.0
- >=gnome-base/libglade-2.5.1
- >=gnome-base/librsvg-2.13.91
- >=x11-libs/cairo-1.0.0
- >=x11-libs/gtk+-2.8.0
- >=x11-libs/pango-1.10.0"
-DEPEND="${DEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS BUGS ChangeLog NEWS README TODO
-}