diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-11-26 12:27:27 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-11-26 12:27:27 +0000 |
commit | 4698f44a50602221b05cada69e89f59b060e9ad1 (patch) | |
tree | 485b88883b7c731c60da2bdbcfb3eeb4607aaba3 /dev-util/treecc | |
parent | Marked ppc stable for bug #68857. (diff) | |
download | historical-4698f44a50602221b05cada69e89f59b060e9ad1.tar.gz historical-4698f44a50602221b05cada69e89f59b060e9ad1.tar.bz2 historical-4698f44a50602221b05cada69e89f59b060e9ad1.zip |
removed old version
Diffstat (limited to 'dev-util/treecc')
-rw-r--r-- | dev-util/treecc/Manifest | 8 | ||||
-rw-r--r-- | dev-util/treecc/files/digest-treecc-0.3.2 | 1 | ||||
-rw-r--r-- | dev-util/treecc/treecc-0.3.2.ebuild | 22 |
3 files changed, 3 insertions, 28 deletions
diff --git a/dev-util/treecc/Manifest b/dev-util/treecc/Manifest index 3e54636f72f8..db11fd055490 100644 --- a/dev-util/treecc/Manifest +++ b/dev-util/treecc/Manifest @@ -1,16 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 5fb02f86109cc25fea595654096e1e8e treecc-0.3.2.ebuild 622 MD5 4fcc47643c393c8744f107799339d128 treecc-0.3.4.ebuild 622 MD5 bf09f2e39b5330a2834952b7de325e6b ChangeLog 1772 MD5 7aafe9575b2ba436030a1cbd1b89fa99 metadata.xml 259 -MD5 d23bc75eb7bc429da177b93a27ed3b99 files/digest-treecc-0.3.2 64 MD5 831c215ba797cf5d551555da52fe16c2 files/digest-treecc-0.3.4 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBhBkBPgS8WLD64cERAgg+AJ9MhszT8xPeEt/mBrTfg0eQwPW8YQCfWGSl -LNaYniljtC8gKF1dxx6Ajsk= -=PusF +iD8DBQFBpyCYPgS8WLD64cERAtbXAJ9llxr3sf32+aEwO07txo9uX/6k6wCfX/3K +qHFdGVg4ojOerDFS7Fs93CU= +=SXch -----END PGP SIGNATURE----- diff --git a/dev-util/treecc/files/digest-treecc-0.3.2 b/dev-util/treecc/files/digest-treecc-0.3.2 deleted file mode 100644 index e5124c03e24c..000000000000 --- a/dev-util/treecc/files/digest-treecc-0.3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 10eb2beae1db7841ad6e3c054e59c740 treecc-0.3.2.tar.gz 277743 diff --git a/dev-util/treecc/treecc-0.3.2.ebuild b/dev-util/treecc/treecc-0.3.2.ebuild deleted file mode 100644 index 9a97daf721a6..000000000000 --- a/dev-util/treecc/treecc-0.3.2.ebuild +++ /dev/null @@ -1,22 +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.2.ebuild,v 1.4 2004/10/30 22:41:02 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 ppc64 sparc mips alpha arm hppa amd64 ia64 s390" -IUSE="" - -DEPEND="" - -src_install() { - einstall || die - - dodoc AUTHORS ChangeLog INSTALL NEWS README - dodoc doc/*.txt - dohtml doc/*.html -} |