commit:     d344caf07b3e376e980c01f1c4df8c198935942b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 20:46:31 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 21:04:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d344caf0

gnome-extra/activity-log-manager: Drop old

Package-Manager: portage-2.2.27

 .../activity-log-manager-0.9.7.ebuild              | 51 ----------------------
 1 file changed, 51 deletions(-)

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
index 46bdc99..0000000
--- a/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild
+++ /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
-}

Reply via email to