diff options
author | 2004-04-25 21:35:28 +0000 | |
---|---|---|
committer | 2004-04-25 21:35:28 +0000 | |
commit | 1a444665a62935d70ab84c62c38b47d7503f085b (patch) | |
tree | 596122aeb4c73d054e5bd0743044309bee11f261 /dev-util/astyle/astyle-1.15.3.ebuild | |
parent | fixing Manifest (diff) | |
download | historical-1a444665a62935d70ab84c62c38b47d7503f085b.tar.gz historical-1a444665a62935d70ab84c62c38b47d7503f085b.tar.bz2 historical-1a444665a62935d70ab84c62c38b47d7503f085b.zip |
add inherit eutils
Diffstat (limited to 'dev-util/astyle/astyle-1.15.3.ebuild')
-rw-r--r-- | dev-util/astyle/astyle-1.15.3.ebuild | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/dev-util/astyle/astyle-1.15.3.ebuild b/dev-util/astyle/astyle-1.15.3.ebuild index 15d651ecc98c..88fba5e81d0b 100644 --- a/dev-util/astyle/astyle-1.15.3.ebuild +++ b/dev-util/astyle/astyle-1.15.3.ebuild @@ -1,20 +1,22 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3.ebuild,v 1.10 2004/03/28 18:04:06 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3.ebuild,v 1.11 2004/04/25 21:31:47 vapier Exp $ -ZIP="astyle_${PV}.zip" -S=${WORKDIR} -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" +inherit eutils + +DESCRIPTION="Artistic Style is a reindenter and reformatter of C++, C and Java source code" +HOMEPAGE="http://astyle.sourceforge.net/" +SRC_URI="mirror://sourceforge/astyle/astyle_${PV}.zip" -SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 sparc " +SLOT="0" +KEYWORDS="x86 sparc" +IUSE="" DEPEND=">=app-arch/unzip-5.42" +S=${WORKDIR} + src_unpack() { unpack ${A} epatch ${FILESDIR}/cmd-line-fix.diff @@ -24,8 +26,7 @@ src_compile() { emake || die } -src_install () { - into /usr +src_install() { dobin astyle dohtml astyle.html astyle_release_notes.html license.html dodoc INSTALL.TXT |