summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-04-27 06:02:23 +0000
committerHans de Graaff <graaff@gentoo.org>2010-04-27 06:02:23 +0000
commitb9a8c201cfeb8fbd9d0effd943759f8fed8d6913 (patch)
tree3f504df8d00a5cc0ae22e1b9f696dffbb946ebbb /dev-ruby/polyglot
parentRemove old versions. (diff)
downloadgentoo-2-b9a8c201cfeb8fbd9d0effd943759f8fed8d6913.tar.gz
gentoo-2-b9a8c201cfeb8fbd9d0effd943759f8fed8d6913.tar.bz2
gentoo-2-b9a8c201cfeb8fbd9d0effd943759f8fed8d6913.zip
Remove old versions.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/polyglot')
-rw-r--r--dev-ruby/polyglot/ChangeLog6
-rw-r--r--dev-ruby/polyglot/polyglot-0.2.9-r1.ebuild27
-rw-r--r--dev-ruby/polyglot/polyglot-0.2.9.ebuild15
-rw-r--r--dev-ruby/polyglot/polyglot-0.3.0.ebuild27
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"
-}