diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-03-30 01:06:17 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-03-30 01:06:17 +0000 |
commit | 003935e6cfac25cb527c16e559075d75cb64bb8b (patch) | |
tree | 8fa0ef967d9ec482a7ab0787639a6c1774c5cf34 /net-www | |
parent | virtual/motif deps (diff) | |
download | gentoo-2-003935e6cfac25cb527c16e559075d75cb64bb8b.tar.gz gentoo-2-003935e6cfac25cb527c16e559075d75cb64bb8b.tar.bz2 gentoo-2-003935e6cfac25cb527c16e559075d75cb64bb8b.zip |
removing old vers
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/amaya/amaya-4.1-r1.ebuild | 38 | ||||
-rw-r--r-- | net-www/amaya/amaya-6.1.ebuild | 7 | ||||
-rw-r--r-- | net-www/amaya/amaya-7.0.ebuild | 39 | ||||
-rw-r--r-- | net-www/amaya/amaya-7.1.ebuild | 6 | ||||
-rw-r--r-- | net-www/amaya/amaya-7.2.ebuild | 7 | ||||
-rw-r--r-- | net-www/amaya/files/digest-amaya-4.1-r1 | 1 | ||||
-rw-r--r-- | net-www/amaya/files/digest-amaya-7.0 | 1 |
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 |