diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-23 08:47:09 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-23 08:47:09 +0000 |
commit | b0459d60b76116a8974173e6ee2c334324212843 (patch) | |
tree | 0b3933e0faf1b73f42ccd3bf0b04ef4ba421134a /x11-libs/libXaw | |
parent | Bump for 7.0. (diff) | |
download | gentoo-2-b0459d60b76116a8974173e6ee2c334324212843.tar.gz gentoo-2-b0459d60b76116a8974173e6ee2c334324212843.tar.bz2 gentoo-2-b0459d60b76116a8974173e6ee2c334324212843.zip |
Bump for 7.0.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-libs/libXaw')
-rw-r--r-- | x11-libs/libXaw/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libXaw/files/digest-libXaw-1.0.1 | 1 | ||||
-rw-r--r-- | x11-libs/libXaw/libXaw-1.0.1.ebuild | 26 |
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-libs/libXaw/ChangeLog b/x11-libs/libXaw/ChangeLog index c93b58d1492a..e81fa42ee1c3 100644 --- a/x11-libs/libXaw/ChangeLog +++ b/x11-libs/libXaw/ChangeLog @@ -1,6 +1,11 @@ # 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.13 2005/12/17 21:43:44 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.14 2005/12/23 08:43:38 spyderous Exp $ + +*libXaw-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; +libXaw-1.0.1.ebuild: + Bump for 7.0. *libXaw-1.0.0 (17 Dec 2005) diff --git a/x11-libs/libXaw/files/digest-libXaw-1.0.1 b/x11-libs/libXaw/files/digest-libXaw-1.0.1 new file mode 100644 index 000000000000..5dbc001c5c78 --- /dev/null +++ b/x11-libs/libXaw/files/digest-libXaw-1.0.1 @@ -0,0 +1 @@ +MD5 6e8ccc66aa3cc06bec6c23a18678a037 libXaw-1.0.1.tar.bz2 517750 diff --git a/x11-libs/libXaw/libXaw-1.0.1.ebuild b/x11-libs/libXaw/libXaw-1.0.1.ebuild new file mode 100644 index 000000000000..371999274684 --- /dev/null +++ b/x11-libs/libXaw/libXaw-1.0.1.ebuild @@ -0,0 +1,26 @@ +# 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-1.0.1.ebuild,v 1.1 2005/12/23 08:43:38 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 + x11-proto/xproto + xprint? ( x11-libs/libXp )" +DEPEND="${RDEPEND} + sys-apps/ed" + +CONFIGURE_OPTIONS="`use_enable xprint xaw8`" |