summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2004-06-09 19:30:01 +0000
committerRainer Groesslinger <scandium@gentoo.org>2004-06-09 19:30:01 +0000
commitef975ad6b5d0ef41e6430287b9a126795398cb4b (patch)
treeb54792427223b42e42ceacd8058feca94bfe48b7 /dev-util
parentFix use invocation (Manifest recommit) (diff)
downloadgentoo-2-ef975ad6b5d0ef41e6430287b9a126795398cb4b.tar.gz
gentoo-2-ef975ad6b5d0ef41e6430287b9a126795398cb4b.tar.bz2
gentoo-2-ef975ad6b5d0ef41e6430287b9a126795398cb4b.zip
added ~arm keyword, removed older version
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/treecc/files/digest-treecc-0.2.81
-rw-r--r--dev-util/treecc/treecc-0.2.8.ebuild29
-rw-r--r--dev-util/treecc/treecc-0.3.0.ebuild4
3 files changed, 2 insertions, 32 deletions
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=""