diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-10-20 05:39:51 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-10-20 05:39:51 +0000 |
commit | 013b28ba545ceeb684aab16b42717874f410bb16 (patch) | |
tree | 6ed1296bcfac3b18e81b54c8f639ad0402a7866a /x11-libs/libXaw | |
parent | add support for X/opengl/fbcon USE flags (diff) | |
download | gentoo-2-013b28ba545ceeb684aab16b42717874f410bb16.tar.gz gentoo-2-013b28ba545ceeb684aab16b42717874f410bb16.tar.bz2 gentoo-2-013b28ba545ceeb684aab16b42717874f410bb16.zip |
Bump for 7.0 RC1.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'x11-libs/libXaw')
-rw-r--r-- | x11-libs/libXaw/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXaw/files/digest-libXaw-0.99.1 | 1 | ||||
-rw-r--r-- | x11-libs/libXaw/libXaw-0.99.1.ebuild | 25 |
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-libs/libXaw/ChangeLog b/x11-libs/libXaw/ChangeLog index 265eb16fac56..04aa5f233703 100644 --- a/x11-libs/libXaw/ChangeLog +++ b/x11-libs/libXaw/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXaw # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.5 2005/09/09 08:10:47 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.6 2005/10/20 05:36:43 spyderous Exp $ + +*libXaw-0.99.1 (20 Oct 2005) + + 20 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; + +libXaw-0.99.1.ebuild: + Bump for 7.0 RC1. 09 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; +metadata.xml: Add metadata. diff --git a/x11-libs/libXaw/files/digest-libXaw-0.99.1 b/x11-libs/libXaw/files/digest-libXaw-0.99.1 new file mode 100644 index 000000000000..363e9b1a41a2 --- /dev/null +++ b/x11-libs/libXaw/files/digest-libXaw-0.99.1 @@ -0,0 +1 @@ +MD5 9d03504b6725cf461945d10b13844272 libXaw-0.99.1.tar.bz2 451948 diff --git a/x11-libs/libXaw/libXaw-0.99.1.ebuild b/x11-libs/libXaw/libXaw-0.99.1.ebuild new file mode 100644 index 000000000000..548fe9d04ab7 --- /dev/null +++ b/x11-libs/libXaw/libXaw-0.99.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-0.99.1.ebuild,v 1.1 2005/10/20 05:36:43 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Xaw library" +#HOMEPAGE="http://foo.bar.com/" +#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" +#LICENSE="" +#SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="xprint" +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXmu + x11-libs/libXpm + xprint? ( x11-libs/libXp )" +DEPEND="${RDEPEND} + x11-proto/xproto" + +CONFIGURE_OPTIONS="`use_enable xprint xaw8`" |