Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/activity-log-manager/
Date: Mon, 01 Feb 2016 21:05:23
Message-Id: 1454360693.d344caf07b3e376e980c01f1c4df8c198935942b.pacho@gentoo
1 commit: d344caf07b3e376e980c01f1c4df8c198935942b
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 20:46:31 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 21:04:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d344caf0
7
8 gnome-extra/activity-log-manager: Drop old
9
10 Package-Manager: portage-2.2.27
11
12 .../activity-log-manager-0.9.7.ebuild | 51 ----------------------
13 1 file changed, 51 deletions(-)
14
15 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
16 deleted file mode 100644
17 index 46bdc99..0000000
18 --- a/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild
19 +++ /dev/null
20 @@ -1,51 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -GNOME2_LA_PUNT="yes"
28 -VALA_MIN_API_VERSION="0.26" # Fails with 0.24, but works with 0.26 and older versions
29 -VALA_MAX_API_VERSION="0.26" # build fails with vala-0.28
30 -WANT_AUTOMAKE=1.13
31 -
32 -inherit autotools eutils gnome2 vala versionator
33 -
34 -DESCRIPTION="GUI which lets you easily control what gets logged by Zeitgeist"
35 -HOMEPAGE="https://launchpad.net/activity-log-manager/"
36 -SRC_URI="https://launchpad.net/history-manager/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.xz"
37 -
38 -LICENSE="LGPL-2"
39 -SLOT="0"
40 -KEYWORDS="amd64 x86"
41 -IUSE=""
42 -
43 -RDEPEND="
44 - dev-libs/libgee:0
45 - dev-libs/glib:2
46 - gnome-extra/zeitgeist
47 - x11-libs/cairo
48 - x11-libs/gdk-pixbuf
49 - x11-libs/gtk+:3
50 - x11-libs/pango"
51 -DEPEND="${RDEPEND}
52 - $(vala_depend)
53 - virtual/pkgconfig
54 - dev-util/intltool
55 - sys-devel/gettext"
56 -
57 -src_prepare() {
58 - DOCS="README NEWS INSTALL ChangeLog AUTHORS"
59 -
60 - rm src/${PN}.c || die
61 -
62 - epatch \
63 - "${FILESDIR}"/${PN}-0.9.0.1-gold.patch \
64 - "${FILESDIR}"/${P}-gtk-icon_size.patch
65 - sed \
66 - -e "/^almdocdir/s:=.*$:= \${prefix}/share/doc/${PF}:g" \
67 - -i Makefile.am || die
68 - vala_src_prepare
69 - eautoreconf
70 - gnome2_src_prepare
71 -}