summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-05-09 05:58:06 +0000
committerHans de Graaff <graaff@gentoo.org>2015-05-09 05:58:06 +0000
commitff3f9f1b449c3fbe3e95f162305d054df2ce37ed (patch)
tree0037a0071cc65f7d48769e2fbb57995cb595e0be /dev-ruby/polyglot
parentUse rm -f to avoid issues like bug 540182. (diff)
downloadgentoo-2-ff3f9f1b449c3fbe3e95f162305d054df2ce37ed.tar.gz
gentoo-2-ff3f9f1b449c3fbe3e95f162305d054df2ce37ed.tar.bz2
gentoo-2-ff3f9f1b449c3fbe3e95f162305d054df2ce37ed.zip
Cleanup.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/polyglot')
-rw-r--r--dev-ruby/polyglot/ChangeLog5
-rw-r--r--dev-ruby/polyglot/polyglot-0.3.4.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/dev-ruby/polyglot/ChangeLog b/dev-ruby/polyglot/ChangeLog
index 445bf71f6c26..8236354261e6 100644
--- a/dev-ruby/polyglot/ChangeLog
+++ b/dev-ruby/polyglot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/polyglot
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.32 2015/04/11 15:02:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.33 2015/05/09 05:58:06 graaff Exp $
+
+ 09 May 2015; Hans de Graaff <graaff@gentoo.org> -polyglot-0.3.4.ebuild:
+ Cleanup.
11 Apr 2015; Hans de Graaff <graaff@gentoo.org> polyglot-0.3.5.ebuild:
Add ruby22.
diff --git a/dev-ruby/polyglot/polyglot-0.3.4.ebuild b/dev-ruby/polyglot/polyglot-0.3.4.ebuild
deleted file mode 100644
index 5357e00051ed..000000000000
--- a/dev-ruby/polyglot/polyglot-0.3.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.4.ebuild,v 1.3 2014/11/26 02:24:56 mrueg Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 rbx"
-
-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 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-all_ruby_prepare() {
- # jruby has trouble parsing this metadata and there are no dependencies.
- rm ../metadata || die
-}