diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-04-27 06:02:23 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-04-27 06:02:23 +0000 |
commit | 8a6f46b4e4f2a2e849ca53c8dadca63ab2ce447a (patch) | |
tree | 096389f0f15a72f60e01b4aff15211f78277f290 /dev-ruby/polyglot | |
parent | Version bump. (diff) | |
download | historical-8a6f46b4e4f2a2e849ca53c8dadca63ab2ce447a.tar.gz historical-8a6f46b4e4f2a2e849ca53c8dadca63ab2ce447a.tar.bz2 historical-8a6f46b4e4f2a2e849ca53c8dadca63ab2ce447a.zip |
Remove old versions.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/polyglot')
-rw-r--r-- | dev-ruby/polyglot/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/polyglot/polyglot-0.2.9-r1.ebuild | 27 | ||||
-rw-r--r-- | dev-ruby/polyglot/polyglot-0.2.9.ebuild | 15 | ||||
-rw-r--r-- | dev-ruby/polyglot/polyglot-0.3.0.ebuild | 27 |
4 files changed, 5 insertions, 70 deletions
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 <graaff@gentoo.org> -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" -} |