From 6aa95ee1e2943a3c8613fda6380bd31bbb3b86d9 Mon Sep 17 00:00:00 2001 From: Rainer Groesslinger Date: Sat, 13 Mar 2004 11:02:07 +0000 Subject: new version (thanks to all the arch people!) --- dev-util/treecc/ChangeLog | 7 ++++++- dev-util/treecc/files/digest-treecc-0.2.6 | 1 - dev-util/treecc/files/digest-treecc-0.3.0 | 1 + dev-util/treecc/treecc-0.2.6.ebuild | 29 ----------------------------- dev-util/treecc/treecc-0.3.0.ebuild | 29 +++++++++++++++++++++++++++++ 5 files changed, 36 insertions(+), 31 deletions(-) delete mode 100644 dev-util/treecc/files/digest-treecc-0.2.6 create mode 100644 dev-util/treecc/files/digest-treecc-0.3.0 delete mode 100644 dev-util/treecc/treecc-0.2.6.ebuild create mode 100644 dev-util/treecc/treecc-0.3.0.ebuild (limited to 'dev-util/treecc') diff --git a/dev-util/treecc/ChangeLog b/dev-util/treecc/ChangeLog index d32349109aff..045ad61aeff1 100644 --- a/dev-util/treecc/ChangeLog +++ b/dev-util/treecc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/treecc # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/ChangeLog,v 1.6 2004/01/03 23:16:49 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/ChangeLog,v 1.7 2004/03/13 10:59:17 scandium Exp $ + +*treecc-0.3.0 (13 Mar 2004) + + 13 Mar 2004; Rainer Groesslinger treecc-0.3.0.ebuild: + new version (thanks to all the arch people!) *treecc-0.2.8 (03 Jan 2004) diff --git a/dev-util/treecc/files/digest-treecc-0.2.6 b/dev-util/treecc/files/digest-treecc-0.2.6 deleted file mode 100644 index 4366b8efac2c..000000000000 --- a/dev-util/treecc/files/digest-treecc-0.2.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 c90208eb99314b68afb4c133578288ad treecc-0.2.6.tar.gz 276832 diff --git a/dev-util/treecc/files/digest-treecc-0.3.0 b/dev-util/treecc/files/digest-treecc-0.3.0 new file mode 100644 index 000000000000..a9c38b5e26cb --- /dev/null +++ b/dev-util/treecc/files/digest-treecc-0.3.0 @@ -0,0 +1 @@ +MD5 f8411cf005f3f4c203ddb57616f17314 treecc-0.3.0.tar.gz 277663 diff --git a/dev-util/treecc/treecc-0.2.6.ebuild b/dev-util/treecc/treecc-0.2.6.ebuild deleted file mode 100644 index 61c59789b42d..000000000000 --- a/dev-util/treecc/treecc-0.2.6.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.6.ebuild,v 1.12 2004/01/03 23:16:49 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 new file mode 100644 index 000000000000..bb09d1b24e3b --- /dev/null +++ b/dev-util/treecc/treecc-0.3.0.ebuild @@ -0,0 +1,29 @@ +# 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.1 2004/03/13 10:59:17 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 ~hppa ~amd64 ~ia64 ~s390" + +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 +} -- cgit v1.2.3-65-gdbad