public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/eva:master commit in: gnome-extra/zeitgeist-datasources/, gnome-extra/zeitgeist-datasources/files/
@ 2011-12-18 18:18 Gilles Dartiguelongue
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue @ 2011-12-18 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     65ab30522e8612c0fe0add001781fba1c40e7198
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 18:18:25 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 18:18:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=65ab3052

gnome-extra/zeitgeist-datasources: initial ebuild

Only support plugins I can really test.

---
 gnome-extra/zeitgeist-datasources/Manifest         |   11 ++++
 ...eitgeist-datasources-0.8.0-gedit-path-fix.patch |   23 ++++++++
 .../zeitgeist-datasources-0.8.0-vim-path-fix.patch |   23 ++++++++
 .../zeitgeist-datasources-0.8.0.1.ebuild           |   58 ++++++++++++++++++++
 4 files changed, 115 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/zeitgeist-datasources/Manifest b/gnome-extra/zeitgeist-datasources/Manifest
new file mode 100644
index 0000000..4b59441
--- /dev/null
+++ b/gnome-extra/zeitgeist-datasources/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST zeitgeist-datasources-0.8.0.1.tar.gz 484167 RMD160 6438c951831659f31e82abc89d7970b446d99a03 SHA1 88392b2233932bee38623620ba9abf1e63bc61bb SHA256 e4530834ef0493dc0361d9d9fec17f72f646429866e0eecd9d2b59b8c6d7a042
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iEYEARECAAYFAk7uLnEACgkQ1fmVwcYIWAaMXgCggW4vxeN7ed2Ic7CM/pMogvpw
+3ssAn3ggzzMrx9SPq+mSTfwfr/ufWR9C
+=BVW1
+-----END PGP SIGNATURE-----

diff --git a/gnome-extra/zeitgeist-datasources/files/zeitgeist-datasources-0.8.0-gedit-path-fix.patch b/gnome-extra/zeitgeist-datasources/files/zeitgeist-datasources-0.8.0-gedit-path-fix.patch
new file mode 100644
index 0000000..f1e68ef
--- /dev/null
+++ b/gnome-extra/zeitgeist-datasources/files/zeitgeist-datasources-0.8.0-gedit-path-fix.patch
@@ -0,0 +1,23 @@
+diff -Nur a/gedit/Makefile.am b/gedit/Makefile.am
+--- a/gedit/Makefile.am	2011-12-18 18:46:52.000000000 +0100
++++ b/gedit/Makefile.am	2011-12-18 18:47:59.000000000 +0100
+@@ -1,6 +1,6 @@
+ PLUGIN_FILES = zeitgeist.gedit-plugin zeitgeist_plugin.py
+ 
+-geditplugindir = $(libdir)/gedit-2/plugins
++geditplugindir = $(libdir)/gedit/plugins
+ dist_geditplugin_DATA = $(PLUGIN_FILES)
+ 
+ # we want to allow also local install
+diff -Nur a/gedit/Makefile.in b/gedit/Makefile.in
+--- a/gedit/Makefile.in	2011-12-18 18:46:52.000000000 +0100
++++ b/gedit/Makefile.in	2011-12-18 19:02:19.000000000 +0100
+@@ -232,7 +232,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ PLUGIN_FILES = zeitgeist.gedit-plugin zeitgeist_plugin.py
+-geditplugindir = $(libdir)/gedit-2/plugins
++geditplugindir = $(libdir)/gedit/plugins
+ dist_geditplugin_DATA = $(PLUGIN_FILES)
+ 
+ # we want to allow also local install

diff --git a/gnome-extra/zeitgeist-datasources/files/zeitgeist-datasources-0.8.0-vim-path-fix.patch b/gnome-extra/zeitgeist-datasources/files/zeitgeist-datasources-0.8.0-vim-path-fix.patch
new file mode 100644
index 0000000..00dd8bd
--- /dev/null
+++ b/gnome-extra/zeitgeist-datasources/files/zeitgeist-datasources-0.8.0-vim-path-fix.patch
@@ -0,0 +1,23 @@
+diff -Nur a/vim/Makefile.am b/vim/Makefile.am
+--- a/vim/Makefile.am	2011-12-18 18:46:52.000000000 +0100
++++ b/vim/Makefile.am	2011-12-18 18:47:48.000000000 +0100
+@@ -1,6 +1,6 @@
+ PLUGIN_FILES = zeitgeist.vim
+ 
+-vimplugindir = $(datadir)/vim/vim72/plugin
++vimplugindir = $(datadir)/vim/vim73/plugin
+ dist_vimplugin_DATA = $(PLUGIN_FILES)
+ 
+ # we want to allow also local install
+diff -Nur a/vim/Makefile.in b/vim/Makefile.in
+--- a/vim/Makefile.in	2011-12-18 18:46:52.000000000 +0100
++++ b/vim/Makefile.in	2011-12-18 19:02:32.000000000 +0100
+@@ -232,7 +232,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ PLUGIN_FILES = zeitgeist.vim
+-vimplugindir = $(datadir)/vim/vim72/plugin
++vimplugindir = $(datadir)/vim/vim73/plugin
+ dist_vimplugin_DATA = $(PLUGIN_FILES)
+ 
+ # we want to allow also local install

