commit:     b88de55f911e45b0b5f3fcd1f7530ba75f53c172
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 07:29:30 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 07:29:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88de55f

dev-ruby/rdiscount: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/rdiscount/Manifest                 |  2 --
 dev-ruby/rdiscount/rdiscount-2.1.7.1.ebuild | 51 -----------------------------
 dev-ruby/rdiscount/rdiscount-2.1.7.ebuild   | 51 -----------------------------
 3 files changed, 104 deletions(-)

diff --git a/dev-ruby/rdiscount/Manifest b/dev-ruby/rdiscount/Manifest
index b60c87d..5a92722 100644
--- a/dev-ruby/rdiscount/Manifest
+++ b/dev-ruby/rdiscount/Manifest
@@ -1,4 +1,2 @@
 DIST rdiscount-1.6.8.gem 53760 SHA256 
a085178fc7d6372222af192bdc8aa8b6b24c8014f0c2a3c227a1c173f104d4df SHA512 
c5322308dba7fae463fe93c6b2936f97392310bc866cbb4f3f359afb37110068859525427d15376312eb8be07657e50171f8bc0dcc52b6def88282180af48f58
 WHIRLPOOL 
89119f0434da74d8721d2c4044465215a8a7bed1fe194573b8a19295f4f752728a70b63f5345c7e0be5a135e6b3f4dd495801083984d7d47284ca083c1b9098c
-DIST rdiscount-2.1.7.1.gem 66560 SHA256 
31e26bf4a71b18c2ca1872729cef3157614c2a3f4af69ca667bcd5b39fdee0bc SHA512 
28a412366933854d6ceb3e460fb85ec4977fefe0865f3d27e4c8810223747ff8086b6487f4952f0a96479a99d4c13202af43cc1aee0441566894cb07eb3d4b4b
 WHIRLPOOL 
9e0277b38a1447cbd51109fe1ae9aec88463fbca6725a569b8de1aa5c387220ec601597509b96500ab25532483f6bad623937a21f831fa279185618e3cf6eb7e
-DIST rdiscount-2.1.7.gem 65536 SHA256 
12544e913100bccbb9271ee7d70d2ffbda4988fae65904893fa480e9794a2498 SHA512 
4b03267e2e5cdff37a9242935f7c508dbdda8d9c9d64e4ba6e6e0aa172f4b47a2a44fc58c0d249827365c9cf1e12cd0348c5c3a78d8150f18f9152b8afea0746
 WHIRLPOOL 
ebcb6af6104f8a2ac6c26b2594f7587eb8727c475d119326638aef12a8c6b62363fd7d6c74be829a14a33d006059a445e88a0ea754c9710d5f5907f8f170c7ac
 DIST rdiscount-2.1.8.gem 67072 SHA256 
1b1c2b8e3c2afd2993efa14e28f992d8b755441b17f3e2c102cf719341f29e6d SHA512 
a5d674a02514cb37d7e3a73bcc9131b434f624115e03f1ef5cef3ec4a378bb961966ef20daf93279b40715dcd19a0b79ccc43405fbe4523ac298f3255dca83f3
 WHIRLPOOL 
02b46dbd4ec83156fab5c2d621edf8ed63840124c3b591265da9b97b95bb7eb4579446560073cacf866d5227b6088d7d181ca0a2c0b4b55a2add02cb3a24aea0

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.7.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.7.1.ebuild
deleted file mode 100644
index b65c2c6..0000000
--- a/dev-ruby/rdiscount/rdiscount-2.1.7.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# Has a native extension without jruby support.
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-RUBY_FAKEGEM_TASK_DOC="doc man"
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Implementation of John Gruber's Markdown"
-HOMEPAGE="https://github.com/rtomayko/rdiscount";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-ruby_add_bdepend "doc? ( app-text/ronn )"
-
-all_ruby_prepare() {
-       # Hanna is broken for us and therefore we don't have it in portage.
-       sed -i -e 's/hanna/rdoc/' Rakefile || die
-
-       # Remove rule that will force a rebuild when running tests.
-       sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
-
-       # Provide RUBY variable no longer provided by rake.
-       sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
-}
-
-each_ruby_configure() {
-       ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
-       emake V=1 -Cext || die
-       cp ext/*$(get_modname) lib/ || die
-}
-
-all_ruby_install() {
-       all_fakegem_install
-
-       doman man/rdiscount.1
-}

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.7.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.7.ebuild
deleted file mode 100644
index 28300d7..0000000
--- a/dev-ruby/rdiscount/rdiscount-2.1.7.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# Has a native extension without jruby support.
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-RUBY_FAKEGEM_TASK_DOC="doc man"
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Implementation of John Gruber's Markdown"
-HOMEPAGE="https://github.com/rtomayko/rdiscount";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-ruby_add_bdepend "doc? ( app-text/ronn )"
-
-all_ruby_prepare() {
-       # Hanna is broken for us and therefore we don't have it in portage.
-       sed -i -e 's/hanna/rdoc/' Rakefile || die
-
-       # Remove rule that will force a rebuild when running tests.
-       sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
-
-       # Provide RUBY variable no longer provided by rake.
-       sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
-}
-
-each_ruby_configure() {
-       ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
-       emake V=1 -Cext || die
-       cp ext/*$(get_modname) lib/ || die
-}
-
-all_ruby_install() {
-       all_fakegem_install
-
-       doman man/rdiscount.1
-}

Reply via email to