diff options
Diffstat (limited to 'x11-libs/xforms')
-rw-r--r-- | x11-libs/xforms/ChangeLog | 11 | ||||
-rw-r--r-- | x11-libs/xforms/files/digest-xforms-089 | 1 | ||||
-rw-r--r-- | x11-libs/xforms/files/digest-xforms-089-r1 | 1 | ||||
-rw-r--r-- | x11-libs/xforms/files/digest-xforms-089-r2 | 1 | ||||
-rw-r--r-- | x11-libs/xforms/files/digest-xforms-089-r3 | 0 | ||||
-rw-r--r-- | x11-libs/xforms/xforms-089-r1.ebuild | 38 | ||||
-rw-r--r-- | x11-libs/xforms/xforms-089-r2.ebuild | 43 | ||||
-rw-r--r-- | x11-libs/xforms/xforms-089-r3.ebuild | 15 | ||||
-rw-r--r-- | x11-libs/xforms/xforms-089.ebuild | 29 |
9 files changed, 26 insertions, 113 deletions
diff --git a/x11-libs/xforms/ChangeLog b/x11-libs/xforms/ChangeLog index dc25831e3a6b..ec0b835e9c0d 100644 --- a/x11-libs/xforms/ChangeLog +++ b/x11-libs/xforms/ChangeLog @@ -3,6 +3,17 @@ # /space/gentoo/cvsroot/gentoo-x86/x11-libs/xforms/ChangeLog,v 1.2 2002/06/08 02:21:53 gerk Exp +*xforms-089-r3 (21 Jul 2002) + + 21 Jul 2002; Seemant Kulleen <seeamnt@gentoo.org> xforms-089-r3.ebuild + files/digest-xforms-089-r3 : + + This package has now been split into: xforms-x86 xforms-ppc and + xforms-sparc (sparc64 as yet unknown). Each of those contain KEYWORDS + masking and PROVIDEs a virtual/xforms (which plain xforms RDEPENDs on). + This should sort out a LOT of issues. + + *xforms-089-r2 (19 June 2002) 15 Jul 2002; Mark Guertin <gerk@gentoo.org> diff --git a/x11-libs/xforms/files/digest-xforms-089 b/x11-libs/xforms/files/digest-xforms-089 deleted file mode 100644 index e212c818466e..000000000000 --- a/x11-libs/xforms/files/digest-xforms-089 +++ /dev/null @@ -1 +0,0 @@ -MD5 a64e3c487c7c417f1d925edd52c51afe bxform-089-glibc2.1.tgz 1211309 diff --git a/x11-libs/xforms/files/digest-xforms-089-r1 b/x11-libs/xforms/files/digest-xforms-089-r1 deleted file mode 100644 index 9bc3f8831b0a..000000000000 --- a/x11-libs/xforms/files/digest-xforms-089-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 43ae056706012562ce1313af0382b1e0 bxform-089-glibc2.1-ppc.tgz 1387756 diff --git a/x11-libs/xforms/files/digest-xforms-089-r2 b/x11-libs/xforms/files/digest-xforms-089-r2 deleted file mode 100644 index 9bc3f8831b0a..000000000000 --- a/x11-libs/xforms/files/digest-xforms-089-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 43ae056706012562ce1313af0382b1e0 bxform-089-glibc2.1-ppc.tgz 1387756 diff --git a/x11-libs/xforms/files/digest-xforms-089-r3 b/x11-libs/xforms/files/digest-xforms-089-r3 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/x11-libs/xforms/files/digest-xforms-089-r3 diff --git a/x11-libs/xforms/xforms-089-r1.ebuild b/x11-libs/xforms/xforms-089-r1.ebuild deleted file mode 100644 index 8f0293cc567d..000000000000 --- a/x11-libs/xforms/xforms-089-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms/xforms-089-r1.ebuild,v 1.6 2002/07/16 03:08:09 gerk Exp $ - -MY_P="bxform-${PV}-glibc2.1" -MY_D="linux-i386/elf" - -# for unkown reasons ${ARCH} will just _not_ work here -# even though it returns "ppc" (as does `arch`) -if [ `arch` = "ppc" ] ; then - MY_D="linuxppc" - MY_P=${MY_P}"-ppc" -fi - -S=${WORKDIR}/${PN} -DESCRIPTION="A GUI Toolkit based on Xlib" -SRC_URI="ftp://ncmir.ucsd.edu/pub/xforms/${MY_D}/${MY_P}.tgz" -HOMEPAGE="http://world.std.com/~xforms/" -SLOT="0" -DEPEND="virtual/x11" -RDEPEND="" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -src_compile() { - make || die -} - -src_install () { - - into /usr/X11R6 - dolib FORMS/libforms.{a,so.*} - dosym /usr/X11R6/lib/libforms.so.0.89 /usr/X11R6/lib/libforms.so - insinto /usr/X11R6/include - doins FORMS/forms.h - doman FORMS/xforms.5 -} - diff --git a/x11-libs/xforms/xforms-089-r2.ebuild b/x11-libs/xforms/xforms-089-r2.ebuild deleted file mode 100644 index 85b471b4b68a..000000000000 --- a/x11-libs/xforms/xforms-089-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Header: $ - -MY_P="bxform-${PV}-glibc2.1" -MY_D="linux-i386/elf" - -# for unkown reasons ${ARCH} will just _not_ work here -# even though it returns "ppc" (as does `arch`) -if [ `arch` = "ppc" ] ; then - MY_D="linuxppc" - MY_P=${MY_P}"-ppc" -fi - -S=${WORKDIR}/${PN} -DESCRIPTION="A GUI Toolkit based on Xlib" -SRC_URI="ftp://ncmir.ucsd.edu/pub/xforms/${MY_D}/${MY_P}.tgz" -HOMEPAGE="http://world.std.com/~xforms/" -SLOT="0" -DEPEND="virtual/x11" -RDEPEND="" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -src_compile() { - make || die -} - -src_install () { - - into /usr/X11R6 - dolib FORMS/libforms.{a,so.*} - dobin DESIGN/fdesign - doman DESIGN/fdesign.1 - dobin fd2ps/fd2ps - doman fd2ps/fd2ps.1 - dosym /usr/X11R6/lib/libforms.so.0.89 /usr/X11R6/lib/libforms.so - insinto /usr/X11R6/include - doins FORMS/forms.h - doman FORMS/xforms.5 - -} - diff --git a/x11-libs/xforms/xforms-089-r3.ebuild b/x11-libs/xforms/xforms-089-r3.ebuild new file mode 100644 index 000000000000..77fef8c3797d --- /dev/null +++ b/x11-libs/xforms/xforms-089-r3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Header: $ + +S=${WORKDIR}/${PN} +DESCRIPTION="A GUI Toolkit based on Xlib" +SRC_URI="" +HOMEPAGE="http://world.std.com/~xforms/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc" + +DEPEND="virtual/x11" +RDEPEND="virtual/xforms" diff --git a/x11-libs/xforms/xforms-089.ebuild b/x11-libs/xforms/xforms-089.ebuild deleted file mode 100644 index 601778b88f2b..000000000000 --- a/x11-libs/xforms/xforms-089.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/x11-libs/xforms/xforms-089.ebuild,v 1.3 2002/04/27 21:43:48 seemant Exp - -MY_P=bxform-${PV}-glibc2.1 -S=${WORKDIR}/${PN} -DESCRIPTION="A GUI Toolkit based on Xlib" -SRC_URI="ftp://ncmir.ucsd.edu/pub/xforms/linux-i386/elf/${MY_P}.tgz" -HOMEPAGE="http://world.std.com/~xforms/" -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 ppc" - -DEPEND="virtual/x11" - -src_compile() { - make || die -} - -src_install () { - - into /usr/X11R6 - dolib FORMS/libforms.{a,so.*} - dosym /usr/X11R6/lib/libforms.so.0.89 /usr/X11R6/lib/libforms.so - insinto /usr/X11R6/include - doins FORMS/forms.h - doman FORMS/xforms.5 -} - |