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 | 3f2be35377686d31df5a734264dda7cb03c20d1f (patch) | |
tree | eb0f206e9edf104c22f525e32efb0f82678e058d /dev-util/astyle | |
parent | Added GNU GPL version 1 (diff) | |
download | historical-3f2be35377686d31df5a734264dda7cb03c20d1f.tar.gz historical-3f2be35377686d31df5a734264dda7cb03c20d1f.tar.bz2 historical-3f2be35377686d31df5a734264dda7cb03c20d1f.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() { |