summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-09-10 18:48:16 +0000
committerHans de Graaff <graaff@gentoo.org>2012-09-10 18:48:16 +0000
commit799a4b8dd2605c2d489f37eca3908cbe2d5e0975 (patch)
treee4f2ad9f5dacde5bd0ef2ec955e5d00c8a84843b /dev-ruby/polyglot
parentAdd ruby19, ree18. Move to EAPI=4. (diff)
downloadhistorical-799a4b8dd2605c2d489f37eca3908cbe2d5e0975.tar.gz
historical-799a4b8dd2605c2d489f37eca3908cbe2d5e0975.tar.bz2
historical-799a4b8dd2605c2d489f37eca3908cbe2d5e0975.zip
Cleanup.
Package-Manager: portage-2.1.11.9/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.3.1.ebuild27
-rw-r--r--dev-ruby/polyglot/polyglot-0.3.2.ebuild21
3 files changed, 5 insertions, 49 deletions
diff --git a/dev-ruby/polyglot/ChangeLog b/dev-ruby/polyglot/ChangeLog
index 9e9491cf38bf..190bc6cc848a 100644
--- a/dev-ruby/polyglot/ChangeLog
+++ b/dev-ruby/polyglot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/polyglot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.24 2012/05/01 18:24:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.25 2012/09/10 18:48:16 graaff Exp $
+
+ 10 Sep 2012; Hans de Graaff <graaff@gentoo.org> -polyglot-0.3.1.ebuild,
+ -polyglot-0.3.2.ebuild:
+ Cleanup.
01 May 2012; Raúl Porcel <armin76@gentoo.org> polyglot-0.3.1.ebuild,
polyglot-0.3.2.ebuild, polyglot-0.3.3.ebuild:
diff --git a/dev-ruby/polyglot/polyglot-0.3.1.ebuild b/dev-ruby/polyglot/polyglot-0.3.1.ebuild
deleted file mode 100644
index 431c2b3621bb..000000000000
--- a/dev-ruby/polyglot/polyglot-0.3.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v 1.7 2012/05/01 18:24:08 armin76 Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ruby19 jruby ree18"
-
-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 ~hppa ~ppc ~ppc64 ~x86 ~x86-solaris"
-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.3.2.ebuild b/dev-ruby/polyglot/polyglot-0.3.2.ebuild
deleted file mode 100644
index d8231c8924e7..000000000000
--- a/dev-ruby/polyglot/polyglot-0.3.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.2.ebuild,v 1.4 2012/05/01 18:24:08 armin76 Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ruby19 jruby ree18"
-
-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 ~hppa ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""