From b9a8c201cfeb8fbd9d0effd943759f8fed8d6913 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Tue, 27 Apr 2010 06:02:23 +0000 Subject: Remove old versions. (Portage version: 2.1.8.3/cvs/Linux x86_64) --- dev-ruby/polyglot/ChangeLog | 6 +++++- dev-ruby/polyglot/polyglot-0.2.9-r1.ebuild | 27 --------------------------- dev-ruby/polyglot/polyglot-0.2.9.ebuild | 15 --------------- dev-ruby/polyglot/polyglot-0.3.0.ebuild | 27 --------------------------- 4 files changed, 5 insertions(+), 70 deletions(-) delete mode 100644 dev-ruby/polyglot/polyglot-0.2.9-r1.ebuild delete mode 100644 dev-ruby/polyglot/polyglot-0.2.9.ebuild delete mode 100644 dev-ruby/polyglot/polyglot-0.3.0.ebuild (limited to 'dev-ruby/polyglot') diff --git a/dev-ruby/polyglot/ChangeLog b/dev-ruby/polyglot/ChangeLog index 20eef4750725..497e1ad6d452 100644 --- a/dev-ruby/polyglot/ChangeLog +++ b/dev-ruby/polyglot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/polyglot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.12 2010/04/01 06:47:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.13 2010/04/27 06:02:23 graaff Exp $ + + 27 Apr 2010; Hans de Graaff -polyglot-0.2.9.ebuild, + -polyglot-0.2.9-r1.ebuild, -polyglot-0.3.0.ebuild: + Remove old versions. *polyglot-0.3.1 (01 Apr 2010) diff --git a/dev-ruby/polyglot/polyglot-0.2.9-r1.ebuild b/dev-ruby/polyglot/polyglot-0.2.9-r1.ebuild deleted file mode 100644 index bd78f2ec1952..000000000000 --- a/dev-ruby/polyglot/polyglot-0.2.9-r1.ebuild +++ /dev/null @@ -1,27 +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/polyglot/polyglot-0.2.9-r1.ebuild,v 1.6 2010/02/13 19:36:11 armin76 Exp $ - -EAPI=2 -USE_RUBY="ruby18 ruby19 jruby" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" - -inherit ruby-fakegem - -DESCRIPTION="Polyglot provides support for fully-custom DSLs." -HOMEPAGE="http://polyglot.rubyforge.org/" -LICENSE="MIT" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -SLOT="0" -IUSE="" - -ruby_add_bdepend test virtual/ruby-test-unit - -each_ruby_test() { - ${RUBY} test/test_polyglot.rb || die "tests failed" -} diff --git a/dev-ruby/polyglot/polyglot-0.2.9.ebuild b/dev-ruby/polyglot/polyglot-0.2.9.ebuild deleted file mode 100644 index 579ae3454251..000000000000 --- a/dev-ruby/polyglot/polyglot-0.2.9.ebuild +++ /dev/null @@ -1,15 +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/polyglot/polyglot-0.2.9.ebuild,v 1.2 2010/02/13 19:36:11 armin76 Exp $ - -inherit gems - -DESCRIPTION="Polyglot provides support for fully-custom DSLs." -HOMEPAGE="http://polyglot.rubyforge.org/" -LICENSE="MIT" - -KEYWORDS="~amd64 ~sparc ~x86" -SLOT="0" -IUSE="" - -USE_RUBY="ruby18" diff --git a/dev-ruby/polyglot/polyglot-0.3.0.ebuild b/dev-ruby/polyglot/polyglot-0.3.0.ebuild deleted file mode 100644 index bfdf04fcee68..000000000000 --- a/dev-ruby/polyglot/polyglot-0.3.0.ebuild +++ /dev/null @@ -1,27 +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/polyglot/polyglot-0.3.0.ebuild,v 1.1 2010/03/04 07:48:49 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ruby19 jruby" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" - -inherit ruby-fakegem - -DESCRIPTION="Polyglot provides support for fully-custom DSLs." -HOMEPAGE="http://polyglot.rubyforge.org/" -LICENSE="MIT" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -SLOT="0" -IUSE="" - -ruby_add_bdepend test virtual/ruby-test-unit - -each_ruby_test() { - ${RUBY} test/test_polyglot.rb || die "tests failed" -} -- cgit v1.2.3-65-gdbad