commit:     93c0dbe579bd9bfe731c920054c421af692e666d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 06:43:07 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 06:43:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c0dbe5

dev-ruby/bluecloth: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-ruby/bluecloth/Manifest                  |  1 -
 dev-ruby/bluecloth/bluecloth-2.2.0-r3.ebuild | 56 ----------------------------
 dev-ruby/bluecloth/metadata.xml              |  8 ----
 profiles/package.mask                        |  6 ---
 4 files changed, 71 deletions(-)

diff --git a/dev-ruby/bluecloth/Manifest b/dev-ruby/bluecloth/Manifest
deleted file mode 100644
index cf6164c8102..00000000000
--- a/dev-ruby/bluecloth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bluecloth-2.2.0.gem 94208 BLAKE2B 
e2fd3eaeebbbe365ebe076c3027ba1528c11e036eada18c9b6aecc2f0b1f389aa23c4072fbeba6ac2d86831943e3d6710308ad9d26d7c29a9ab571a7b5c52b98
 SHA512 
498ffc9eddd47ded1df5c60e8ae8647de1e0376c7787c42dad2450c15a237b01a734bd0a2742c56cb59831cddc5b35c88e954abc0a087fc803ce4890c07c2852

diff --git a/dev-ruby/bluecloth/bluecloth-2.2.0-r3.ebuild 
b/dev-ruby/bluecloth/bluecloth-2.2.0-r3.ebuild
deleted file mode 100644
index e7786dae6c2..00000000000
--- a/dev-ruby/bluecloth/bluecloth-2.2.0-r3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit multilib ruby-fakegem eutils
-
-DESCRIPTION="A Ruby implementation of Markdown"
-HOMEPAGE="http://www.deveiate.org/projects/BlueCloth";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-DEPEND+=" doc? ( dev-lang/perl )"
-
-ruby_add_bdepend "
-       test? (
-               dev-ruby/diff-lcs
-               dev-ruby/tidy-ext
-       )"
-
-all_ruby_prepare() {
-       # for Ruby 1.9.2 and 2.2.x compatibility
-       sed -i -e '1i $: << "."' \
-               -e 's/Config/RbConfig/' Rakefile || die
-}
-
-each_ruby_configure() {
-       ${RUBY} -Cext extconf.rb || die
-}
-
-all_ruby_compile() {
-       pod2man --center --release --name bluecloth --utf8 bluecloth.1.pod 
bluecloth.1 || die
-
-       all_fakegem_compile
-}
-
-each_ruby_compile() {
-       emake -Cext
-       cp ext/bluecloth_ext$(get_modname) lib/ || die
-}
-
-all_ruby_install() {
-       doman man/man1/bluecloth.1
-
-       all_fakegem_install
-}

diff --git a/dev-ruby/bluecloth/metadata.xml b/dev-ruby/bluecloth/metadata.xml
deleted file mode 100644
index 28ab0c15f20..00000000000
--- a/dev-ruby/bluecloth/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Gentoo Ruby Project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index fa20b41907d..2eb3cdedbda 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -391,12 +391,6 @@ sci-libs/magma
 # Mask insecure rack slot for removal in 30 days, bug 730786
 dev-ruby/rack:1.6
 
-# Hans de Graaff <[email protected]> (2020-09-17)
-# Mask old unmaintained or obsolete ruby packages for removal in 30
-# days.
-# No longer maintained upstream, ruby27 issues, no deps
-dev-ruby/bluecloth
-
 # Michał Górny <[email protected]> (2020-09-09)
 # These packages (or package versions) still require Python 2.7.
 # They are either dead upstream, their Python 3 porting efforts are

Reply via email to