summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2004-08-17 09:53:13 +0000
committerRainer Groesslinger <scandium@gentoo.org>2004-08-17 09:53:13 +0000
commit01fbf4f6271d335072028d096385f283facbf11d (patch)
tree07933407bb8a92b30a8312e551f4b699fd49fcd8 /dev-util/treecc
parentInitial import.bug #59121 (diff)
downloadhistorical-01fbf4f6271d335072028d096385f283facbf11d.tar.gz
historical-01fbf4f6271d335072028d096385f283facbf11d.tar.bz2
historical-01fbf4f6271d335072028d096385f283facbf11d.zip
removed older version
Diffstat (limited to 'dev-util/treecc')
-rw-r--r--dev-util/treecc/Manifest12
-rw-r--r--dev-util/treecc/files/digest-treecc-0.3.01
-rw-r--r--dev-util/treecc/treecc-0.3.0.ebuild27
3 files changed, 10 insertions, 30 deletions
diff --git a/dev-util/treecc/Manifest b/dev-util/treecc/Manifest
index 0b7b306086bf..a266e44e6aa3 100644
--- a/dev-util/treecc/Manifest
+++ b/dev-util/treecc/Manifest
@@ -1,6 +1,14 @@
-MD5 9b21e0d78505c05f6daee631241024c2 treecc-0.3.0.ebuild 691
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 2ffea8ec711780eeab79523e67b44b4a treecc-0.3.2.ebuild 639
MD5 e241a7bf95bb33110f96d2c608c4a410 ChangeLog 1633
MD5 7aafe9575b2ba436030a1cbd1b89fa99 metadata.xml 259
-MD5 29d8985aff46206dbd1ecc3f71e81005 files/digest-treecc-0.3.0 64
MD5 d23bc75eb7bc429da177b93a27ed3b99 files/digest-treecc-0.3.2 64
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.4 (GNU/Linux)
+
+iD8DBQFBIdWyPgS8WLD64cERArReAJ9kvQm1Odmhd5NAKImflTaUZNdHUQCeIXZX
+L3Hp3DHeOxYDLB3ugImXvc0=
+=5wqA
+-----END PGP SIGNATURE-----
diff --git a/dev-util/treecc/files/digest-treecc-0.3.0 b/dev-util/treecc/files/digest-treecc-0.3.0
deleted file mode 100644
index a9c38b5e26cb..000000000000
--- a/dev-util/treecc/files/digest-treecc-0.3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f8411cf005f3f4c203ddb57616f17314 treecc-0.3.0.tar.gz 277663
diff --git a/dev-util/treecc/treecc-0.3.0.ebuild b/dev-util/treecc/treecc-0.3.0.ebuild
deleted file mode 100644
index 8362f21c9a81..000000000000
--- a/dev-util/treecc/treecc-0.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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.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"
-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=""
-
-src_compile() {
- econf || die
- emake -j1 || die
-}
-
-src_install() {
- einstall || die
-
- dodoc AUTHORS ChangeLog INSTALL NEWS README
- dodoc doc/*.txt
- dohtml doc/*.html
-}