summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-03-30 01:06:17 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-03-30 01:06:17 +0000
commitdeb44aabbc033c38712d569e9f218879b0c92544 (patch)
tree5908fac4d12291ab817e0433f790a0f0436858fd /net-www/amaya
parentvirtual/motif deps (diff)
downloadhistorical-deb44aabbc033c38712d569e9f218879b0c92544.tar.gz
historical-deb44aabbc033c38712d569e9f218879b0c92544.tar.bz2
historical-deb44aabbc033c38712d569e9f218879b0c92544.zip
removing old vers
Diffstat (limited to 'net-www/amaya')
-rw-r--r--net-www/amaya/amaya-4.1-r1.ebuild38
-rw-r--r--net-www/amaya/amaya-6.1.ebuild7
-rw-r--r--net-www/amaya/amaya-7.0.ebuild39
-rw-r--r--net-www/amaya/amaya-7.1.ebuild6
-rw-r--r--net-www/amaya/amaya-7.2.ebuild7
-rw-r--r--net-www/amaya/files/digest-amaya-4.1-r11
-rw-r--r--net-www/amaya/files/digest-amaya-7.01
7 files changed, 11 insertions, 88 deletions
diff --git a/net-www/amaya/amaya-4.1-r1.ebuild b/net-www/amaya/amaya-4.1-r1.ebuild
deleted file mode 100644
index d8ec97db4d5c..000000000000
--- a/net-www/amaya/amaya-4.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-4.1-r1.ebuild,v 1.11 2003/03/11 21:11:46 seemant Exp $
-
-S=${WORKDIR}/Amaya/LINUX-ELF
-DESCRIPTION="The W3C Web-Browser"
-SRC_URI="ftp://ftp.w3.org/pub/amaya/${PN}-src-${PV}.tgz
- ftp://ftp.w3.org/pub/amaya/old/${PN}-src-${PV}.tgz"
-HOMEPAGE="http://www.w3.org/Amaya/"
-KEYWORDS="x86 sparc "
-SLOT="0"
-LICENSE="BSD"
-IUSE=""
-
-DEPEND=">=x11-libs/openmotif-2.1.30 dev-lang/perl"
-RDEPEND=">=x11-libs/openmotif-2.1.30"
-
-src_compile() {
-
- mkdir ${S}
- cd ${S}
-
- ../configure --prefix=/usr --host=${CHOST} || die
- make || die
-
-}
-
-src_install () {
-
- dodir /usr
- make prefix=${D}/usr install || die
- rm ${D}/usr/bin/amaya
- rm ${D}/usr/bin/print
- dosym /usr/Amaya/applis/bin/amaya /usr/bin/amaya
- dosym /usr/Amaya/applis/bin/print /usr/bin/print
-
-}
-
diff --git a/net-www/amaya/amaya-6.1.ebuild b/net-www/amaya/amaya-6.1.ebuild
index 1bb36b9e8815..22a3056a3015 100644
--- a/net-www/amaya/amaya-6.1.ebuild
+++ b/net-www/amaya/amaya-6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-6.1.ebuild,v 1.11 2003/03/11 21:11:46 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-6.1.ebuild,v 1.12 2003/03/30 01:06:17 liquidx Exp $
S=${WORKDIR}/Amaya/LINUX-ELF
DESCRIPTION="The W3C Web-Browser"
@@ -12,8 +12,9 @@ LICENSE="GPL-2"
SLOT="0"
IUSE=""
-DEPEND=">=x11-libs/openmotif-2.1.30 dev-lang/perl"
-RDEPEND=">=x11-libs/openmotif-2.1.30"
+RDEPEND="virtual/motif"
+DEPEND="dev-lang/perl
+ ${RDEPEND}"
src_compile() {
diff --git a/net-www/amaya/amaya-7.0.ebuild b/net-www/amaya/amaya-7.0.ebuild
deleted file mode 100644
index 21433b01bfbb..000000000000
--- a/net-www/amaya/amaya-7.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-7.0.ebuild,v 1.4 2003/03/11 21:11:46 seemant Exp $
-
-S=${WORKDIR}/Amaya/LINUX-ELF
-
-DESCRIPTION="The W3C Web-Browser"
-SRC_URI="ftp://ftp.w3.org/pub/amaya/${PN}-src-${PV}.tgz"
-HOMEPAGE="http://www.w3.org/Amaya/"
-
-KEYWORDS="~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="=x11-libs/gtk+-1.2*
- dev-lang/perl
- >=x11-libs/openmotif-2.1.30
- =dev-libs/glib-1.2*"
-RDEPEND=">=x11-libs/openmotif-2.1.30"
-
-src_compile() {
- mkdir ${S}
- cd ${S}
- ../configure \
- --prefix=/usr \
- --host=${CHOST}
- make || die
-}
-
-src_install () {
- dodir /usr
- make prefix=${D}/usr install || die
- rm ${D}/usr/bin/amaya
- rm ${D}/usr/bin/print
- dosym /usr/Amaya/applis/bin/amaya /usr/bin/amaya
- dosym /usr/Amaya/applis/bin/print /usr/bin/print
-}
-
diff --git a/net-www/amaya/amaya-7.1.ebuild b/net-www/amaya/amaya-7.1.ebuild
index d12f5c327022..0a915ae716cc 100644
--- a/net-www/amaya/amaya-7.1.ebuild
+++ b/net-www/amaya/amaya-7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-7.1.ebuild,v 1.4 2003/03/11 21:11:46 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-7.1.ebuild,v 1.5 2003/03/30 01:06:17 liquidx Exp $
inherit libtool
@@ -16,9 +16,9 @@ LICENSE="GPL-2"
SLOT="0"
IUSE=""
+RDEPEND="virtual/motif"
DEPEND="dev-lang/perl
- >=x11-libs/openmotif-2.1.30"
-RDEPEND=">=x11-libs/openmotif-2.1.30"
+ ${RDEPEND}"
src_compile() {
mkdir ${S}
diff --git a/net-www/amaya/amaya-7.2.ebuild b/net-www/amaya/amaya-7.2.ebuild
index 7dba228f3fb0..85929f02e880 100644
--- a/net-www/amaya/amaya-7.2.ebuild
+++ b/net-www/amaya/amaya-7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-7.2.ebuild,v 1.3 2003/03/11 21:11:46 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-7.2.ebuild,v 1.4 2003/03/30 01:06:17 liquidx Exp $
inherit libtool
@@ -16,9 +16,10 @@ LICENSE="GPL-2"
SLOT="0"
IUSE=""
+RDEPEND="virtual/motif"
+
DEPEND="dev-lang/perl
- >=x11-libs/openmotif-2.1.30"
-RDEPEND=">=x11-libs/openmotif-2.1.30"
+ ${RDEPEND}"
src_compile() {
mkdir ${S}
diff --git a/net-www/amaya/files/digest-amaya-4.1-r1 b/net-www/amaya/files/digest-amaya-4.1-r1
deleted file mode 100644
index 68754e0583f9..000000000000
--- a/net-www/amaya/files/digest-amaya-4.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ccfa14d1796e6ee152e5b6a1777b5525 amaya-src-4.1.tgz 4910696
diff --git a/net-www/amaya/files/digest-amaya-7.0 b/net-www/amaya/files/digest-amaya-7.0
deleted file mode 100644
index d5f69a5c9019..000000000000
--- a/net-www/amaya/files/digest-amaya-7.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 99f1b2cf040faf1c1703ae2845d14891 amaya-src-7.0.tgz 7774685