summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-01-31 16:14:49 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-01-31 16:14:49 +0000
commite2a5ea56bd096e2c6961076cf6b0dc35d7de3f2c (patch)
tree54eb32c879cac9a7ce66cd7387aa3fcbbf3a6713 /media-gfx/eog
parentBump to 2.4.4. Lot of changes on PTP2 driver and bug fixes. (diff)
downloadgentoo-2-e2a5ea56bd096e2c6961076cf6b0dc35d7de3f2c.tar.gz
gentoo-2-e2a5ea56bd096e2c6961076cf6b0dc35d7de3f2c.tar.bz2
gentoo-2-e2a5ea56bd096e2c6961076cf6b0dc35d7de3f2c.zip
Clean up old revisions.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/eog')
-rw-r--r--media-gfx/eog/ChangeLog7
-rw-r--r--media-gfx/eog/eog-2.20.4.ebuild56
-rw-r--r--media-gfx/eog/eog-2.22.2.ebuild55
-rw-r--r--media-gfx/eog/eog-2.24.2-r1.ebuild81
-rw-r--r--media-gfx/eog/eog-2.24.2.ebuild76
-rw-r--r--media-gfx/eog/files/eog-2.24.2-sigbus.patch19
6 files changed, 6 insertions, 288 deletions
diff --git a/media-gfx/eog/ChangeLog b/media-gfx/eog/ChangeLog
index 72ed96998568..33e6a23d50c5 100644
--- a/media-gfx/eog/ChangeLog
+++ b/media-gfx/eog/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/eog
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.224 2009/01/31 08:18:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.225 2009/01/31 16:14:49 eva Exp $
+
+ 31 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ -files/eog-2.24.2-sigbus.patch, -eog-2.20.4.ebuild, -eog-2.22.2.ebuild,
+ -eog-2.24.2.ebuild, -eog-2.24.2-r1.ebuild:
+ Clean up old revisions.
31 Jan 2009; Alexis Ballier <aballier@gentoo.org> eog-2.24.3.1.ebuild:
keyword ~x86-fbsd
diff --git a/media-gfx/eog/eog-2.20.4.ebuild b/media-gfx/eog/eog-2.20.4.ebuild
deleted file mode 100644
index 67c22285a7bd..000000000000
--- a/media-gfx/eog/eog-2.20.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-2.20.4.ebuild,v 1.8 2008/10/06 21:18:39 eva Exp $
-
-inherit gnome2
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="http://www.gnome.org/projects/eog/"
-
-LICENSE="GPL-2"
-SLOT="1"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="dbus jpeg lcms python"
-
-# FIXME: add exempi to the tree ?
-
-RDEPEND=">=x11-libs/gtk+-2.11.6
- >=dev-libs/glib-2.12
- >=gnome-base/gnome-vfs-2.10
- >=gnome-base/libgnomeui-2.10
- >=gnome-base/libglade-2.3.6
- >=gnome-base/gconf-2.5.90
- >=media-libs/libart_lgpl-2.3.16
- >=gnome-base/gnome-desktop-2.10
- >=x11-themes/gnome-icon-theme-2.19.1
- >=x11-misc/shared-mime-info-0.20
- dbus? ( >=dev-libs/dbus-glib-0.71 )
- jpeg? (
- >=media-libs/libexif-0.6.14
- media-libs/jpeg )
- lcms? ( media-libs/lcms )
- python? (
- >=dev-lang/python-2.3
- >=dev-python/pygobject-2.11.5
- >=dev-python/pygtk-2.9.7
- >=dev-python/gnome-python-2.18.2
- )"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- app-text/gnome-doc-utils
- >=gnome-base/gnome-common-2.12.0
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.17"
-
-DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- $(use_with jpeg libjpeg)
- $(use_with jpeg libexif)
- $(use_with dbus dbus-glib-1)
- $(use_with lcms cms)
- $(use_with python)
- --disable-xmp"
-}
diff --git a/media-gfx/eog/eog-2.22.2.ebuild b/media-gfx/eog/eog-2.22.2.ebuild
deleted file mode 100644
index a3007077ded6..000000000000
--- a/media-gfx/eog/eog-2.22.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-2.22.2.ebuild,v 1.5 2008/08/12 13:49:59 armin76 Exp $
-
-inherit gnome2
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="http://www.gnome.org/projects/eog/"
-
-LICENSE="GPL-2"
-SLOT="1"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
-IUSE="dbus jpeg lcms python"
-
-# FIXME: add exempi to the tree ?
-
-RDEPEND=">=x11-libs/gtk+-2.11.6
- >=dev-libs/glib-2.15.3
- >=gnome-base/gnome-vfs-2.10
- >=gnome-base/libgnomeui-2.10
- >=gnome-base/libglade-2.3.6
- >=gnome-base/gconf-2.5.90
- >=media-libs/libart_lgpl-2.3.16
- >=gnome-base/gnome-desktop-2.10
- >=x11-themes/gnome-icon-theme-2.19.1
- >=x11-misc/shared-mime-info-0.20
- dbus? ( >=dev-libs/dbus-glib-0.71 )
- jpeg? (
- >=media-libs/libexif-0.6.14
- media-libs/jpeg )
- lcms? ( media-libs/lcms )
- python? (
- >=dev-lang/python-2.3
- >=dev-python/pygobject-2.11.5
- >=dev-python/pygtk-2.9.7
- >=dev-python/gnome-python-2.18.2
- )"
-DEPEND="${RDEPEND}
- app-text/gnome-doc-utils
- sys-devel/gettext
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.17"
-
-DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- $(use_with jpeg libjpeg)
- $(use_with jpeg libexif)
- $(use_with dbus dbus-glib-1)
- $(use_with lcms cms)
- $(use_with python)
- --disable-xmp
- --disable-scrollkeeper"
-}
diff --git a/media-gfx/eog/eog-2.24.2-r1.ebuild b/media-gfx/eog/eog-2.24.2-r1.ebuild
deleted file mode 100644
index b1e83f7d6473..000000000000
--- a/media-gfx/eog/eog-2.24.2-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-2.24.2-r1.ebuild,v 1.3 2008/12/28 16:32:15 bluebird Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="http://www.gnome.org/projects/eog/"
-
-LICENSE="GPL-2"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
-IUSE="dbus doc exif lcms python xmp"
-
-RDEPEND=">=x11-libs/gtk+-2.13.1
- >=dev-libs/glib-2.15.3
- >=gnome-base/libgnomeui-2.10
- >=gnome-base/libglade-2.3.6
- >=gnome-base/gconf-2.5.90
- >=media-libs/libart_lgpl-2.3.16
- >=gnome-base/gnome-desktop-2.10
- >=x11-themes/gnome-icon-theme-2.19.1
- >=x11-misc/shared-mime-info-0.20
- dbus? ( >=dev-libs/dbus-glib-0.71 )
- exif? (
- >=media-libs/libexif-0.6.14
- media-libs/jpeg )
- lcms? ( media-libs/lcms )
- python? (
- >=dev-lang/python-2.3
- >=dev-python/pygobject-2.11.5
- >=dev-python/pygtk-2.9.7
- >=dev-python/gnome-python-2.18.2 )
- xmp? ( >=media-libs/exempi-2 )"
-
-DEPEND="${RDEPEND}
- app-text/gnome-doc-utils
- sys-devel/gettext
- >=dev-util/intltool-0.40
- >=dev-util/pkgconfig-0.17
- doc? ( >=dev-util/gtk-doc-1.10 )"
-
-DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- $(use_with exif libjpeg)
- $(use_with exif libexif)
- $(use_with dbus)
- $(use_with lcms cms)
- $(use_enable python)
- $(use_with xmp)
- --disable-scrollkeeper
- --disable-schemas-install"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- # Fix documentation with USE="-exif doc"
- sed 's:-I$(top_srcdir)/plugins \\:\\:g' \
- -i doc/reference/Makefile.am doc/reference/Makefile.in \
- || die "sed failed"
-
- # Fix sigbus on sparc, bug #250830
- epatch "${FILESDIR}/${P}-sigbus.patch"
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-
- if ! built_with_use =x11-libs/gtk+-2* jpeg; then
- ewarn "For JPEG file support to work, x11-libs/gtk+ must be rebuilt"
- ewarn "with the 'jpeg' USE flag enabled."
- fi
-
- if ! built_with_use =x11-libs/gtk+-2* tiff; then
- ewarn "For TIFF file support to work, x11-libs/gtk+ must be rebuilt"
- ewarn "with the 'tiff' USE flag enabled."
- fi
-}
diff --git a/media-gfx/eog/eog-2.24.2.ebuild b/media-gfx/eog/eog-2.24.2.ebuild
deleted file mode 100644
index 57f53c3cbf65..000000000000
--- a/media-gfx/eog/eog-2.24.2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-2.24.2.ebuild,v 1.3 2008/12/11 10:14:54 armin76 Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="http://www.gnome.org/projects/eog/"
-
-LICENSE="GPL-2"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~x86"
-IUSE="dbus doc exif lcms python xmp"
-
-RDEPEND=">=x11-libs/gtk+-2.13.1
- >=dev-libs/glib-2.15.3
- >=gnome-base/libgnomeui-2.10
- >=gnome-base/libglade-2.3.6
- >=gnome-base/gconf-2.5.90
- >=media-libs/libart_lgpl-2.3.16
- >=gnome-base/gnome-desktop-2.10
- >=x11-themes/gnome-icon-theme-2.19.1
- >=x11-misc/shared-mime-info-0.20
- dbus? ( >=dev-libs/dbus-glib-0.71 )
- exif? (
- >=media-libs/libexif-0.6.14
- media-libs/jpeg )
- lcms? ( media-libs/lcms )
- python? (
- >=dev-lang/python-2.3
- >=dev-python/pygobject-2.11.5
- >=dev-python/pygtk-2.9.7
- >=dev-python/gnome-python-2.18.2 )
- xmp? ( >=media-libs/exempi-2 )"
-
-DEPEND="${RDEPEND}
- app-text/gnome-doc-utils
- sys-devel/gettext
- >=dev-util/intltool-0.40
- >=dev-util/pkgconfig-0.17
- doc? ( >=dev-util/gtk-doc-1.10 )"
-
-DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- $(use_with exif libjpeg)
- $(use_with exif libexif)
- $(use_with dbus)
- $(use_with lcms cms)
- $(use_enable python)
- $(use_with xmp)
- --disable-scrollkeeper
- --disable-schemas-install"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- # Fix documentation with USE="-exif doc"
- sed 's:-I$(top_srcdir)/plugins \\:\\:g' -i doc/references/Makefile
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-
- if ! built_with_use =x11-libs/gtk+-2* jpeg; then
- ewarn "For JPEG file support to work, x11-libs/gtk+ must be rebuilt"
- ewarn "with the 'jpeg' USE flag enabled."
- fi
-
- if ! built_with_use =x11-libs/gtk+-2* tiff; then
- ewarn "For TIFF file support to work, x11-libs/gtk+ must be rebuilt"
- ewarn "with the 'tiff' USE flag enabled."
- fi
-}
diff --git a/media-gfx/eog/files/eog-2.24.2-sigbus.patch b/media-gfx/eog/files/eog-2.24.2-sigbus.patch
deleted file mode 100644
index 6f050f62f809..000000000000
--- a/media-gfx/eog/files/eog-2.24.2-sigbus.patch
+++ /dev/null
@@ -1,19 +0,0 @@
----
- http://bugzilla.gnome.org/show_bug.cgi?id=564526
- https://bugs.gentoo.org/show_bug.cgi?id=250830
-
- eog-metadata-reader-png.c | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
---- a/src/eog-metadata-reader-png.c
-+++ b/src/eog-metadata-reader-png.c
-@@ -369,8 +369,7 @@
- if (priv->state == EMR_CHECK_CRC) {
- /* Check if it is actually an XMP chunk.
- * Throw it away if not. */
-- if ((memcmp (priv->xmp_chunk, "XML:com.adobe.xmp\0", 18) != 0)
-- || (*(guint32*)(priv->xmp_chunk+18)) != 0) {
-+ if (memcmp (priv->xmp_chunk, "XML:com.adobe.xmp\0\0\0\0\0", 22) != 0) {
- priv->state = EMR_SKIP_CRC;
- g_free (priv->xmp_chunk);
- priv->xmp_chunk = NULL;