diff options
author | 2002-07-23 05:02:15 +0000 | |
---|---|---|
committer | 2002-07-23 05:02:15 +0000 | |
commit | a5f9826134e2c321bc709944e54160a3fb27007e (patch) | |
tree | 04e3ee9ab0c74de732df5c44f62f2e1c8c9c4528 /dev-lang/swig | |
parent | added build and bootstrap flags with BIG WARNINGS (diff) | |
download | historical-a5f9826134e2c321bc709944e54160a3fb27007e.tar.gz historical-a5f9826134e2c321bc709944e54160a3fb27007e.tar.bz2 historical-a5f9826134e2c321bc709944e54160a3fb27007e.zip |
few more clean-ups
Diffstat (limited to 'dev-lang/swig')
-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 |
2 files changed, 14 insertions, 6 deletions
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 |