diff --git a/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.0.1.ebuild b/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.0.1.ebuild
new file mode 100644
index 0000000..9c19295
--- /dev/null
+++ b/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.0.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+inherit autotools-utils multilib versionator
+
+MY_MAJORV=$(get_version_component_range 1-2)
+MY_TRIPLETV=$(get_version_component_range 1-3)
+
+DESCRIPTION="Datasources for Zeitgeist"
+HOMEPAGE="https://launchpad.net/zeitgeist-datasources"
+SRC_URI="http://launchpad.net/${PN}/${MY_MAJORV}/${MY_TRIPLETV}/+download/${PF}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="firefox totem vala" # mono
+
+RDEPEND="
+	dev-libs/libzeitgeist
+	x11-libs/gtk+:2
+	firefox? ( >=net-libs/xulrunner-2.0 )
+	totem? ( dev-libs/totem-pl-parser )"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	vala? ( dev-lang/vala:0.14 )
+"
+
+REQUIRED_USE="totem? ( vala )"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-0.8.0-vim-path-fix.patch"
+	"${FILESDIR}/${PN}-0.8.0-gedit-path-fix.patch"
+)
+
+src_configure() {
+	local plugins="eog gedit vim telepathy rhythmbox"
+	use totem && plugins="${plugins} totem-libzg"
+	use firefox && plugins="${plugins} firefox-40-libzg"
+
+	sed -r -e "s/^(used_plugins=)/\1\"${plugins}\"/" \
+		-i configure || die
+
+	autotools-utils_src_configure \
+		$(use_with vala) \
+		VALAC="$(type -P valac-0.14)" \
+		--without-mono
+}
+
+src_install() {
+	autotools-utils_src_install
+	find "${D}" -type f -name "*.la" -delete
+	rm -rf "${D}"/usr/share/opt
+	rm -rf "${D}"/usr/$(get_libdir)/xchat
+}
+



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/eva:master commit in: gnome-extra/zeitgeist-datasources/, gnome-extra/zeitgeist-datasources/files/
@ 2012-03-25 15:52 Gilles Dartiguelongue
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue @ 2012-03-25 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d4a939f2597459f3b975cd9b5e856e883e2940b7
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 15:52:07 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 15:52:07 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=d4a939f2

gnome-extra/zeitgeist-datasources: moved to gentoo-x86

---
 gnome-extra/zeitgeist-datasources/Manifest         |   11 ----
 ...eitgeist-datasources-0.8.0-gedit-path-fix.patch |   23 --------
 .../zeitgeist-datasources-0.8.0-vim-path-fix.patch |   23 --------
 .../zeitgeist-datasources-0.8.0.1.ebuild           |   58 --------------------
 4 files changed, 0 insertions(+), 115 deletions(-)

diff --git a/gnome-extra/zeitgeist-datasources/Manifest b/gnome-extra/zeitgeist-datasources/Manifest
deleted file mode 100644
index 4b59441..0000000
--- a/gnome-extra/zeitgeist-datasources/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST zeitgeist-datasources-0.8.0.1.tar.gz 484167 RMD160 6438c951831659f31e82abc89d7970b446d99a03 SHA1 88392b2233932bee38623620ba9abf1e63bc61bb SHA256 e4530834ef0493dc0361d9d9fec17f72f646429866e0eecd9d2b59b8c6d7a042
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.18 (GNU/Linux)
-
-iEYEARECAAYFAk7uLnEACgkQ1fmVwcYIWAaMXgCggW4vxeN7ed2Ic7CM/pMogvpw
-3ssAn3ggzzMrx9SPq+mSTfwfr/ufWR9C
-=BVW1
------END PGP SIGNATURE-----

