* [gentoo-commits] dev/eva:master commit in: media-gfx/eog-plugins/
@ 2011-11-27 18:23 Gilles Dartiguelongue
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2011-11-27 18:23 UTC (permalink / raw
To: gentoo-commits
commit: b79727b9e22d728c4a9a7fad81318aee9e060010
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 18:23:35 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 18:23:35 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=b79727b9
media-gfx/eog-plugins: initial commit
---
media-gfx/eog-plugins/Manifest | 11 +++++
media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild | 53 ++++++++++++++++++++++++
media-gfx/eog-plugins/metadata.xml | 13 ++++++
3 files changed, 77 insertions(+), 0 deletions(-)
diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
new file mode 100644
index 0000000..b9558e3
--- /dev/null
+++ b/media-gfx/eog-plugins/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST eog-plugins-3.2.2.tar.xz 308244 RMD160 96edc5ec74f054a68bf605ab071580fdd87364e6 SHA1 61881eeac777958bf878415b9aaeb0ccd9bd303c SHA256 123e50be69c33bddc5d6def0a1f618970e01207c2e959edbaf0afc56717d8975
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iEYEARECAAYFAk7SgCcACgkQ1fmVwcYIWAYSaACaA5jWeTA9vw90z9ZjQE4jFaxH
+9n0An3vfpluP4j1VXjoL/5pkp5I9LZ8x
+=5cq2
+-----END PGP SIGNATURE-----
diff --git a/media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild b/media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild
new file mode 100644
index 0000000..94eaa64
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no"
+PYTHON_DEPEND="python? 2:2.5"
+
+inherit gnome2 python
+
+DESCRIPTION="This package contains some useful plugins for the Eye of GNOME image viewer."
+HOMEPAGE="http://live.gnome.org/Eog"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="exif map picasa python"
+
+RDEPEND="
+ >=dev-libs/glib-2.26:2
+ >=dev-libs/libpeas-0.7.4
+ >=media-gfx/eog-2.91.92
+ >=x11-libs/gtk+-2.99.3:3
+ exif? ( >=media-libs/libexif-0.6.16 )
+ map? (
+ >=media-libs/libchamplain-0.9:0.12
+ >=media-libs/clutter-gtk-0.90:1.0
+ >=media-libs/libexif-0.6.16 )
+ picasa? ( >=dev-libs/libgdata-0.9 )
+"
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.40
+ dev-util/pkgconfig
+"
+
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog NEWS"
+
+ # postr map fit-to-width exif-display send-by-mail postasa
+ # XXX: postr is not available in gentoo
+ local plugins="fit-to-width,send-by-mail"
+ use exif && plugins="$plugins,exif-display"
+ use map && plugins="$plugins,map"
+ use picasa && plugins="$plugins,postasa"
+ use python && plugins="$plugins,slideshowshuffle pythonconsole"
+
+ G2CONF="${G2CONF}
+ --disable-schemas-compile
+ $(use_enable python)
+ --with-plugins=$plugins"
+
+ python_pkg_setup
+}
diff --git a/media-gfx/eog-plugins/metadata.xml b/media-gfx/eog-plugins/metadata.xml
new file mode 100644
index 0000000..4e00f46
--- /dev/null
+++ b/media-gfx/eog-plugins/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>eva@gentoo.org</email>
+ <name>Gilles Dartiguelongue</name>
+</maintainer>
+<use>
+ <flag name="map">Show geographic information on a map.</flag>
+ <flag name="picasa">Enable integration with Picasa web service.</flag>
+</use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/eva:master commit in: media-gfx/eog-plugins/
@ 2012-11-22 21:41 Gilles Dartiguelongue
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-22 21:41 UTC (permalink / raw
To: gentoo-commits
commit: 50b72f87ef854c9fcbfb2c88268bd6269595ab6a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 22 21:41:17 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Nov 22 21:41:17 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=50b72f87
media-gfx/eog-plugins: fix repoman warnings and update ebuild style
---
media-gfx/eog-plugins/Manifest | 12 ++++++------
media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild | 11 +++++++----
2 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index b9558e3..b23bf25 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1,11 +1,11 @@
-----BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
+Hash: SHA512
-DIST eog-plugins-3.2.2.tar.xz 308244 RMD160 96edc5ec74f054a68bf605ab071580fdd87364e6 SHA1 61881eeac777958bf878415b9aaeb0ccd9bd303c SHA256 123e50be69c33bddc5d6def0a1f618970e01207c2e959edbaf0afc56717d8975
+DIST eog-plugins-3.2.2.tar.xz 308244 SHA256 123e50be69c33bddc5d6def0a1f618970e01207c2e959edbaf0afc56717d8975
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.18 (GNU/Linux)
+Version: GnuPG v2.0.19 (GNU/Linux)
-iEYEARECAAYFAk7SgCcACgkQ1fmVwcYIWAYSaACaA5jWeTA9vw90z9ZjQE4jFaxH
-9n0An3vfpluP4j1VXjoL/5pkp5I9LZ8x
-=5cq2
+iEYEAREKAAYFAlCum/0ACgkQ1fmVwcYIWAamvwCeMF45ufy/E7y+FGPBuLtSIlC5
+UMcAn3PBXnFPUn08rcsOTGiORU7aOUU8
+=11un
-----END PGP SIGNATURE-----
diff --git a/media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild b/media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild
index 94eaa64..9e38bc0 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -30,10 +30,14 @@ RDEPEND="
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
- dev-util/pkgconfig
+ virtual/pkgconfig
"
pkg_setup() {
+ python_pkg_setup
+}
+
+src_configure() {
DOCS="AUTHORS ChangeLog NEWS"
# postr map fit-to-width exif-display send-by-mail postasa
@@ -45,9 +49,8 @@ pkg_setup() {
use python && plugins="$plugins,slideshowshuffle pythonconsole"
G2CONF="${G2CONF}
- --disable-schemas-compile
$(use_enable python)
--with-plugins=$plugins"
- python_pkg_setup
+ gnome2_src_configure
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/eva:master commit in: media-gfx/eog-plugins/
@ 2012-11-24 14:56 Gilles Dartiguelongue
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-24 14:56 UTC (permalink / raw
To: gentoo-commits
commit: 5a392096d8976a7893d33187d99470d737c400b6
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 24 14:56:09 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 24 14:56:09 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=5a392096
media-gfx/eog-plugins: moved to gnome overlay
---
media-gfx/eog-plugins/Manifest | 11 -----
media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild | 56 ------------------------
media-gfx/eog-plugins/metadata.xml | 12 -----
3 files changed, 0 insertions(+), 79 deletions(-)
diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
deleted file mode 100644
index b23bf25..0000000
--- a/media-gfx/eog-plugins/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST eog-plugins-3.2.2.tar.xz 308244 SHA256 123e50be69c33bddc5d6def0a1f618970e01207c2e959edbaf0afc56717d8975
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iEYEAREKAAYFAlCum/0ACgkQ1fmVwcYIWAamvwCeMF45ufy/E7y+FGPBuLtSIlC5
-UMcAn3PBXnFPUn08rcsOTGiORU7aOUU8
-=11un
------END PGP SIGNATURE-----
diff --git a/media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild b/media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild
deleted file mode 100644
index 9e38bc0..0000000
--- a/media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-PYTHON_DEPEND="python? 2:2.5"
-
-inherit gnome2 python
-
-DESCRIPTION="This package contains some useful plugins for the Eye of GNOME image viewer."
-HOMEPAGE="http://live.gnome.org/Eog"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="exif map picasa python"
-
-RDEPEND="
- >=dev-libs/glib-2.26:2
- >=dev-libs/libpeas-0.7.4
- >=media-gfx/eog-2.91.92
- >=x11-libs/gtk+-2.99.3:3
- exif? ( >=media-libs/libexif-0.6.16 )
- map? (
- >=media-libs/libchamplain-0.9:0.12
- >=media-libs/clutter-gtk-0.90:1.0
- >=media-libs/libexif-0.6.16 )
- picasa? ( >=dev-libs/libgdata-0.9 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- virtual/pkgconfig
-"
-
-pkg_setup() {
- python_pkg_setup
-}
-
-src_configure() {
- DOCS="AUTHORS ChangeLog NEWS"
-
- # postr map fit-to-width exif-display send-by-mail postasa
- # XXX: postr is not available in gentoo
- local plugins="fit-to-width,send-by-mail"
- use exif && plugins="$plugins,exif-display"
- use map && plugins="$plugins,map"
- use picasa && plugins="$plugins,postasa"
- use python && plugins="$plugins,slideshowshuffle pythonconsole"
-
- G2CONF="${G2CONF}
- $(use_enable python)
- --with-plugins=$plugins"
-
- gnome2_src_configure
-}
diff --git a/media-gfx/eog-plugins/metadata.xml b/media-gfx/eog-plugins/metadata.xml
deleted file mode 100644
index 6c136cf..0000000
--- a/media-gfx/eog-plugins/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer>
- <email>eva@gentoo.org</email>
- <name>Gilles Dartiguelongue</name>
-</maintainer>
-<use>
- <flag name="map">Show geographic information on a map.</flag>
- <flag name="picasa">Enable integration with Picasa web service.</flag>
-</use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-24 14:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-24 14:56 [gentoo-commits] dev/eva:master commit in: media-gfx/eog-plugins/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2012-11-22 21:41 Gilles Dartiguelongue
2011-11-27 18:23 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox