summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-28 21:03:31 +0300
committerDavid Seifert <soap@gentoo.org>2017-04-01 12:21:32 +0200
commiteaeb4cce1508771d2d6486bb99708de1c6b711dc (patch)
tree41ce983247c4ecf67e1da14356661473875ceab1 /x11-misc/cairo-clock
parentx11-misc/bbacpi: Remove old (diff)
downloadgentoo-eaeb4cce1508771d2d6486bb99708de1c6b711dc.tar.gz
gentoo-eaeb4cce1508771d2d6486bb99708de1c6b711dc.tar.bz2
gentoo-eaeb4cce1508771d2d6486bb99708de1c6b711dc.zip
x11-misc/cairo-clock: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319
Diffstat (limited to 'x11-misc/cairo-clock')
-rw-r--r--x11-misc/cairo-clock/Manifest1
-rw-r--r--x11-misc/cairo-clock/cairo-clock-0.3.3.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/x11-misc/cairo-clock/Manifest b/x11-misc/cairo-clock/Manifest
index a6794b339e0c..ddd9a63047f8 100644
--- a/x11-misc/cairo-clock/Manifest
+++ b/x11-misc/cairo-clock/Manifest
@@ -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
index c4609d99d9c3..000000000000
--- a/x11-misc/cairo-clock/cairo-clock-0.3.3.ebuild
+++ /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
-}