diff options
author | George Shapovalov <george@gentoo.org> | 2002-07-23 05:02:15 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-07-23 05:02:15 +0000 |
commit | 39f95255211904d18df7f61e1fd6f3e805f1b567 (patch) | |
tree | 6e4b2871b35d42e1118794feff3a70725599d6e3 | |
parent | added build and bootstrap flags with BIG WARNINGS (diff) | |
download | gentoo-2-39f95255211904d18df7f61e1fd6f3e805f1b567.tar.gz gentoo-2-39f95255211904d18df7f61e1fd6f3e805f1b567.tar.bz2 gentoo-2-39f95255211904d18df7f61e1fd6f3e805f1b567.zip |
few more clean-ups
-rw-r--r-- | dev-lang/ocaml/ocaml-3.04-r1.ebuild | 10 | ||||
-rw-r--r-- | dev-lang/sather/sather-1.3.ebuild | 7 | ||||
-rw-r--r-- | dev-lang/stratego/stratego-0.7.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/swig/swig-1.3.10-r1.ebuild | 10 | ||||
-rw-r--r-- | dev-lang/swig/swig-1.3.10-r2.ebuild | 10 |
5 files changed, 32 insertions, 11 deletions
diff --git a/dev-lang/ocaml/ocaml-3.04-r1.ebuild b/dev-lang/ocaml/ocaml-3.04-r1.ebuild index 826291826775..9c33ee151346 100644 --- a/dev-lang/ocaml/ocaml-3.04-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.04-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 20022 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.04-r1.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.04-r1.ebuild,v 1.3 2002/07/23 05:02:15 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="Objective Caml is a fast modern type-inferring functional programming language descended from the ML (Meta Language) family." @@ -9,7 +9,11 @@ HOMEPAGE="http://www.ocaml.org/" DEPEND="virtual/glibc >=dev-lang/tk-3.3.3" -#RDEPEND="" +RDEPEND="${DEPEND}" + +SLOT="0" +LICENSE="QPL-1.0 LGPL-2" +KEYWORDS="x86" # The unpack function is needed only so that we can apply a ppc patch from cvs. # This should be fixed in v.>3.04, so the function can be removed then. diff --git a/dev-lang/sather/sather-1.3.ebuild b/dev-lang/sather/sather-1.3.ebuild index e1132c8aef03..4ac4deff01c7 100644 --- a/dev-lang/sather/sather-1.3.ebuild +++ b/dev-lang/sather/sather-1.3.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/sather/sather-1.3.ebuild,v 1.4 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/sather/sather-1.3.ebuild,v 1.5 2002/07/23 05:02:15 george Exp $ S="${WORKDIR}/Sather-1.3" DESCRIPTION="Sather is an object oriented language designed to be simple, efficient, safe, flexible and non-proprietary." @@ -17,6 +17,11 @@ DEPEND=">=sys-devel/gcc-2.95.3-r5 >=dev-libs/boehm-gc-6.0" RDEPEND=">=sys-devel/gcc-2.95.3-r5" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + + src_unpack() { unpack Sather-1.3.tar.gz diff --git a/dev-lang/stratego/stratego-0.7.ebuild b/dev-lang/stratego/stratego-0.7.ebuild index 05376233e5f1..2c24ad8e6a95 100644 --- a/dev-lang/stratego/stratego-0.7.ebuild +++ b/dev-lang/stratego/stratego-0.7.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/stratego/stratego-0.7.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/stratego-0.7.ebuild,v 1.3 2002/07/23 05:02:15 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="Stratego term-rewriting language" @@ -11,6 +11,10 @@ DEPEND=">=dev-libs/aterm-1.6.6 >=dev-libs/cpl-stratego-0.4" RDEPEND="$DEPEND" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_compile() { ./configure \ --host=${CHOST} \ diff --git a/dev-lang/swig/swig-1.3.10-r1.ebuild b/dev-lang/swig/swig-1.3.10-r1.ebuild index 22ce21cde355..d3b69056edc7 100644 --- a/dev-lang/swig/swig-1.3.10-r1.ebuild +++ b/dev-lang/swig/swig-1.3.10-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.10-r1.ebuild,v 1.3 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.10-r1.ebuild,v 1.4 2002/07/23 05:02:15 george Exp $ S=${WORKDIR}/SWIG-${PV} DESCRIPTION="Simplied Wrapper and Interface Generator" @@ -16,7 +16,11 @@ DEPEND="virtual/glibc tcltk? ( >=dev-lang/tk-8.3 ) perl? ( >=sys-devel/perl-5.6.1 )" -RDEPEND="" +RDEPEND="${DEPEND}" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_compile() { local myc diff --git a/dev-lang/swig/swig-1.3.10-r2.ebuild b/dev-lang/swig/swig-1.3.10-r2.ebuild index b81d4ed41236..55a8467bbe6a 100644 --- a/dev-lang/swig/swig-1.3.10-r2.ebuild +++ b/dev-lang/swig/swig-1.3.10-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.10-r2.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.10-r2.ebuild,v 1.3 2002/07/23 05:02:15 george Exp $ S=${WORKDIR}/SWIG-${PV} DESCRIPTION="Simplied Wrapper and Interface Generator" @@ -16,7 +16,11 @@ DEPEND="virtual/glibc tcltk? ( >=dev-lang/tk-8.3 ) perl? ( >=sys-devel/perl-5.6.1 )" -RDEPEND="" +RDEPEND="${DEPEND}" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_compile() { local myc |