dev-ruby/redcloth: cleanup
authorHans de Graaff <graaff@gentoo.org>
Tue, 23 Jan 2018 19:16:34 +0000 (20:16 +0100)
committerHans de Graaff <graaff@gentoo.org>
Tue, 23 Jan 2018 19:16:34 +0000 (20:16 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-ruby/redcloth/Manifest
dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild [deleted file]

index ae3b1a157b33e2808295664d23a1a6c974d2a7a0..ef9bc8995d3e000bbe1068313e2a190b82d8348b 100644 (file)
@@ -1,2 +1 @@
 DIST RedCloth-4.3.2.tar.gz 91880 BLAKE2B 0feac1ec59e23fcff39e2fdf9beff896be7949764e53a5a834c5f4e7d18813dc59bf354103d4fab82a709341a0f1b6919bbd3a463fd601564888672dbe73d343 SHA512 377fef21e646beb1658a4b8b8d0228e9730c6c8f33075a14137afcf80e8d37501ede8c05b720d0dfb36a680017f4dedd01565fe9b326ae06ead77afee6f122ca
-DIST RedCloth-git-4.2.9.tgz 96897 BLAKE2B e575c1fa247efb26265b44c50315d1449db3b84a1feaff349f2872c80b9abfc5fc767b09fbc741f9924f70901c73d9a7474b6d4fc3145d3e1842a34ea6e2be13 SHA512 646f7a1a88ab9b3ff078016df706a1c9d991bf21d86ef1dd4c0a0ee6b946f94276b52499218bca222461eb003510e84b81f44b08899c5b36ac115137193e968a
diff --git a/dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild b/dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild
deleted file mode 100644 (file)
index 58f1b64..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_NAME="RedCloth"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc CHANGELOG"
-
-RUBY_FAKEGEM_REQUIRE_PATHS="lib/case_sensitive_require"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="A module for using Textile in Ruby"
-HOMEPAGE="http://redcloth.org/"
-
-GITHUB_USER=jgarber
-SRC_URI="https://github.com/${GITHUB_USER}/redcloth/tarball/v${PV} -> ${RUBY_FAKEGEM_NAME}-git-${PV}.tgz"
-RUBY_S="${GITHUB_USER}-${PN}-*"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND+=" =dev-util/ragel-6*"
-
-ruby_add_bdepend "
-       >=dev-ruby/rake-0.8.7
-       >=dev-ruby/rake-compiler-0.7.1
-       test? ( >=dev-ruby/diff-lcs-1.1.2 )"
-
-pkg_setup() {
-       ruby-ng_pkg_setup
-
-       # Export the VERBOSE variable to avoid remapping of stdout and
-       # stderr, and that breaks because of bad interactions between
-       # echoe, Ruby and Gentoo.
-       export VERBOSE=1
-}
-
-RUBY_PATCHES=( ${P}-cve-2012-6684.patch )
-
-all_ruby_prepare() {
-       sed -i -e '/[Bb]undler/d' Rakefile ${PN}.gemspec || die
-       rm tasks/{release,gems,rspec}.rake || die
-}
-
-each_ruby_compile() {
-       # We cannot run this manually easily, because Ragel re-generation
-       # is a mess
-       ${RUBY} -S rake compile || die "rake compile failed"
-}