summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-01-15 17:44:09 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-01-15 17:44:09 +0000
commita4e0296346f5e65ef4db20f591301a9306bf84a5 (patch)
tree5af87dbc682cc0f42ea35d9e2c553b2f25c6b172 /x11-libs/libXaw
parentVersion bump (diff)
downloadgentoo-2-a4e0296346f5e65ef4db20f591301a9306bf84a5.tar.gz
gentoo-2-a4e0296346f5e65ef4db20f591301a9306bf84a5.tar.bz2
gentoo-2-a4e0296346f5e65ef4db20f591301a9306bf84a5.zip
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXaw')
-rw-r--r--x11-libs/libXaw/ChangeLog9
-rw-r--r--x11-libs/libXaw/libXaw-1.0.9.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/x11-libs/libXaw/ChangeLog b/x11-libs/libXaw/ChangeLog
index 7476aa1a9afe..be133a22038a 100644
--- a/x11-libs/libXaw/ChangeLog
+++ b/x11-libs/libXaw/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libXaw
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.84 2010/12/31 20:00:50 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.85 2011/01/15 17:44:08 scarabeus Exp $
+
+*libXaw-1.0.9 (15 Jan 2011)
+
+ 15 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> +libXaw-1.0.9.ebuild:
+ Version bump
31 Dec 2010; Jeroen Roovers <jer@gentoo.org> libXaw-1.0.8.ebuild:
Stable for HPPA (bug #344827).
diff --git a/x11-libs/libXaw/libXaw-1.0.9.ebuild b/x11-libs/libXaw/libXaw-1.0.9.ebuild
new file mode 100644
index 000000000000..f2abb7459861
--- /dev/null
+++ b/x11-libs/libXaw/libXaw-1.0.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.9.ebuild,v 1.1 2011/01/15 17:44:09 scarabeus Exp $
+
+EAPI=3
+inherit xorg-2
+
+DESCRIPTION="X.Org Xaw library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXt
+ x11-libs/libXmu
+ x11-libs/libXpm
+ x11-proto/xproto
+ x11-proto/xextproto"
+DEPEND="${RDEPEND}
+ doc? ( app-text/xmlto )"
+
+pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable doc specs)
+ $(use_with doc xmlto)
+ --without-fop"
+}