public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: app-text/libgxps/
Date: Sun, 22 Dec 2013 20:26:39 +0000 (UTC)	[thread overview]
Message-ID: <1387743989.56bbb9969458d4147557b0d5eaf5f9975def75c8.eva@gentoo> (raw)

commit:     56bbb9969458d4147557b0d5eaf5f9975def75c8
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 20:25:26 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 20:26:29 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=56bbb996

app-text/libgxps: sync with gentoo-x86

Add metadata.xml and apply team policy on top of it.

---
 app-text/libgxps/libgxps-9999.ebuild | 50 ++++++++++++++++++++++++------------
 app-text/libgxps/metadata.xml        |  9 +++++++
 2 files changed, 42 insertions(+), 17 deletions(-)

diff --git a/app-text/libgxps/libgxps-9999.ebuild b/app-text/libgxps/libgxps-9999.ebuild
index d789e3f..5c46310 100644
--- a/app-text/libgxps/libgxps-9999.ebuild
+++ b/app-text/libgxps/libgxps-9999.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="4"
 GNOME2_LA_PUNT="yes"
+GCONF_DEBUG="yes"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
@@ -15,36 +16,51 @@ HOMEPAGE="http://live.gnome.org/libgxps"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
+IUSE="debug doc +introspection jpeg lcms static-libs tiff"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
+	IUSE="${IUSE} doc"
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
-IUSE="debug doc +introspection jpeg static-libs tiff"
 
-RDEPEND=">=app-arch/libarchive-2.8
+RDEPEND="
+	>=app-arch/libarchive-2.8
 	>=dev-libs/glib-2.24:2
 	media-libs/freetype:2
-	>=x11-libs/cairo-1.10
+	media-libs/libpng:0
+	>=x11-libs/cairo-1.10[svg]
 	introspection? ( >=dev-libs/gobject-introspection-0.10.1 )
 	jpeg? ( virtual/jpeg )
-	tiff? ( media-libs/tiff[zlib] )"
+	lcms? ( media-libs/lcms:2 )
+	tiff? ( media-libs/tiff[zlib] )
+"
 DEPEND="${RDEPEND}
+	app-text/docbook-xsl-stylesheets
+	dev-libs/libxslt
+	>=dev-util/gtk-doc-am-1.14
 	virtual/pkgconfig
-	doc? (
-		app-text/docbook-xml-dtd:4.1.2
-		>=dev-util/gtk-doc-1.14 )"
+"
+
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		doc? (
+			app-text/docbook-xml-dtd:4.1.2
+			>=dev-util/gtk-doc-1.14 )"
+fi
 
 # There is no automatic test suite, only an interactive test application
 RESTRICT="test"
 
-pkg_setup() {
-	G2CONF="${G2CONF}
-		--disable-test
-		$(use_enable debug)
-		$(use_enable introspection)
-		$(use_with jpeg libjpeg)
-		$(use_enable static-libs static)
-		$(use_with tiff libtiff)"
+src_configure() {
 	DOCS="AUTHORS ChangeLog NEWS README TODO"
+	gnome2_src_configure \
+		--enable-man \
+		--disable-test \
+		$(use_enable debug) \
+		$(use_enable introspection) \
+		$(use_with jpeg libjpeg) \
+		$(use_with lcms liblcms2) \
+		$(use_enable static-libs static) \
+		$(use_with tiff libtiff)
 }

diff --git a/app-text/libgxps/metadata.xml b/app-text/libgxps/metadata.xml
new file mode 100644
index 0000000..b4df7ab
--- /dev/null
+++ b/app-text/libgxps/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+<use>
+  <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
+    for introspection</flag>
+</use>
+</pkgmetadata>


             reply	other threads:[~2013-12-22 20:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-22 20:26 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-10-14 19:09 [gentoo-commits] proj/gnome:master commit in: app-text/libgxps/ Alexandre Restovtsev

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=1387743989.56bbb9969458d4147557b0d5eaf5f9975def75c8.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