public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, gnome-extra/zeitgeist-datasources/
@ 2017-04-18 15:08 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2017-04-18 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     99a3607692523f9b2bd9c872a03893bd29596698
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 15:05:47 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 15:08:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a36076

gnome-extra/zeitgeist-datasources: Remove last-rited pkg, #604836

 gnome-extra/zeitgeist-datasources/Manifest         |   1 -
 gnome-extra/zeitgeist-datasources/metadata.xml     |  26 -----
 .../zeitgeist-datasources-0.8.1.ebuild             | 108 ---------------------
 profiles/package.mask                              |   5 -
 4 files changed, 140 deletions(-)

diff --git a/gnome-extra/zeitgeist-datasources/Manifest b/gnome-extra/zeitgeist-datasources/Manifest
deleted file mode 100644
index 61474eb122d..00000000000
--- 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 5c5d99600db..00000000000
--- 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 af21e23d001..00000000000
--- 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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index fed6e5d2c00..e47776050f6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -176,11 +176,6 @@ dev-perl/File-DirWalk
 # Masked for removal in 30 days.
 net-misc/apt-proxy
 
-# Michael Palimaka <kensington@gentoo.org> (18 Mar 2017)
-# Broken. Dead upstream. Unmaintained.
-# Masked for removal in 30 days. Bug #604836.
-gnome-extra/zeitgeist-datasources
-
 # Michael Palimaka <kensington@gentoo.org> (13 Mar 2017)
 # Testing x32 patch backports from 3.9
 =dev-util/cmake-3.7.2-r10


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-18 15:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-18 15:08 [gentoo-commits] repo/gentoo:master commit in: profiles/, gnome-extra/zeitgeist-datasources/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox