x11-misc/cairo-clock: Remove old
authorHarri Nieminen <moikkis@gmail.com>
Tue, 28 Mar 2017 18:03:31 +0000 (21:03 +0300)
committerDavid Seifert <soap@gentoo.org>
Sat, 1 Apr 2017 10:21:32 +0000 (12:21 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319

x11-misc/cairo-clock/Manifest
x11-misc/cairo-clock/cairo-clock-0.3.3.ebuild [deleted file]

index a6794b339e0cdaeaec8a5e9cc3f106800bd6ee9b..ddd9a63047f847c24f28cf9176d9f70df7ba9f3a 100644 (file)
@@ -1,2 +1 @@
 DIST cairo-clock-0.3.4.tar.gz 832968 SHA256 f310de5bc03473a190d691679a831cd305351744ccf6eb7701f43dda6cd98a8d SHA512 b26c3005d4e2b22dcaf6967b8892630f5fd44e366b7482f374ea6215ca8863cf1b3f489fe2279eab73dfd4aaed1793d753e84fe4c929d105a6e97cde6da6b628 WHIRLPOOL df979c5d4809bfe887cc5150dfda0b13691e460bd1610904a04db2165a9557894c5a9e338f34a3ea651bd3f02e9de3b661ffee13af254a5d6602968b0abe758d
-DIST cairo-clock_0.3.3-1.tar.gz 1248398 SHA256 812ca12792940138ce4d154d1d0d7d1e37295cf06ac7caf02935d5ebf845dc4c SHA512 664bdb25abba858c5c59fbf1065327c435b45503ddc616fb1aea606d5ca360a96a98905ea20ec4316a9036dc44da3ef1436277cf5a433623150a106dd8d7f237 WHIRLPOOL 40c0368f42bfbe226f177be9c494c9172a037b78e4e7d61e3aa32d7fec9aabbb6c9d525367ae856456e00161abe28e82f224ff907aad7b82768665d2b186352a
diff --git a/x11-misc/cairo-clock/cairo-clock-0.3.3.ebuild b/x11-misc/cairo-clock/cairo-clock-0.3.3.ebuild
deleted file mode 100644 (file)
index c4609d9..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit autotools base
-
-DESCRIPTION="An analog clock displaying the system-time"
-HOMEPAGE="https://launchpad.net/cairo-clock"
-SRC_URI="http://macslow.thepimp.net/projects/${PN}/${PN}_${PV}-1.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-fbsd"
-IUSE=""
-PATCHES=( "${FILESDIR}/${P}-gcc46.patch" )
-
-RDEPEND="dev-libs/glib:2
-       gnome-base/libglade
-       gnome-base/librsvg
-       >=x11-libs/cairo-1.2
-       x11-libs/gtk+:2
-       >=x11-libs/pango-1.10"
-DEPEND="${DEPEND}
-       virtual/pkgconfig
-       dev-util/intltool
-       sys-devel/gettext"
-
-src_prepare() {
-       base_src_prepare
-       intltoolize --force --copy --automake || die "intltoolize failed"
-       eautoreconf
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS BUGS ChangeLog NEWS README TODO
-}