diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/redcloth | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/redcloth')
| -rw-r--r-- | dev-ruby/redcloth/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/redcloth/metadata.xml | 11 | ||||
| -rw-r--r-- | dev-ruby/redcloth/redcloth-4.3.4.ebuild | 51 |
3 files changed, 0 insertions, 63 deletions
diff --git a/dev-ruby/redcloth/Manifest b/dev-ruby/redcloth/Manifest deleted file mode 100644 index 28956d2ecc16..000000000000 --- a/dev-ruby/redcloth/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST RedCloth-4.3.4.tar.gz 93256 BLAKE2B d18146010b506ad6bbe78d28578bd7543c67c3c4ad001f0ccc4aa2bf791957283602282a0cc651d0454d02e84594b8df6e82cfbddd525805d5fb7636732108b0 SHA512 f6ec16056b60c3469e628558dbe4a9412f7338c57fc9bf70064946d532def1e3220686e5f726ed9d7e44c9ee902623a3e2ed625d483ff0e9b40ab0624c977cea diff --git a/dev-ruby/redcloth/metadata.xml b/dev-ruby/redcloth/metadata.xml deleted file mode 100644 index 13820832b4d8..000000000000 --- a/dev-ruby/redcloth/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="github">jgarber/redcloth</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ruby/redcloth/redcloth-4.3.4.ebuild b/dev-ruby/redcloth/redcloth-4.3.4.ebuild deleted file mode 100644 index ba2b4dfec187..000000000000 --- a/dev-ruby/redcloth/redcloth-4.3.4.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby32 ruby33 ruby34 ruby40" - -RUBY_FAKEGEM_NAME="RedCloth" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_DOCDIR="doc" - -RUBY_FAKEGEM_EXTRADOC="README.rdoc CHANGELOG" - -RUBY_FAKEGEM_REQUIRE_PATHS="lib/case_sensitive_require" - -RUBY_FAKEGEM_GEMSPEC=redcloth.gemspec - -RUBY_FAKEGEM_EXTENSIONS=(ext/redcloth_scan/extconf.rb) - -inherit ruby-fakegem - -DESCRIPTION="A module for using Textile in Ruby" -HOMEPAGE="https://github.com/jgarber/redcloth" -SRC_URI="https://github.com/jgarber/redcloth/archive/v${PV}.tar.gz -> ${RUBY_FAKEGEM_NAME}-${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 ~x64-macos ~x64-solaris" -IUSE="test" - -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 )" - -all_ruby_prepare() { - sed -i -e '/[Bb]undler/d' Rakefile ${PN}.gemspec || die - rm -f tasks/{release,rspec,rvm}.rake || die - - # Fix version - sed -i -e '/TINY/ s/1/2/' lib/redcloth/version.rb || die -} - -each_ruby_prepare() { - ${RUBY} -S rake ext/redcloth_scan/extconf.rb || die -} |
