diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-10-07 20:31:59 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-10-07 20:31:59 +0000 |
commit | b16c3a42199a760ddc9da47a7561210d0a043e82 (patch) | |
tree | aa00badc9c9089555ccd4a8e07de5268961d931e /dev-util/treecc | |
parent | Remove old. (diff) | |
download | gentoo-2-b16c3a42199a760ddc9da47a7561210d0a043e82.tar.gz gentoo-2-b16c3a42199a760ddc9da47a7561210d0a043e82.tar.bz2 gentoo-2-b16c3a42199a760ddc9da47a7561210d0a043e82.zip |
Remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/treecc')
-rw-r--r-- | dev-util/treecc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/treecc/treecc-0.3.4.ebuild | 22 | ||||
-rw-r--r-- | dev-util/treecc/treecc-0.3.6.ebuild | 22 | ||||
-rw-r--r-- | dev-util/treecc/treecc-0.3.8.ebuild | 52 |
4 files changed, 5 insertions, 97 deletions
diff --git a/dev-util/treecc/ChangeLog b/dev-util/treecc/ChangeLog index feccc320c32a..69dd7353d64e 100644 --- a/dev-util/treecc/ChangeLog +++ b/dev-util/treecc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/treecc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/ChangeLog,v 1.37 2010/09/30 20:32:00 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/ChangeLog,v 1.38 2010/10/07 20:31:59 pacho Exp $ + + 07 Oct 2010; Pacho Ramos <pacho@gentoo.org> -treecc-0.3.4.ebuild, + -treecc-0.3.6.ebuild, -treecc-0.3.8.ebuild: + Remove old. 30 Sep 2010; Brent Baude <ranger@gentoo.org> treecc-0.3.10.ebuild: stable ppc64, bug 327293 diff --git a/dev-util/treecc/treecc-0.3.4.ebuild b/dev-util/treecc/treecc-0.3.4.ebuild deleted file mode 100644 index c117fb7c4376..000000000000 --- a/dev-util/treecc/treecc-0.3.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 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.7 2007/06/27 09:57:27 jurek 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 -} diff --git a/dev-util/treecc/treecc-0.3.6.ebuild b/dev-util/treecc/treecc-0.3.6.ebuild deleted file mode 100644 index a2f6fc162c27..000000000000 --- a/dev-util/treecc/treecc-0.3.6.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.3.6.ebuild,v 1.3 2007/06/27 09:57:27 jurek 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 -} diff --git a/dev-util/treecc/treecc-0.3.8.ebuild b/dev-util/treecc/treecc-0.3.8.ebuild deleted file mode 100644 index 440a6a9181c8..000000000000 --- a/dev-util/treecc/treecc-0.3.8.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.3.8.ebuild,v 1.11 2007/06/27 09:57:27 jurek 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="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="doc examples" - -DEPEND="doc? ( app-text/texi2html )" - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" - - if use doc ; then - if [ ! -f "${S}"/doc/treecc.texi ] ; then - die "treecc.texi was not generated" - fi - - cd "${S}"/doc - texi2html -split_chapter "${S}"/doc/treecc.texi \ - || die "texi2html failed" - cd "${S}" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README - - if use examples ; then - docinto examples - dodoc examples/README - dodoc examples/{expr_c.tc,gram_c.y,scan_c.l} - dodoc examples/{expr_cpp.tc,gram_cpp.yy,scan_cpp.ll} - dodoc examples/{expr_java.tc,eval_value.java,mkjava} - dodoc examples/{expr_cs.tc,mkcsharp} - dodoc examples/expr_ruby.tc - fi - - if use doc ; then - dodoc doc/*.{txt,html} - - docinto html - dohtml doc/treecc/*.html - fi -} |