public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/x11:master commit in: x11-libs/libXaw/
@ 2011-04-15 19:04 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2011-04-15 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7e6707fb726d5fc9190069be8dd8cff7055ecc26
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 18:32:29 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 18:32:29 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=7e6707fb

x11-libs/libXaw: Migrate to XORG_CONFIGURE_OPTIONS.

(Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, signed Manifest commit with key 05DE07BB)

---
 x11-libs/libXaw/libXaw-9999.ebuild |    8 +++++---
 x11-libs/libXaw/metadata.xml       |    5 +++++
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/x11-libs/libXaw/libXaw-9999.ebuild b/x11-libs/libXaw/libXaw-9999.ebuild
index f7ec9dd..962aad0 100644
--- a/x11-libs/libXaw/libXaw-9999.ebuild
+++ b/x11-libs/libXaw/libXaw-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -24,7 +24,9 @@ DEPEND="${RDEPEND}"
 pkg_setup() {
 	xorg-2_pkg_setup
 
-	CONFIGURE_OPTIONS="$(use_enable doc specs)
+	XORG_CONFIGURE_OPTIONS=(
+		$(use_enable doc specs)
 		$(use_with doc xmlto)
-		--without-fop"
+		--without-fop
+	)
 }

diff --git a/x11-libs/libXaw/metadata.xml b/x11-libs/libXaw/metadata.xml
new file mode 100644
index 0000000..01c4c00
--- /dev/null
+++ b/x11-libs/libXaw/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>x11</herd>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/x11:master commit in: x11-libs/libXaw/
@ 2012-09-22 19:34 Matt Turner
  0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner @ 2012-09-22 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     606ba2d5dcc6412f4e302b298d968370a04eb4b9
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Sat Sep 22 19:33:43 2012 +0000
Commit:     Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Sat Sep 22 19:33:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=606ba2d5

x11-libs/libXaw: Add deprecated USE flag to control Xaw6 library.

---
 x11-libs/libXaw/libXaw-9999.ebuild |    3 ++-
 x11-libs/libXaw/metadata.xml       |    3 +++
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/x11-libs/libXaw/libXaw-9999.ebuild b/x11-libs/libXaw/libXaw-9999.ebuild
index 0b18081..e1a6122 100644
--- a/x11-libs/libXaw/libXaw-9999.ebuild
+++ b/x11-libs/libXaw/libXaw-9999.ebuild
@@ -10,7 +10,7 @@ inherit xorg-2
 DESCRIPTION="X.Org Xaw library"
 
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
+IUSE="deprecated"
 
 RDEPEND="x11-libs/libX11
 	x11-libs/libXext
@@ -23,6 +23,7 @@ DEPEND="${RDEPEND}"
 
 src_configure() {
 	XORG_CONFIGURE_OPTIONS=(
+		$(use_enable deprecated xaw6)
 		$(use_enable doc specs)
 		$(use_with doc xmlto)
 		--without-fop

diff --git a/x11-libs/libXaw/metadata.xml b/x11-libs/libXaw/metadata.xml
index 01c4c00..f58d351 100644
--- a/x11-libs/libXaw/metadata.xml
+++ b/x11-libs/libXaw/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <herd>x11</herd>
+<use>
+	<flag name="deprecated">Install deprecated Xaw6 library.</flag>
+</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-22 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-22 19:34 [gentoo-commits] proj/x11:master commit in: x11-libs/libXaw/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2011-04-15 19:04 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox