diff options
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/treetop/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/treetop/treetop-1.4.2.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/treetop/treetop-1.4.3.ebuild | 31 | ||||
-rw-r--r-- | dev-ruby/treetop/treetop-1.4.4.ebuild | 31 |
4 files changed, 5 insertions, 81 deletions
diff --git a/dev-ruby/treetop/ChangeLog b/dev-ruby/treetop/ChangeLog index ce656af374ad..04d631efd3a3 100644 --- a/dev-ruby/treetop/ChangeLog +++ b/dev-ruby/treetop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/treetop # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v 1.13 2010/04/02 06:22:14 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v 1.14 2010/04/27 05:59:35 graaff Exp $ + + 27 Apr 2010; Hans de Graaff <graaff@gentoo.org> -treetop-1.4.2.ebuild, + -treetop-1.4.3.ebuild, -treetop-1.4.4.ebuild: + Remove old versions. *treetop-1.4.5 (02 Apr 2010) diff --git a/dev-ruby/treetop/treetop-1.4.2.ebuild b/dev-ruby/treetop/treetop-1.4.2.ebuild deleted file mode 100644 index 40442501c330..000000000000 --- a/dev-ruby/treetop/treetop-1.4.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/treetop-1.4.2.ebuild,v 1.2 2010/02/13 19:36:52 armin76 Exp $ - -inherit ruby gems - -DESCRIPTION="Treetop is a language for describing languages." -HOMEPAGE="http://treetop.rubyforge.org/" -LICENSE="Ruby" - -KEYWORDS="~amd64 ~sparc ~x86" -SLOT="0" -IUSE="" - -USE_RUBY="ruby18" - -RDEPEND=">=dev-ruby/polyglot-0.2.5" -DEPEND="${RDEPEND}" diff --git a/dev-ruby/treetop/treetop-1.4.3.ebuild b/dev-ruby/treetop/treetop-1.4.3.ebuild deleted file mode 100644 index 89d9f83a4552..000000000000 --- a/dev-ruby/treetop/treetop-1.4.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/treetop-1.4.3.ebuild,v 1.6 2010/02/13 19:36:52 armin76 Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Treetop is a language for describing languages." -HOMEPAGE="http://treetop.rubyforge.org/" -LICENSE="Ruby" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -SLOT="0" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/polyglot-0.2.5" - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF}/examples - doins -r examples/* || die "Failed installing example files." -} diff --git a/dev-ruby/treetop/treetop-1.4.4.ebuild b/dev-ruby/treetop/treetop-1.4.4.ebuild deleted file mode 100644 index f4571793dc13..000000000000 --- a/dev-ruby/treetop/treetop-1.4.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/treetop-1.4.4.ebuild,v 1.1 2010/02/20 07:37:16 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Treetop is a language for describing languages." -HOMEPAGE="http://treetop.rubyforge.org/" -LICENSE="Ruby" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -SLOT="0" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/polyglot-0.2.5" - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF}/examples - doins -r examples/* || die "Failed installing example files." -} |