diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-19 08:43:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-19 08:43:07 +0200 |
commit | 93c0dbe579bd9bfe731c920054c421af692e666d (patch) | |
tree | 43ecadc2a6d7eef655f5492eac36b422a4961f87 /dev-ruby | |
parent | dev-ruby/calendar_date_select: Remove last-rited pkg (diff) | |
download | gentoo-93c0dbe579bd9bfe731c920054c421af692e666d.tar.gz gentoo-93c0dbe579bd9bfe731c920054c421af692e666d.tar.bz2 gentoo-93c0dbe579bd9bfe731c920054c421af692e666d.zip |
dev-ruby/bluecloth: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/bluecloth/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.2.0-r3.ebuild | 56 | ||||
-rw-r--r-- | dev-ruby/bluecloth/metadata.xml | 8 |
3 files changed, 0 insertions, 65 deletions
diff --git a/dev-ruby/bluecloth/Manifest b/dev-ruby/bluecloth/Manifest deleted file mode 100644 index cf6164c81023..000000000000 --- 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 e7786dae6c21..000000000000 --- 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 28ab0c15f206..000000000000 --- 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>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> -</maintainer> -</pkgmetadata> |