From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
Date: Sun, 13 Oct 2013 11:15:46 +0000 (UTC) [thread overview]
Message-ID: <1381662923.cd3fd7948670a105472a038cde0bd3030da6e964.eva@gentoo> (raw)
commit: cd3fd7948670a105472a038cde0bd3030da6e964
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 10:56:25 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 11:15:23 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cd3fd794
media-gfx/eog: 3.8.2 → 3.10.0
---
.../eog/{eog-9999.ebuild => eog-3.10.0.ebuild} | 39 +++++++---------------
media-gfx/eog/eog-9999.ebuild | 27 +++++++--------
2 files changed, 26 insertions(+), 40 deletions(-)
diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-3.10.0.ebuild
similarity index 61%
copy from media-gfx/eog/eog-9999.ebuild
copy to media-gfx/eog/eog-3.10.0.ebuild
index 6c79a2d..0aedac6 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-3.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -7,27 +7,19 @@ GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
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"
IUSE="+exif +introspection +jpeg lcms +svg tiff xmp"
-if [[ ${PV} = 9999 ]]; then
- IUSE="${IUSE} doc"
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-fi
+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]
+ >=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]
@@ -53,21 +45,14 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- app-text/yelp-tools
- doc? ( >=dev-util/gtk-doc-1.10 )"
-fi
-
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)"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
- gnome2_src_configure
+ gnome2_src_configure \
+ $(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)
}
diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index 6c79a2d..28ee50c 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then
fi
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"
@@ -21,13 +21,13 @@ if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
KEYWORDS=""
else
- KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
fi
REQUIRED_USE="exif? ( jpeg )"
RDEPEND="
- >=x11-libs/gtk+-3.3.6: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]
@@ -60,14 +60,15 @@ if [[ ${PV} = 9999 ]]; then
fi
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)"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
+ local myconf=""
+ [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
- gnome2_src_configure
+ gnome2_src_configure \
+ $(use_enable introspection) \
+ $(use_with jpeg libjpeg) \
+ $(use_with exif libexif) \
+ $(use_with lcms cms) \
+ $(use_with xmp) \
+ $(use_with svg librsvg) \
+ ${myconf}
}
next reply other threads:[~2013-10-13 11:15 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-13 11:15 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-08-04 13:03 [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/ Mart Raudsepp
2018-05-31 7:10 Gilles Dartiguelongue
2018-02-16 15:34 Sobhan Mohammadpour
2018-01-23 20:00 Sobhan Mohammadpour
2018-01-12 13:53 Dennis Lamm
2016-03-27 21:24 Ole Reifschneider
2015-05-14 13:39 Gilles Dartiguelongue
2015-05-10 17:20 Gilles Dartiguelongue
2014-11-23 19:37 Gilles Dartiguelongue
2014-10-05 22:09 Gilles Dartiguelongue
2014-04-23 22:14 Gilles Dartiguelongue
2014-04-12 15:44 Gilles Dartiguelongue
2013-11-16 10:42 Gilles Dartiguelongue
2012-12-26 21:53 Gilles Dartiguelongue
2012-11-22 23:04 Gilles Dartiguelongue
2012-10-10 21:09 Alexandre Rostovtsev
2012-09-21 0:27 Nirbheek Chauhan
2012-09-05 15:48 Nirbheek Chauhan
2012-09-03 18:50 Priit Laes
2012-09-02 18:59 Nirbheek Chauhan
2012-05-24 9:11 Alexandre Restovtsev
2012-05-05 0:45 Alexandre Restovtsev
2012-03-31 9:14 Nirbheek Chauhan
2012-02-26 21:19 Alexandre Restovtsev
2012-01-20 19:49 Nirbheek Chauhan
2011-10-19 8:24 Alexandre Restovtsev
2011-06-02 16:37 Nirbheek Chauhan
2011-04-27 22:22 Gilles Dartiguelongue
2011-04-05 0:57 Nirbheek Chauhan
2011-03-30 10:30 Nirbheek Chauhan
2011-03-26 1:58 Nirbheek Chauhan
2011-03-23 5:20 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1381662923.cd3fd7948670a105472a038cde0bd3030da6e964.eva@gentoo \
--to=eva@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox