summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2002-07-22 08:03:00 +0000
committerGeorge Shapovalov <george@gentoo.org>2002-07-22 08:03:00 +0000
commit2c7abf08d3327638d137f799553405643ca38723 (patch)
tree592a152c1cfc86534069988efda43e703fe6f5f0 /dev-lang
parentnew license for dev-land/lua (diff)
downloadgentoo-2-2c7abf08d3327638d137f799553405643ca38723.tar.gz
gentoo-2-2c7abf08d3327638d137f799553405643ca38723.tar.bz2
gentoo-2-2c7abf08d3327638d137f799553405643ca38723.zip
few more clean-ups
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/gpc/gpc-2.1.ebuild2
-rw-r--r--dev-lang/icc/icc-5.0.1.ebuild5
-rw-r--r--dev-lang/icc/icc-6.0-r1.ebuild5
-rw-r--r--dev-lang/icc/icc-6.0.ebuild5
-rw-r--r--dev-lang/icon/icon-9.40.ebuild6
-rw-r--r--dev-lang/ifc/ifc-6.0.ebuild5
-rw-r--r--dev-lang/lua/lua-4.0.ebuild5
7 files changed, 26 insertions, 7 deletions
diff --git a/dev-lang/gpc/gpc-2.1.ebuild b/dev-lang/gpc/gpc-2.1.ebuild
index 51114d03f8a4..578dbb73ebc5 100644
--- a/dev-lang/gpc/gpc-2.1.ebuild
+++ b/dev-lang/gpc/gpc-2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# /space/gentoo/cvsroot/gentoo-x86/dev-lang/gpc/gpc-20020410-r1.ebuild,v 1.2 2002/04/27 23:08:36 bangert Exp
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gpc/gpc-2.1.ebuild,v 1.4 2002/07/22 08:02:59 george Exp $
S="${WORKDIR}/gcc-2.95.3"
diff --git a/dev-lang/icc/icc-5.0.1.ebuild b/dev-lang/icc/icc-5.0.1.ebuild
index ca07d716c790..9ad1ff03a096 100644
--- a/dev-lang/icc/icc-5.0.1.ebuild
+++ b/dev-lang/icc/icc-5.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-5.0.1.ebuild,v 1.5 2002/07/11 06:30:20 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-5.0.1.ebuild,v 1.6 2002/07/22 08:02:59 george Exp $
S=${WORKDIR}
@@ -26,6 +26,9 @@ DEPEND=">=virtual/linux-sources-2.4
RDEPEND=">=virtual/linux-sources-2.4
>=sys-libs/glibc-2.2.2"
+SLOT="0"
+KEYWORDS="x86 -ppc -sparc -sparc64"
+
src_compile() {
mkdir opt
diff --git a/dev-lang/icc/icc-6.0-r1.ebuild b/dev-lang/icc/icc-6.0-r1.ebuild
index 81dad7a959b2..01ffed4459a3 100644
--- a/dev-lang/icc/icc-6.0-r1.ebuild
+++ b/dev-lang/icc/icc-6.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-6.0-r1.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-6.0-r1.ebuild,v 1.3 2002/07/22 08:02:59 george Exp $
S=${WORKDIR}
@@ -25,6 +25,9 @@ DEPEND=">=virtual/linux-sources-2.4
RDEPEND=">=virtual/linux-sources-2.4
>=sys-libs/glibc-2.2.2"
+SLOT="0"
+KEYWORDS="x86 -ppc -sparc -sparc64"
+
src_compile() {
# Keep disk space to a minimum
rm -f intel-*.ia64.rpm
diff --git a/dev-lang/icc/icc-6.0.ebuild b/dev-lang/icc/icc-6.0.ebuild
index 0b250be4b967..361660b17c7b 100644
--- a/dev-lang/icc/icc-6.0.ebuild
+++ b/dev-lang/icc/icc-6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-6.0.ebuild,v 1.4 2002/07/11 06:30:20 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-6.0.ebuild,v 1.5 2002/07/22 08:02:59 george Exp $
S=${WORKDIR}
@@ -25,6 +25,9 @@ DEPEND=">=virtual/linux-sources-2.4
RDEPEND=">=virtual/linux-sources-2.4
>=sys-libs/glibc-2.2.2"
+SLOT="0"
+KEYWORDS="x86 -ppc -sparc -sparc64"
+
src_compile() {
# Keep disk space to a minimum
rm -f intel-*.ia64.rpm
diff --git a/dev-lang/icon/icon-9.40.ebuild b/dev-lang/icon/icon-9.40.ebuild
index 4513bd3abca9..f43668e4cc9f 100644
--- a/dev-lang/icon/icon-9.40.ebuild
+++ b/dev-lang/icon/icon-9.40.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.40.ebuild,v 1.3 2002/07/11 06:30:20 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.40.ebuild,v 1.4 2002/07/22 08:03:00 george Exp $
S=${WORKDIR}/icon.v940src
SRC_URI="http://www.cs.arizona.edu/icon/ftp/packages/unix/icon.v940src.tgz"
@@ -11,6 +11,10 @@ DESCRIPTION="icon is a v. high level language"
DEPEND="X? ( virtual/x11 )
sys-devel/gcc"
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="x86"
+
src_unpack() {
cd ${WORKDIR}
diff --git a/dev-lang/ifc/ifc-6.0.ebuild b/dev-lang/ifc/ifc-6.0.ebuild
index 538f6b7c8655..68603e871c2f 100644
--- a/dev-lang/ifc/ifc-6.0.ebuild
+++ b/dev-lang/ifc/ifc-6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-6.0.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-6.0.ebuild,v 1.3 2002/07/22 08:03:00 george Exp $
S=${WORKDIR}
@@ -17,6 +17,9 @@ HOMEPAGE="http://www.intel.com/software/products/compilers/f60l/"
# The ifc-6 license is the same copy with minimal name changes.
LICENSE="icc-6.0"
+LOT="0"
+KEYWORDS="x86"
+
DEPEND=">=virtual/linux-sources-2.4
>=sys-libs/glibc-2.2.2
diff --git a/dev-lang/lua/lua-4.0.ebuild b/dev-lang/lua/lua-4.0.ebuild
index c4a030d0edbc..90eb3ee7a035 100644
--- a/dev-lang/lua/lua-4.0.ebuild
+++ b/dev-lang/lua/lua-4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-4.0.ebuild,v 1.4 2002/07/11 06:30:20 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-4.0.ebuild,v 1.5 2002/07/22 08:03:00 george Exp $
S=${WORKDIR}/lua
DESCRIPTION="A powerful light-weight programming language designed for extending applications."
@@ -8,6 +8,9 @@ SRC_URI="http://www.lua.org/ftp/${PN}.tar.gz"
HOMEPAGE="http://www.lua.org/"
SLOT="0"
+KEYWORDS="x86"
+LICENSE="lua"
+
src_compile() {
patch < ${FILESDIR}/lua-4.0-config.patch