summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-11-02 19:57:51 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-11-02 19:57:51 +0000
commit4dda1846dfce522ebdbc4fd4d010013b533a1d46 (patch)
tree6aa4d01cc60c90f6400ecb2f6c17237535544640 /dev-ruby/loquacious
parentCleanup old. (diff)
downloadgentoo-2-4dda1846dfce522ebdbc4fd4d010013b533a1d46.tar.gz
gentoo-2-4dda1846dfce522ebdbc4fd4d010013b533a1d46.tar.bz2
gentoo-2-4dda1846dfce522ebdbc4fd4d010013b533a1d46.zip
Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/loquacious')
-rw-r--r--dev-ruby/loquacious/ChangeLog5
-rw-r--r--dev-ruby/loquacious/loquacious-1.9.1.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/dev-ruby/loquacious/ChangeLog b/dev-ruby/loquacious/ChangeLog
index a587e87cb57c..0d081d5fe078 100644
--- a/dev-ruby/loquacious/ChangeLog
+++ b/dev-ruby/loquacious/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/loquacious
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.19 2013/10/06 11:39:41 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.20 2013/11/02 19:57:51 mrueg Exp $
+
+ 02 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -loquacious-1.9.1.ebuild:
+ Cleanup old.
*loquacious-1.9.1-r1 (06 Oct 2013)
diff --git a/dev-ruby/loquacious/loquacious-1.9.1.ebuild b/dev-ruby/loquacious/loquacious-1.9.1.ebuild
deleted file mode 100644
index 47ab31b27b6b..000000000000
--- a/dev-ruby/loquacious/loquacious-1.9.1.ebuild
+++ /dev/null
@@ -1,42 +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/loquacious/loquacious-1.9.1.ebuild,v 1.3 2012/08/14 01:15:12 flameeyes Exp $
-
-EAPI=4
-
-USE_RUBY="ruby18 ruby19 jruby ree18"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Descriptive configuration files for Ruby written in Ruby"
-HOMEPAGE="http://github.com/TwP/${PN}"
-
-IUSE=""
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-all_ruby_prepare() {
- # Remove metadata because it confuses jruby.
- rm ../metadata || die
-}
-
-all_ruby_compile() {
- if use doc; then
- rdoc lib || die "Documentation generation failed."
- fi
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc examples/*
-}