diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-06-09 19:30:01 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-06-09 19:30:01 +0000 |
commit | d1e8f204ff06c5197024eff0807ca5c53a7161ca (patch) | |
tree | d15be221d1d9c1e41265595e829a71b00bc7bda0 /dev-util/treecc | |
parent | Fix use invocation (diff) | |
download | historical-d1e8f204ff06c5197024eff0807ca5c53a7161ca.tar.gz historical-d1e8f204ff06c5197024eff0807ca5c53a7161ca.tar.bz2 historical-d1e8f204ff06c5197024eff0807ca5c53a7161ca.zip |
added ~arm keyword, removed older version
Diffstat (limited to 'dev-util/treecc')
-rw-r--r-- | dev-util/treecc/Manifest | 6 | ||||
-rw-r--r-- | dev-util/treecc/files/digest-treecc-0.2.8 | 1 | ||||
-rw-r--r-- | dev-util/treecc/treecc-0.2.8.ebuild | 29 | ||||
-rw-r--r-- | dev-util/treecc/treecc-0.3.0.ebuild | 4 |
4 files changed, 4 insertions, 36 deletions
diff --git a/dev-util/treecc/Manifest b/dev-util/treecc/Manifest index 7c0f11d7b2ac..9f89608c12f3 100644 --- a/dev-util/treecc/Manifest +++ b/dev-util/treecc/Manifest @@ -1,6 +1,4 @@ -MD5 11f6e648fba6865e6c5af91cd454fd24 treecc-0.3.0.ebuild 744 -MD5 280927ef51303e2d0ae931ca81cd20e7 ChangeLog 1350 +MD5 975183de076ac1e3c14aaf54297e6153 treecc-0.3.0.ebuild 748 +MD5 b553512037fde127a6bd1c988228bef5 ChangeLog 1349 MD5 7aafe9575b2ba436030a1cbd1b89fa99 metadata.xml 259 -MD5 cd984f9750a8622d65314aa6751f17ff treecc-0.2.8.ebuild 698 -MD5 dcf0d604d650d24977e04541a7db6fb7 files/digest-treecc-0.2.8 64 MD5 29d8985aff46206dbd1ecc3f71e81005 files/digest-treecc-0.3.0 64 diff --git a/dev-util/treecc/files/digest-treecc-0.2.8 b/dev-util/treecc/files/digest-treecc-0.2.8 deleted file mode 100644 index a872a1d4973d..000000000000 --- a/dev-util/treecc/files/digest-treecc-0.2.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 d39c0fc9dabb9149859c97608c397b98 treecc-0.2.8.tar.gz 277367 diff --git a/dev-util/treecc/treecc-0.2.8.ebuild b/dev-util/treecc/treecc-0.2.8.ebuild deleted file mode 100644 index 489909efdaa4..000000000000 --- a/dev-util/treecc/treecc-0.2.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.2.8.ebuild,v 1.2 2004/01/10 16:21:27 scandium Exp $ - -DESCRIPTION="compiler-compiler tool for aspect-oriented programming" -HOMEPAGE="http://www.southern-storm.com.au/treecc.html" -SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha amd64 ia64" - -IUSE="" - -DEPEND="sys-devel/bison - sys-devel/flex" - -src_compile() { - econf || die - emake || die -} - -src_install() { - einstall || die - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README - dodoc doc/*.txt - dohtml doc/*.html -} diff --git a/dev-util/treecc/treecc-0.3.0.ebuild b/dev-util/treecc/treecc-0.3.0.ebuild index 8af0dfdb2fb6..65a72dc2afba 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 Technologies, Inc. # 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.3 2004/03/24 21:37:52 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.3.0.ebuild,v 1.4 2004/06/09 19:30:01 scandium Exp $ DESCRIPTION="compiler-compiler tool for aspect-oriented programming" HOMEPAGE="http://www.southern-storm.com.au/treecc.html" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~ppc64 sparc mips alpha ~hppa amd64 ia64 ~s390" +KEYWORDS="x86 ppc ~ppc64 sparc mips alpha ~arm ~hppa amd64 ia64 ~s390" IUSE="" |