diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-15 22:16:08 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-15 22:16:08 +0000 |
commit | e4bc4f5b01f1113bd5b241eb30976671c1e8dc9b (patch) | |
tree | b1649b65902569d9d6ffe0c792be01b87991944d /x11-libs/libXaw | |
parent | Add patch to work on Ruby 1.9.2 and add ruby19 to the list of compatible impl... (diff) | |
download | gentoo-2-e4bc4f5b01f1113bd5b241eb30976671c1e8dc9b.tar.gz gentoo-2-e4bc4f5b01f1113bd5b241eb30976671c1e8dc9b.tar.bz2 gentoo-2-e4bc4f5b01f1113bd5b241eb30976671c1e8dc9b.zip |
old
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXaw')
-rw-r--r-- | x11-libs/libXaw/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libXaw/libXaw-1.0.7.ebuild | 35 |
2 files changed, 4 insertions, 36 deletions
diff --git a/x11-libs/libXaw/ChangeLog b/x11-libs/libXaw/ChangeLog index 4936755e8f00..de46174d756d 100644 --- a/x11-libs/libXaw/ChangeLog +++ b/x11-libs/libXaw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libXaw # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.89 2011/02/14 23:22:41 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.90 2011/02/15 22:16:08 scarabeus Exp $ + + 15 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -libXaw-1.0.7.ebuild: + old 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> libXaw-1.0.9.ebuild: ppc stable wrt #344827, #354237 diff --git a/x11-libs/libXaw/libXaw-1.0.7.ebuild b/x11-libs/libXaw/libXaw-1.0.7.ebuild deleted file mode 100644 index 99e7529f671a..000000000000 --- a/x11-libs/libXaw/libXaw-1.0.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.7.ebuild,v 1.11 2010/02/25 07:28:52 abcd Exp $ - -EAPI="2" - -inherit x-modular flag-o-matic - -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/libXt - x11-libs/libXmu - x11-libs/libXpm - x11-proto/xproto" -DEPEND="${RDEPEND} - doc? ( sys-apps/groff ) - " - -pkg_setup() { - # No such function yet - # x-modular_pkg_setup - - # (#125465) Broken with Bdirect support - filter-flags -Wl,-Bdirect - filter-ldflags -Bdirect - filter-ldflags -Wl,-Bdirect -} - -src_configure() { - CONFIGURE_OPTIONS="$(use_enable doc docs)" - x-modular_src_configure -} |