gnome-extra/activity-log-manager: Drop old
authorPacho Ramos <pacho@gentoo.org>
Mon, 1 Feb 2016 20:46:31 +0000 (21:46 +0100)
committerPacho Ramos <pacho@gentoo.org>
Mon, 1 Feb 2016 21:04:53 +0000 (22:04 +0100)
Package-Manager: portage-2.2.27

gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild [deleted file]

diff --git a/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild b/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild
deleted file mode 100644 (file)
index 46bdc99..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.26" # Fails with 0.24, but works with 0.26 and older versions
-VALA_MAX_API_VERSION="0.26" # build fails with vala-0.28
-WANT_AUTOMAKE=1.13
-
-inherit autotools eutils gnome2 vala versionator
-
-DESCRIPTION="GUI which lets you easily control what gets logged by Zeitgeist"
-HOMEPAGE="https://launchpad.net/activity-log-manager/"
-SRC_URI="https://launchpad.net/history-manager/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.xz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-       dev-libs/libgee:0
-       dev-libs/glib:2
-       gnome-extra/zeitgeist
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf
-       x11-libs/gtk+:3
-       x11-libs/pango"
-DEPEND="${RDEPEND}
-       $(vala_depend)
-       virtual/pkgconfig
-       dev-util/intltool
-       sys-devel/gettext"
-
-src_prepare() {
-       DOCS="README NEWS INSTALL ChangeLog AUTHORS"
-
-       rm src/${PN}.c || die
-
-       epatch \
-               "${FILESDIR}"/${PN}-0.9.0.1-gold.patch \
-               "${FILESDIR}"/${P}-gtk-icon_size.patch
-       sed \
-               -e "/^almdocdir/s:=.*$:= \${prefix}/share/doc/${PF}:g" \
-               -i Makefile.am || die
-       vala_src_prepare
-       eautoreconf
-       gnome2_src_prepare
-}