diff --git a/gnome-extra/zeitgeist-datasources/files/zeitgeist-datasources-0.8.0-gedit-path-fix.patch b/gnome-extra/zeitgeist-datasources/files/zeitgeist-datasources-0.8.0-gedit-path-fix.patch
deleted file mode 100644
index f1e68ef..0000000
--- a/gnome-extra/zeitgeist-datasources/files/zeitgeist-datasources-0.8.0-gedit-path-fix.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Nur a/gedit/Makefile.am b/gedit/Makefile.am
---- a/gedit/Makefile.am	2011-12-18 18:46:52.000000000 +0100
-+++ b/gedit/Makefile.am	2011-12-18 18:47:59.000000000 +0100
-@@ -1,6 +1,6 @@
- PLUGIN_FILES = zeitgeist.gedit-plugin zeitgeist_plugin.py
- 
--geditplugindir = $(libdir)/gedit-2/plugins
-+geditplugindir = $(libdir)/gedit/plugins
- dist_geditplugin_DATA = $(PLUGIN_FILES)
- 
- # we want to allow also local install
-diff -Nur a/gedit/Makefile.in b/gedit/Makefile.in
---- a/gedit/Makefile.in	2011-12-18 18:46:52.000000000 +0100
-+++ b/gedit/Makefile.in	2011-12-18 19:02:19.000000000 +0100
-@@ -232,7 +232,7 @@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- PLUGIN_FILES = zeitgeist.gedit-plugin zeitgeist_plugin.py
--geditplugindir = $(libdir)/gedit-2/plugins
-+geditplugindir = $(libdir)/gedit/plugins
- dist_geditplugin_DATA = $(PLUGIN_FILES)
- 
- # we want to allow also local install

diff --git a/gnome-extra/zeitgeist-datasources/files/zeitgeist-datasources-0.8.0-vim-path-fix.patch b/gnome-extra/zeitgeist-datasources/files/zeitgeist-datasources-0.8.0-vim-path-fix.patch
deleted file mode 100644
index 00dd8bd..0000000
--- a/gnome-extra/zeitgeist-datasources/files/zeitgeist-datasources-0.8.0-vim-path-fix.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Nur a/vim/Makefile.am b/vim/Makefile.am
---- a/vim/Makefile.am	2011-12-18 18:46:52.000000000 +0100
-+++ b/vim/Makefile.am	2011-12-18 18:47:48.000000000 +0100
-@@ -1,6 +1,6 @@
- PLUGIN_FILES = zeitgeist.vim
- 
--vimplugindir = $(datadir)/vim/vim72/plugin
-+vimplugindir = $(datadir)/vim/vim73/plugin
- dist_vimplugin_DATA = $(PLUGIN_FILES)
- 
- # we want to allow also local install
-diff -Nur a/vim/Makefile.in b/vim/Makefile.in
---- a/vim/Makefile.in	2011-12-18 18:46:52.000000000 +0100
-+++ b/vim/Makefile.in	2011-12-18 19:02:32.000000000 +0100
-@@ -232,7 +232,7 @@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- PLUGIN_FILES = zeitgeist.vim
--vimplugindir = $(datadir)/vim/vim72/plugin
-+vimplugindir = $(datadir)/vim/vim73/plugin
- dist_vimplugin_DATA = $(PLUGIN_FILES)
- 
- # we want to allow also local install

diff --git a/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.0.1.ebuild b/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.0.1.ebuild
deleted file mode 100644
index 9c19295..0000000
--- a/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.0.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-inherit autotools-utils multilib versionator
-
-MY_MAJORV=$(get_version_component_range 1-2)
-MY_TRIPLETV=$(get_version_component_range 1-3)
-
-DESCRIPTION="Datasources for Zeitgeist"
-HOMEPAGE="https://launchpad.net/zeitgeist-datasources"
-SRC_URI="http://launchpad.net/${PN}/${MY_MAJORV}/${MY_TRIPLETV}/+download/${PF}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="firefox totem vala" # mono
-
-RDEPEND="
-	dev-libs/libzeitgeist
-	x11-libs/gtk+:2
-	firefox? ( >=net-libs/xulrunner-2.0 )
-	totem? ( dev-libs/totem-pl-parser )"
-DEPEND="${RDEPEND}
-	dev-util/pkgconfig
-	vala? ( dev-lang/vala:0.14 )
-"
-
-REQUIRED_USE="totem? ( vala )"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-0.8.0-vim-path-fix.patch"
-	"${FILESDIR}/${PN}-0.8.0-gedit-path-fix.patch"
-)
-
-src_configure() {
-	local plugins="eog gedit vim telepathy rhythmbox"
-	use totem && plugins="${plugins} totem-libzg"
-	use firefox && plugins="${plugins} firefox-40-libzg"
-
-	sed -r -e "s/^(used_plugins=)/\1\"${plugins}\"/" \
-		-i configure || die
-
-	autotools-utils_src_configure \
-		$(use_with vala) \
-		VALAC="$(type -P valac-0.14)" \
-		--without-mono
-}
-
-src_install() {
-	autotools-utils_src_install
-	find "${D}" -type f -name "*.la" -delete
-	rm -rf "${D}"/usr/share/opt
-	rm -rf "${D}"/usr/$(get_libdir)/xchat
-}
-



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-25 15:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-18 18:18 [gentoo-commits] dev/eva:master commit in: gnome-extra/zeitgeist-datasources/, gnome-extra/zeitgeist-datasources/files/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2012-03-25 15:52 Gilles Dartiguelongue

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