diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-09-10 18:48:16 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-09-10 18:48:16 +0000 |
commit | b9406bde9886879c8e5c027ca629abd5c92bb67b (patch) | |
tree | f45f99052e245e7329b3856d7fe202e467cd4b4d /dev-ruby/polyglot | |
parent | Add ruby19, ree18. Move to EAPI=4. (diff) | |
download | gentoo-2-b9406bde9886879c8e5c027ca629abd5c92bb67b.tar.gz gentoo-2-b9406bde9886879c8e5c027ca629abd5c92bb67b.tar.bz2 gentoo-2-b9406bde9886879c8e5c027ca629abd5c92bb67b.zip |
Cleanup.
(Portage version: 2.1.11.9/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.3.1.ebuild | 27 | ||||
-rw-r--r-- | dev-ruby/polyglot/polyglot-0.3.2.ebuild | 21 |
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="" |