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 | a5f9826134e2c321bc709944e54160a3fb27007e (patch) | |
tree | 04e3ee9ab0c74de732df5c44f62f2e1c8c9c4528 /dev-lang/sather | |
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/sather')
-rw-r--r-- | dev-lang/sather/sather-1.3.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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 |