diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-08-10 11:11:46 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-08-10 11:11:46 +0000 |
commit | 0465f3b0b1fe4b52bc4addbd56efd91a9ee6d703 (patch) | |
tree | b5ccfa5bb8b6e8047a6993c6d82bf7f96e0b846c /dev-util | |
parent | stable on all architectures (no changes that affect code generation in this r... (diff) | |
download | gentoo-2-0465f3b0b1fe4b52bc4addbd56efd91a9ee6d703.tar.gz gentoo-2-0465f3b0b1fe4b52bc4addbd56efd91a9ee6d703.tar.bz2 gentoo-2-0465f3b0b1fe4b52bc4addbd56efd91a9ee6d703.zip |
cleanup
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/treecc/treecc-0.3.0.ebuild | 5 | ||||
-rw-r--r-- | dev-util/treecc/treecc-0.3.2.ebuild | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-util/treecc/treecc-0.3.0.ebuild b/dev-util/treecc/treecc-0.3.0.ebuild index 505b19ab33e8..8362f21c9a81 100644 --- a/dev-util/treecc/treecc-0.3.0.ebuild +++ b/dev-util/treecc/treecc-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.3.0.ebuild,v 1.9 2004/07/25 12:32:34 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.3.0.ebuild,v 1.10 2004/08/10 11:11:46 scandium Exp $ DESCRIPTION="compiler-compiler tool for aspect-oriented programming" HOMEPAGE="http://www.southern-storm.com.au/treecc.html" @@ -9,7 +9,6 @@ SRC_URI="http://www.southern-storm.com.au/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc ppc64 sparc mips alpha arm hppa amd64 ia64 s390" - IUSE="" DEPEND="" @@ -22,7 +21,7 @@ src_compile() { src_install() { einstall || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README + dodoc AUTHORS ChangeLog INSTALL NEWS README dodoc doc/*.txt dohtml doc/*.html } diff --git a/dev-util/treecc/treecc-0.3.2.ebuild b/dev-util/treecc/treecc-0.3.2.ebuild index 7d69b6168908..a191c58c6f4c 100644 --- a/dev-util/treecc/treecc-0.3.2.ebuild +++ b/dev-util/treecc/treecc-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.3.2.ebuild,v 1.2 2004/08/10 11:09:16 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.3.2.ebuild,v 1.3 2004/08/10 11:11:46 scandium Exp $ DESCRIPTION="compiler-compiler tool for aspect-oriented programming" HOMEPAGE="http://www.southern-storm.com.au/treecc.html" @@ -16,7 +16,7 @@ DEPEND="" src_install() { einstall || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README + dodoc AUTHORS ChangeLog INSTALL NEWS README dodoc doc/*.txt dohtml doc/*.html } |