diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-10-30 11:03:09 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-10-30 11:03:09 +0000 |
commit | 2e1d950b5bd846600cd0cb112f75af308c95487a (patch) | |
tree | 6d411dee138ee7e63670b7afab63438821d9a0d0 /dev-util/treecc/treecc-0.3.4.ebuild | |
parent | toolchain love for bug #69014. (Manifest recommit) (diff) | |
download | gentoo-2-2e1d950b5bd846600cd0cb112f75af308c95487a.tar.gz gentoo-2-2e1d950b5bd846600cd0cb112f75af308c95487a.tar.bz2 gentoo-2-2e1d950b5bd846600cd0cb112f75af308c95487a.zip |
new version, only doc fixes
Diffstat (limited to 'dev-util/treecc/treecc-0.3.4.ebuild')
-rw-r--r-- | dev-util/treecc/treecc-0.3.4.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-util/treecc/treecc-0.3.4.ebuild b/dev-util/treecc/treecc-0.3.4.ebuild new file mode 100644 index 000000000000..f6e6c392a72a --- /dev/null +++ b/dev-util/treecc/treecc-0.3.4.ebuild @@ -0,0 +1,22 @@ +# 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.4.ebuild,v 1.1 2004/10/30 11:03:09 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_install() { + einstall || die + + dodoc AUTHORS ChangeLog INSTALL NEWS README + dodoc doc/*.txt + dohtml doc/*.html +} |