diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-12-24 17:17:43 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-12-24 17:17:43 +0000 |
commit | 5737ac803f2a928b679f92c41b0fc31caa86eb94 (patch) | |
tree | e3838544666ae11b8cb453d67b6bfd896cf529db /media-gfx/eog | |
parent | Version bump for Gnome 3.10 (diff) | |
download | gentoo-2-5737ac803f2a928b679f92c41b0fc31caa86eb94.tar.gz gentoo-2-5737ac803f2a928b679f92c41b0fc31caa86eb94.tar.bz2 gentoo-2-5737ac803f2a928b679f92c41b0fc31caa86eb94.zip |
Version bump for Gnome 3.10
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-gfx/eog')
-rw-r--r-- | media-gfx/eog/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/eog/eog-3.10.2.ebuild (renamed from media-gfx/eog/eog-3.8.0.ebuild) | 6 | ||||
-rw-r--r-- | media-gfx/eog/eog-3.6.2.ebuild | 59 |
3 files changed, 10 insertions, 63 deletions
diff --git a/media-gfx/eog/ChangeLog b/media-gfx/eog/ChangeLog index df316f346f80..f1eb21b60e01 100644 --- a/media-gfx/eog/ChangeLog +++ b/media-gfx/eog/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/eog # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.307 2013/12/08 19:05:24 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.308 2013/12/24 17:17:43 pacho Exp $ + +*eog-3.10.2 (24 Dec 2013) + + 24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +eog-3.10.2.ebuild, + -eog-3.6.2.ebuild, -eog-3.8.0.ebuild: + Version bump for Gnome 3.10 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> eog-3.8.2.ebuild: x86 stable, bug #478252 diff --git a/media-gfx/eog/eog-3.8.0.ebuild b/media-gfx/eog/eog-3.10.2.ebuild index b5a0ce1fb02a..532f8b594624 100644 --- a/media-gfx/eog/eog-3.8.0.ebuild +++ b/media-gfx/eog/eog-3.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-3.8.0.ebuild,v 1.2 2013/03/29 23:02:24 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-3.10.2.ebuild,v 1.1 2013/12/24 17:17:43 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -9,7 +9,7 @@ GNOME2_LA_PUNT="yes" inherit gnome2 DESCRIPTION="The Eye of GNOME image viewer" -HOMEPAGE="http://www.gnome.org/projects/eog/" +HOMEPAGE="http://projects.gnome.org/eog/" LICENSE="GPL-2+" SLOT="1" @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" REQUIRED_USE="exif? ( jpeg )" RDEPEND=" - >=x11-libs/gtk+-3.5.4:3[introspection,X] + >=x11-libs/gtk+-3.7.8:3[introspection,X] >=dev-libs/glib-2.31:2 >=dev-libs/libxml2-2:2 >=dev-libs/libpeas-0.7.4:=[gtk] diff --git a/media-gfx/eog/eog-3.6.2.ebuild b/media-gfx/eog/eog-3.6.2.ebuild deleted file mode 100644 index 3e209bb4ac8e..000000000000 --- a/media-gfx/eog/eog-3.6.2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-3.6.2.ebuild,v 1.7 2013/02/02 22:44:27 ago Exp $ - -EAPI="5" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="The Eye of GNOME image viewer" -HOMEPAGE="http://www.gnome.org/projects/eog/" - -LICENSE="GPL-2+" -SLOT="1" -IUSE="+exif +introspection +jpeg lcms +svg tiff xmp" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" - -REQUIRED_USE="exif? ( jpeg )" - -RDEPEND=" - >=x11-libs/gtk+-3.3.6:3[introspection,X] - >=dev-libs/glib-2.31:2 - >=dev-libs/libxml2-2:2 - >=dev-libs/libpeas-0.7.4:=[gtk] - >=gnome-base/gnome-desktop-2.91.2:3= - >=gnome-base/gsettings-desktop-schemas-2.91.92 - >=x11-themes/gnome-icon-theme-2.19.1 - >=x11-misc/shared-mime-info-0.20 - - x11-libs/gdk-pixbuf:2[jpeg?,tiff?] - x11-libs/libX11 - - exif? ( >=media-libs/libexif-0.6.14 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.3 ) - jpeg? ( virtual/jpeg:0 ) - lcms? ( media-libs/lcms:2 ) - svg? ( >=gnome-base/librsvg-2.36.2:2 ) - xmp? ( media-libs/exempi:2 ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.10 - >=dev-util/intltool-0.40 - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - G2CONF="${G2CONF} - $(use_enable introspection) - $(use_with jpeg libjpeg) - $(use_with exif libexif) - $(use_with lcms cms) - $(use_with xmp) - $(use_with svg librsvg) - ITSTOOL=$(type -P true)" - DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO" - gnome2_src_configure -} |