diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-08-17 09:53:13 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-08-17 09:53:13 +0000 |
commit | b50b7be1378095727783300fadd3c5cac8851c6e (patch) | |
tree | d21626b7dcfca9c497282706bcb3f043873aed76 /dev-util/treecc | |
parent | Initial import.bug #59121 (Manifest recommit) (diff) | |
download | gentoo-2-b50b7be1378095727783300fadd3c5cac8851c6e.tar.gz gentoo-2-b50b7be1378095727783300fadd3c5cac8851c6e.tar.bz2 gentoo-2-b50b7be1378095727783300fadd3c5cac8851c6e.zip |
removed older version
Diffstat (limited to 'dev-util/treecc')
-rw-r--r-- | dev-util/treecc/files/digest-treecc-0.3.0 | 1 | ||||
-rw-r--r-- | dev-util/treecc/treecc-0.3.0.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
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 -} |