summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-28 19:16:16 +0000
committerJustin Lecher <jlec@gentoo.org>2015-06-28 19:16:16 +0000
commitaa5971ab4b7caf56d3cb09471f715d73d9a223e7 (patch)
tree444f5970efb8aaa0ba91355a04ea744c53f74f46 /gnome-extra/zeitgeist
parentDrop old (diff)
downloadgentoo-2-aa5971ab4b7caf56d3cb09471f715d73d9a223e7.tar.gz
gentoo-2-aa5971ab4b7caf56d3cb09471f715d73d9a223e7.tar.bz2
gentoo-2-aa5971ab4b7caf56d3cb09471f715d73d9a223e7.zip
Drop old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'gnome-extra/zeitgeist')
-rw-r--r--gnome-extra/zeitgeist/ChangeLog6
-rw-r--r--gnome-extra/zeitgeist/zeitgeist-0.9.14-r1.ebuild93
-rw-r--r--gnome-extra/zeitgeist/zeitgeist-0.9.14.ebuild91
3 files changed, 5 insertions, 185 deletions
diff --git a/gnome-extra/zeitgeist/ChangeLog b/gnome-extra/zeitgeist/ChangeLog
index 27367c235127..8795424a3550 100644
--- a/gnome-extra/zeitgeist/ChangeLog
+++ b/gnome-extra/zeitgeist/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/zeitgeist
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/ChangeLog,v 1.47 2015/06/28 10:47:38 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/ChangeLog,v 1.48 2015/06/28 19:16:16 jlec Exp $
+
+ 28 Jun 2015; Justin Lecher <jlec@gentoo.org> -zeitgeist-0.9.14-r1.ebuild,
+ -zeitgeist-0.9.14.ebuild:
+ Drop old
28 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> zeitgeist-0.9.15.ebuild:
x86 stable wrt bug #553184
diff --git a/gnome-extra/zeitgeist/zeitgeist-0.9.14-r1.ebuild b/gnome-extra/zeitgeist/zeitgeist-0.9.14-r1.ebuild
deleted file mode 100644
index 208b5c21686e..000000000000
--- a/gnome-extra/zeitgeist/zeitgeist-0.9.14-r1.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.14-r1.ebuild,v 1.2 2015/04/08 17:56:30 mgorny Exp $
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-PYTHON_COMPAT=( python2_7 )
-
-VALA_MIN_API_VERSION=0.20
-
-inherit autotools-utils bash-completion-r1 eutils python-r1 versionator vala
-
-DIR_PV=$(get_version_component_range 1-2)
-
-DESCRIPTION="Service to log activities and present to other apps"
-HOMEPAGE="http://launchpad.net/zeitgeist/"
-SRC_URI="http://launchpad.net/zeitgeist/${DIR_PV}/${PV}/+download/${P}.tar.xz"
-
-LICENSE="LGPL-2+ LGPL-3+ GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="+datahub downloads-monitor extensions +fts icu introspection nls plugins sql-debug telepathy"
-
-REQUIRED_USE="
- ${PYTHON_REQUIRED_USE}
- downloads-monitor? ( datahub )"
-
-RDEPEND="
- ${PYTHON_DEPS}
- !gnome-extra/zeitgeist-datahub
- dev-libs/json-glib
- dev-python/dbus-python[${PYTHON_USEDEP}]
- dev-python/pygobject:2[${PYTHON_USEDEP}]
- dev-python/pyxdg[${PYTHON_USEDEP}]
- dev-python/rdflib[${PYTHON_USEDEP}]
- media-libs/raptor:2
- >=dev-libs/glib-2.26.0:2
- >=dev-db/sqlite-3.7.11:3
- sys-apps/dbus
- datahub? ( x11-libs/gtk+:3 )
- extensions? ( gnome-extra/zeitgeist-extensions )
- fts? ( dev-libs/xapian[inmemory] )
- icu? ( dev-libs/dee[icu?,${PYTHON_USEDEP}] )
- introspection? ( dev-libs/gobject-introspection )
- plugins? ( gnome-extra/zeitgeist-datasources )
- telepathy? ( net-libs/telepathy-glib )
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- virtual/pkgconfig"
-
-src_prepare() {
- local PYTHON
- python_export_best
- sed \
- -e 's:python::g' \
- -i Makefile.am || die
- vala_src_prepare
-
- sed \
- -e "/import/s: python : ${PYTHON} :g" \
- -i configure.ac || die
-
- epatch "${FILESDIR}"/${P}-gio-backport.patch
-
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- --docdir="${EPREFIX}/usr/share/doc/${PF}"
- --with-session-bus-services-dir="${EPREFIX}/usr/share/dbus-1/services"
- $(use_enable sql-debug explain-queries)
- $(use_enable datahub)
- $(use_enable downloads-monitor)
- $(use_enable telepathy)
- $(use_enable introspection)
- $(use_with icu dee-icu)
- )
-
- use nls || myeconfargs+=( --disable-nls )
- use fts && myeconfargs+=( --enable-fts )
- autotools-utils_src_configure
-}
-
-src_install() {
- dobashcomp data/completions/zeitgeist-daemon
- autotools-utils_src_install
- cd python || die
- python_moduleinto ${PN}
- python_foreach_impl python_domodule *py
-}
diff --git a/gnome-extra/zeitgeist/zeitgeist-0.9.14.ebuild b/gnome-extra/zeitgeist/zeitgeist-0.9.14.ebuild
deleted file mode 100644
index bf1e237f50e9..000000000000
--- a/gnome-extra/zeitgeist/zeitgeist-0.9.14.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.14.ebuild,v 1.5 2015/04/08 17:56:30 mgorny Exp $
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-PYTHON_COMPAT=( python2_7 )
-
-VALA_MIN_API_VERSION=0.20
-
-inherit autotools-utils bash-completion-r1 eutils python-r1 versionator vala
-
-DIR_PV=$(get_version_component_range 1-2)
-
-DESCRIPTION="Service to log activities and present to other apps"
-HOMEPAGE="http://launchpad.net/zeitgeist/"
-SRC_URI="http://launchpad.net/zeitgeist/${DIR_PV}/${PV}/+download/${P}.tar.xz"
-
-LICENSE="LGPL-2+ LGPL-3+ GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="+datahub downloads-monitor extensions +fts icu introspection nls plugins sql-debug telepathy"
-
-REQUIRED_USE="
- ${PYTHON_REQUIRED_USE}
- downloads-monitor? ( datahub )"
-
-RDEPEND="
- ${PYTHON_DEPS}
- !gnome-extra/zeitgeist-datahub
- dev-libs/json-glib
- dev-python/dbus-python[${PYTHON_USEDEP}]
- dev-python/pygobject:2[${PYTHON_USEDEP}]
- dev-python/pyxdg[${PYTHON_USEDEP}]
- dev-python/rdflib[${PYTHON_USEDEP}]
- media-libs/raptor:2
- >=dev-libs/glib-2.26.0:2
- >=dev-db/sqlite-3.7.11:3
- sys-apps/dbus
- datahub? ( x11-libs/gtk+:3 )
- extensions? ( gnome-extra/zeitgeist-extensions )
- fts? ( dev-libs/xapian[inmemory] )
- icu? ( dev-libs/dee[icu?,${PYTHON_USEDEP}] )
- introspection? ( dev-libs/gobject-introspection )
- plugins? ( gnome-extra/zeitgeist-datasources )
- telepathy? ( net-libs/telepathy-glib )
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- virtual/pkgconfig"
-
-src_prepare() {
- local PYTHON
- python_export_best
- sed \
- -e 's:python::g' \
- -i Makefile.am || die
- vala_src_prepare
-
- sed \
- -e "/import/s: python : ${PYTHON} :g" \
- -i configure.ac || die
-
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- --docdir="${EPREFIX}/usr/share/doc/${PF}"
- --with-session-bus-services-dir="${EPREFIX}/usr/share/dbus-1/services"
- $(use_enable sql-debug explain-queries)
- $(use_enable datahub)
- $(use_enable downloads-monitor)
- $(use_enable telepathy)
- $(use_enable introspection)
- $(use_with icu dee-icu)
- )
-
- use nls || myeconfargs+=( --disable-nls )
- use fts && myeconfargs+=( --enable-fts )
- autotools-utils_src_configure
-}
-
-src_install() {
- dobashcomp data/completions/zeitgeist-daemon
- autotools-utils_src_install
- cd python || die
- python_moduleinto ${PN}
- python_foreach_impl python_domodule *py
-}