diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-18 17:05:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-18 17:08:45 +0200 |
commit | 99a3607692523f9b2bd9c872a03893bd29596698 (patch) | |
tree | 222713fded230078d9f827f7dc3e236942cbad44 /gnome-extra | |
parent | net-p2p/phxd: Remove last-rited pkg, #605120 (diff) | |
download | gentoo-99a3607692523f9b2bd9c872a03893bd29596698.tar.gz gentoo-99a3607692523f9b2bd9c872a03893bd29596698.tar.bz2 gentoo-99a3607692523f9b2bd9c872a03893bd29596698.zip |
gnome-extra/zeitgeist-datasources: Remove last-rited pkg, #604836
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/zeitgeist-datasources/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/zeitgeist-datasources/metadata.xml | 26 | ||||
-rw-r--r-- | gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.1.ebuild | 108 |
3 files changed, 0 insertions, 135 deletions
diff --git a/gnome-extra/zeitgeist-datasources/Manifest b/gnome-extra/zeitgeist-datasources/Manifest deleted file mode 100644 index 61474eb122dc..000000000000 --- a/gnome-extra/zeitgeist-datasources/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST zeitgeist-datasources-0.8.1.tar.gz 482395 SHA256 c7394f8e580a9607052b66e0db2d08643c062f3841122319c5b89a0ed6ecbc1e SHA512 a97872536f400f444f1bbff6af2b5dad91155f5d271b34a3c46fd6dbec203728694ec7bb79a431dea30299cb5ea19d8724988989189f9f87fa1274cacbe84fd5 WHIRLPOOL 9dbb2aebf32b8d0ad8691701eeefee70450b2866329a07a765309ea1c879f2f31c65011dfd3e8a749426afcf79f21d8878d435e02aca11b260f7e2f6f70aea0c diff --git a/gnome-extra/zeitgeist-datasources/metadata.xml b/gnome-extra/zeitgeist-datasources/metadata.xml deleted file mode 100644 index 5c5d99600dba..000000000000 --- a/gnome-extra/zeitgeist-datasources/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription> -Dataproviders are small plugins for applications whose work is to push the -user’s activities as events in the Zeitgeist daemon. The work of dataproviders -are limited to pushing events and not consuming. Without dataproviders being -enabled having exhaustive log of user’s activities is tough as Zeitgeist -datahub does not track events like opening websites etc. -</longdescription> - <use> - <flag name="bzr">Zeitgeist plugin for <pkg>dev-vcs/bzr</pkg> as data source</flag> - <flag name="geany">Zeitgeist plugin for <pkg>dev-util/geany</pkg> as data source</flag> - <flag name="vim">Zeitgeist plugin for vim as data source</flag> - <flag name="emacs">Zeitgeist plugin for emacs as data source</flag> - <flag name="tomboy">Zeitgeist plugin for tomboy as data source</flag> - <flag name="telepathy">Zeitgeist plugin for telepathy framework as data source</flag> - <flag name="firefox">Zeitgeist plugin for <pkg>www-client/firefox</pkg> as data source</flag> - <flag name="chromium">Zeitgeist plugin for <pkg>www-client/chromium</pkg> as data source</flag> - <flag name="thunderbird">Zeitgeist plugin for <pkg>mail-client/thunderbird</pkg> as data source</flag> - </use> - <upstream> - <remote-id type="launchpad">zeitgeist-datasources</remote-id> - </upstream> -</pkgmetadata> diff --git a/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.1.ebuild b/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.1.ebuild deleted file mode 100644 index af21e23d0015..000000000000 --- a/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.1.ebuild +++ /dev/null @@ -1,108 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=true -VALA_MIN_API_VERSION=0.14 -PYTHON_COMPAT=( python2_7 ) - -inherit autotools-utils eutils mono-env multilib python-single-r1 versionator vala - -DIR_PV=$(get_version_component_range 1-2) -DIR_PV2=$(get_version_component_range 1-3) - -DESCRIPTION="Plugins whose work is to push activities as events into Zeitgeist daemon" -HOMEPAGE="https://launchpad.net/zeitgeist-datasources/ http://zeitgeist-project.com/" -SRC_URI="https://launchpad.net/zeitgeist-datasources/${DIR_PV}/${DIR_PV2}/+download/${P}.tar.gz" - -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -LICENSE="GPL-3" -PLUGINS_IUSE="bzr chromium emacs firefox geany mono telepathy thunderbird tomboy vim" -PLUGINS="bzr chrome emacs firefox geany monodevelop telepathy thunderbird tomboy vim" -IUSE="${PLUGINS_IUSE} static-libs" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - dev-libs/libzeitgeist - x11-libs/gtk+:2 - emacs? ( virtual/emacs ) - firefox? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) - geany? ( dev-util/geany ) - mono? ( dev-util/monodevelop ) - telepathy? ( - net-libs/telepathy-glib[${PYTHON_USEDEP}] - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pygobject[${PYTHON_USEDEP}] - ) - tomboy? ( - app-misc/tomboy - dev-dotnet/gtk-sharp - dev-dotnet/mono-addins - dev-dotnet/zeitgeist-sharp - dev-python/dbus-python[${PYTHON_USEDEP}] - ) - vim? ( app-editors/vim[python] ) -" -DEPEND="${RDEPEND} - $(vala_depend)" -PDEPEND="gnome-extra/zeitgeist" - -src_prepare() { - rm bzr/bzr-icon-64.png || die - sed \ - -e '/bzr-icon-64.png/d' \ - -i bzr/Makefile.am || die - sed \ - -e '/^allowed_plugin/s:^:#:g' \ - -i configure.ac || die - - SEARCH='$(datadir)/opt/google/chrome/resources' - REPLACE="/usr/$(get_libdir)/chromium-browser/resources" - sed \ - -e "s:${SEARCH}:${REPLACE}:" \ - -i chrome/Makefile.* || die - - sed \ - -e "/^extensiondir/s:= .*:= \$(libdir)/firefox/extensions:g" \ - -e "/^xul_extdir/s:xul-ext-zeitgeist:xpcom-firefox@zeitgeist-project.com:g" \ - -i firefox/extension/Makefile.am || die - - sed \ - -e "/^extensiondir/s:= .*:= \$(libdir)/thunderbird/extensions:g" \ - -e "/^xul_extdir/s:xul-ext-zeitgeist:thunderbird@zeitgeist-project.com:g" \ - -i thunderbird/extension/Makefile.am || die - - sed \ - -e 's:vim72:vimfiles:' \ - -i vim/Makefile.* || die - - vala_src_prepare - autotools-utils_src_prepare -} - -src_configure() { - local i myplugins - - for i in ${PLUGINS}; do - case ${i} in - chrome ) - use chromium && myplugins+=( ${i} ) - ;; - monodevelop ) - use mono && myplugins+=( ${i} ) - ;; - * ) - use ${i} && myplugins+=( ${i} ) - ;; - esac - done - - local myeconfargs=( - allowed_plugins="${myplugins[@]}" - ) - autotools-utils_src_configure -} |