summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/xforms-ppc/ChangeLog41
-rw-r--r--x11-libs/xforms-ppc/files/digest-xforms-ppc-0891
-rw-r--r--x11-libs/xforms-ppc/xforms-ppc-089.ebuild (renamed from x11-libs/xforms/xforms-089-r2.ebuild)22
-rw-r--r--x11-libs/xforms-sparc/ChangeLog42
-rw-r--r--x11-libs/xforms-sparc/files/digest-xforms-sparc-0891
-rw-r--r--x11-libs/xforms-sparc/xforms-sparc-089.ebuild (renamed from x11-libs/xforms/xforms-089-r1.ebuild)31
-rw-r--r--x11-libs/xforms-x86/ChangeLog44
-rw-r--r--x11-libs/xforms-x86/files/digest-xforms-x86-089 (renamed from x11-libs/xforms/files/digest-xforms-089)0
-rw-r--r--x11-libs/xforms-x86/xforms-x86-089.ebuild (renamed from x11-libs/xforms/xforms-089.ebuild)20
-rw-r--r--x11-libs/xforms/ChangeLog11
-rw-r--r--x11-libs/xforms/files/digest-xforms-089-r11
-rw-r--r--x11-libs/xforms/files/digest-xforms-089-r21
-rw-r--r--x11-libs/xforms/files/digest-xforms-089-r30
-rw-r--r--x11-libs/xforms/xforms-089-r3.ebuild15
14 files changed, 192 insertions, 38 deletions
diff --git a/x11-libs/xforms-ppc/ChangeLog b/x11-libs/xforms-ppc/ChangeLog
new file mode 100644
index 000000000000..68d02145658b
--- /dev/null
+++ b/x11-libs/xforms-ppc/ChangeLog
@@ -0,0 +1,41 @@
+# ChangeLog for x11-libs/xforms-ppc
+# 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-ppc-089 (21 Jul 2002)
+
+ 21 Jul 2002; Seemant Kulleen <seemant@gentoo.org> xforms-ppc-089.ebuild
+ files/digest-xforms-ppc-089 :
+
+ The ebuid for ppc specific xforms package. Provides virtual/xforms, and
+ the original xforms is just a wrapper to call this.
+
+*xforms-089-r2 (19 June 2002)
+
+ 15 Jul 2002; Mark Guertin <gerk@gentoo.org>
+ Added ppc to keywords
+
+ 15 July 2002; Owen Stampflee <owen@gentoo.org>
+ Added missing digests for the PPC variant of the xforms digest.
+
+
+ 7 June 2002; Felix Kurth <felix@fkurth.de>
+
+ Updated to -r2 because of missing fdesign and fd2ps needed for app development.
+
+*xforms-089-r1 (7 June 2002)
+
+ 7 June 2002; Mark Guertin <gerk@gentoo.org>
+
+ Updated to -r1 for ppc compatability. Vendor supplies speperate ppc sources
+ with the exact same filename as x86 sources. Strange workarounds needed.
+
+*xforms-089 (1 Feb 2002)
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/x11-libs/xforms-ppc/files/digest-xforms-ppc-089 b/x11-libs/xforms-ppc/files/digest-xforms-ppc-089
new file mode 100644
index 000000000000..1d9e80af7727
--- /dev/null
+++ b/x11-libs/xforms-ppc/files/digest-xforms-ppc-089
@@ -0,0 +1 @@
+MD5 43ae056706012562ce1313af0382b1e0 bxform-089-glibc21.tgz 1387756
diff --git a/x11-libs/xforms/xforms-089-r2.ebuild b/x11-libs/xforms-ppc/xforms-ppc-089.ebuild
index 85b471b4b68a..91cc4f160f4d 100644
--- a/x11-libs/xforms/xforms-089-r2.ebuild
+++ b/x11-libs/xforms-ppc/xforms-ppc-089.ebuild
@@ -2,25 +2,20 @@
# 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
-
+MY_P="bxform-${PV}-glibc21"
S=${WORKDIR}/${PN}
DESCRIPTION="A GUI Toolkit based on Xlib"
-SRC_URI="ftp://ncmir.ucsd.edu/pub/xforms/${MY_D}/${MY_P}.tgz"
+SRC_URI="ftp://ncmir.ucsd.edu/pub/xforms/linux-ppc/${MY_P}.tgz"
HOMEPAGE="http://world.std.com/~xforms/"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="ppc -x86 -sparc -sparc64"
+
+PROVIDE="virtual/xforms"
+
DEPEND="virtual/x11"
RDEPEND=""
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
src_compile() {
make || die
@@ -40,4 +35,3 @@ src_install () {
doman FORMS/xforms.5
}
-
diff --git a/x11-libs/xforms-sparc/ChangeLog b/x11-libs/xforms-sparc/ChangeLog
new file mode 100644
index 000000000000..0e9a08ac0b8a
--- /dev/null
+++ b/x11-libs/xforms-sparc/ChangeLog
@@ -0,0 +1,42 @@
+# ChangeLog for x11-libs/xforms-sparc
+# 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-sparc-089 (21 Jul 2002)
+
+ 21 Jul 2002; Seemant Kulleen <seemant@gentoo.org> xforms-sparc-089.ebuild
+ files/digest-xforms-sparc-089 ChangeLog :
+
+ Added xforms build for sparc platform. Provides virtual/xforms, specific
+ to sparc.
+
+*xforms-089-r2 (19 June 2002)
+
+ 15 Jul 2002; Mark Guertin <gerk@gentoo.org>
+ Added ppc to keywords
+
+ 15 July 2002; Owen Stampflee <owen@gentoo.org>
+ Added missing digests for the PPC variant of the xforms digest.
+
+
+ 7 June 2002; Felix Kurth <felix@fkurth.de>
+
+ Updated to -r2 because of missing fdesign and fd2ps needed for app development.
+
+*xforms-089-r1 (7 June 2002)
+
+ 7 June 2002; Mark Guertin <gerk@gentoo.org>
+
+ Updated to -r1 for ppc compatability. Vendor supplies speperate ppc sources
+ with the exact same filename as x86 sources. Strange workarounds needed.
+
+*xforms-089 (1 Feb 2002)
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/x11-libs/xforms-sparc/files/digest-xforms-sparc-089 b/x11-libs/xforms-sparc/files/digest-xforms-sparc-089
new file mode 100644
index 000000000000..2d5b10bb9b0d
--- /dev/null
+++ b/x11-libs/xforms-sparc/files/digest-xforms-sparc-089
@@ -0,0 +1 @@
+MD5 4a90767a104b9cd430524fd0b622ad83 bxform089-glibc2.1.tgz 1401151
diff --git a/x11-libs/xforms/xforms-089-r1.ebuild b/x11-libs/xforms-sparc/xforms-sparc-089.ebuild
index 8f0293cc567d..085edfc67786 100644
--- a/x11-libs/xforms/xforms-089-r1.ebuild
+++ b/x11-libs/xforms-sparc/xforms-sparc-089.ebuild
@@ -1,26 +1,21 @@
# 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 $
+# Header: $
-MY_P="bxform-${PV}-glibc2.1"
-MY_D="linux-i386/elf"
+MY_P="bxform${PV}-glibc2.1"
-# 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}
+S=${WORKDIR}/${PN/-x86/}
DESCRIPTION="A GUI Toolkit based on Xlib"
-SRC_URI="ftp://ncmir.ucsd.edu/pub/xforms/${MY_D}/${MY_P}.tgz"
+SRC_URI="ftp://ncmir.ucsd.edu/pub/xforms/linux-sparc/${MY_P}.tgz"
HOMEPAGE="http://world.std.com/~xforms/"
+
SLOT="0"
-DEPEND="virtual/x11"
-RDEPEND=""
LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
+KEYWORDS="sparc -x86 -ppc"
+
+PROVIDE="virtual/xforms"
+
+DEPEND="virtual/x11"
src_compile() {
make || die
@@ -30,9 +25,13 @@ 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-x86/ChangeLog b/x11-libs/xforms-x86/ChangeLog
new file mode 100644
index 000000000000..27cbb6e35311
--- /dev/null
+++ b/x11-libs/xforms-x86/ChangeLog
@@ -0,0 +1,44 @@
+# ChangeLog for x11-libs/xforms-x86
+# 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-x86-089 (21 Jul 2002)
+
+ 21 Jul 2002; Seemant Kulleen <seemant@gentoo.org> xforms-x86-089.ebuild
+ ChangeLog files/digest-xforms-x86-089 :
+
+ xforms has now been divided into two separate packages. One is x86
+ specific, the other is ppc specific. Both provide a virtual/xforms.
+ This one is the x86 specific one.
+ The original xforms will now be just a wrapper function.
+
+
+*xforms-089-r2 (19 June 2002)
+
+ 15 Jul 2002; Mark Guertin <gerk@gentoo.org>
+ Added ppc to keywords
+
+ 15 July 2002; Owen Stampflee <owen@gentoo.org>
+ Added missing digests for the PPC variant of the xforms digest.
+
+
+ 7 June 2002; Felix Kurth <felix@fkurth.de>
+
+ Updated to -r2 because of missing fdesign and fd2ps needed for app development.
+
+*xforms-089-r1 (7 June 2002)
+
+ 7 June 2002; Mark Guertin <gerk@gentoo.org>
+
+ Updated to -r1 for ppc compatability. Vendor supplies speperate ppc sources
+ with the exact same filename as x86 sources. Strange workarounds needed.
+
+*xforms-089 (1 Feb 2002)
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/x11-libs/xforms/files/digest-xforms-089 b/x11-libs/xforms-x86/files/digest-xforms-x86-089
index e212c818466e..e212c818466e 100644
--- a/x11-libs/xforms/files/digest-xforms-089
+++ b/x11-libs/xforms-x86/files/digest-xforms-x86-089
diff --git a/x11-libs/xforms/xforms-089.ebuild b/x11-libs/xforms-x86/xforms-x86-089.ebuild
index 601778b88f2b..547ad4e807e6 100644
--- a/x11-libs/xforms/xforms-089.ebuild
+++ b/x11-libs/xforms-x86/xforms-x86-089.ebuild
@@ -1,15 +1,19 @@
# 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
+# Header: $
-MY_P=bxform-${PV}-glibc2.1
-S=${WORKDIR}/${PN}
+MY_P="bxform-${PV}-glibc2.1"
+
+S=${WORKDIR}/${PN/-x86/}
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"
+LICENSE="GPL-2"
+KEYWORDS="x86 -ppc -sparc -sparc64"
+
+PROVIDE="virtual/xforms"
DEPEND="virtual/x11"
@@ -21,9 +25,13 @@ 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/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-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-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"