diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 10:38:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 10:38:07 +0000 |
commit | bcd827920a2b94cb2786b41482714b033a7275d0 (patch) | |
tree | 2a6d4d31d11f183f99b87e6fd4211618748466e7 /dev-util/astyle | |
parent | Added GNU GPL version 1 (diff) | |
download | gentoo-2-bcd827920a2b94cb2786b41482714b033a7275d0.tar.gz gentoo-2-bcd827920a2b94cb2786b41482714b033a7275d0.tar.bz2 gentoo-2-bcd827920a2b94cb2786b41482714b033a7275d0.zip |
repoman'd
Diffstat (limited to 'dev-util/astyle')
-rw-r--r-- | dev-util/astyle/astyle-1.15.3.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-util/astyle/astyle-1.15.3.ebuild b/dev-util/astyle/astyle-1.15.3.ebuild index a7ee91546520..457d68f3ecb0 100644 --- a/dev-util/astyle/astyle-1.15.3.ebuild +++ b/dev-util/astyle/astyle-1.15.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-util/astyle/astyle-1.15.3.ebuild,v 1.3 2002/07/11 06:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3.ebuild,v 1.4 2002/07/23 10:38:06 seemant Exp $ ZIP="astyle_${PV}.zip" S=${WORKDIR} @@ -8,6 +8,11 @@ DESCRIPTION="Artistic Style is a reindenter and reformatter of C++, C and Java source code." SRC_URI="mirror://sourceforge/astyle/${ZIP}" HOMEPAGE="http://astyle.sourceforge.net" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86" + DEPEND=">=app-arch/unzip-5.42" src_compile() { |