diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-11-24 15:56:09 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-11-24 15:56:09 +0100 |
commit | 5a392096d8976a7893d33187d99470d737c400b6 (patch) | |
tree | e0cd697697f25fb6e568738083fb0b633332cad6 /media-gfx | |
parent | app-editors/gedit-collaboration: 3.0.0 → 3.6.0 (diff) | |
download | eva-5a392096d8976a7893d33187d99470d737c400b6.tar.gz eva-5a392096d8976a7893d33187d99470d737c400b6.tar.bz2 eva-5a392096d8976a7893d33187d99470d737c400b6.zip |
media-gfx/eog-plugins: moved to gnome overlay
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/eog-plugins/Manifest | 11 | ||||
-rw-r--r-- | media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild | 56 | ||||
-rw-r--r-- | 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> |