diff options
author | Owen Stampflee <owen@gentoo.org> | 2002-07-29 05:16:48 +0000 |
---|---|---|
committer | Owen Stampflee <owen@gentoo.org> | 2002-07-29 05:16:48 +0000 |
commit | 33df1f0bb0838724c5f783d16717ba790981b128 (patch) | |
tree | 2276ff5e2b366fb6288468024ac9ce3753ce9552 /x11-libs/xforms | |
parent | Added -ppc to KEYWORDS. (diff) | |
download | historical-33df1f0bb0838724c5f783d16717ba790981b128.tar.gz historical-33df1f0bb0838724c5f783d16717ba790981b128.tar.bz2 historical-33df1f0bb0838724c5f783d16717ba790981b128.zip |
New Xforms ebuild, made a couple changes.
Diffstat (limited to 'x11-libs/xforms')
-rw-r--r-- | x11-libs/xforms/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xforms/xforms-1.0_rc4.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-libs/xforms/ChangeLog b/x11-libs/xforms/ChangeLog index ec0b835e9c0d..d743710b768e 100644 --- a/x11-libs/xforms/ChangeLog +++ b/x11-libs/xforms/ChangeLog @@ -2,6 +2,11 @@ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL # /space/gentoo/cvsroot/gentoo-x86/x11-libs/xforms/ChangeLog,v 1.2 2002/06/08 02:21:53 gerk Exp +*xforms-1.0_rc4 (28 Jul 2002) + 28 Jul 2002; Owen Stampflee <owen@gentoo.org> xforms-1.0_rc4.ebuild + files/digest-xforms-1.0_rc4 : + + XForms has been GPL'ed and here it is. *xforms-089-r3 (21 Jul 2002) diff --git a/x11-libs/xforms/xforms-1.0_rc4.ebuild b/x11-libs/xforms/xforms-1.0_rc4.ebuild index 7f9497879fc1..dc59137a46fc 100644 --- a/x11-libs/xforms/xforms-1.0_rc4.ebuild +++ b/x11-libs/xforms/xforms-1.0_rc4.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms/xforms-1.0_rc4.ebuild,v 1.1 2002/07/29 05:01:59 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms/xforms-1.0_rc4.ebuild,v 1.2 2002/07/29 05:16:48 owen Exp $ DESCRIPTION="This is a sample skeleton ebuild file" HOMEPAGE="http://world.std.com/~xforms" SRC_URI="ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/xforms-1.0RC4.tgz" LICENSE="GPL-2" -SLOT="1" +SLOT="0" KEYWORDS="x86 ppc" DEPEND="virtual/x11" - +PROVIDES="virtual/xforms" S="${WORKDIR}/xforms-1.0RC4" src_compile() { |