diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-02-01 21:46:31 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-02-01 22:04:53 +0100 |
commit | d344caf07b3e376e980c01f1c4df8c198935942b (patch) | |
tree | 7f7778a7bafa70f07be4004ce1a35b11e366e8ff /gnome-extra | |
parent | dev-tex/circuit_macros: bump to 8.3.1 (diff) | |
download | gentoo-d344caf07b3e376e980c01f1c4df8c198935942b.tar.gz gentoo-d344caf07b3e376e980c01f1c4df8c198935942b.tar.bz2 gentoo-d344caf07b3e376e980c01f1c4df8c198935942b.zip |
gnome-extra/activity-log-manager: Drop old
Package-Manager: portage-2.2.27
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild | 51 |
1 files changed, 0 insertions, 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 46bdc991f40d..000000000000 --- 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 -} |