diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-04-30 17:17:49 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-04-30 17:17:49 +0100 |
commit | ce23b28e3d5f58b4177dfa6006db905a41dd87ee (patch) | |
tree | 0691e16a10034af8137241e92babf04522c97bf8 /app-text/ronn | |
parent | 200338d9ebd0cd0599af59f208eb58f48f5ae168 (diff) |
gentoo auto-resync : 30:04:2023 - 17:17:49
Diffstat (limited to 'app-text/ronn')
-rw-r--r-- | app-text/ronn/Manifest | 3 | ||||
-rw-r--r-- | app-text/ronn/metadata.xml | 11 | ||||
-rw-r--r-- | app-text/ronn/ronn-0.7.3-r4.ebuild | 51 |
3 files changed, 0 insertions, 65 deletions
diff --git a/app-text/ronn/Manifest b/app-text/ronn/Manifest deleted file mode 100644 index a03565f40826..000000000000 --- a/app-text/ronn/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ronn-0.7.3.gem 61440 BLAKE2B 3ff0a1752d7a972b7d8319cac2b1287e7d21207e22b9eb288694172eb9b30b2198e4378eb02df8418585a44d3d2c89b4695675933dc5ef5d9ba63c78e71f4e7c SHA512 885418c88d5a1073f9457ea11e29d82d3bb40ad12506589ccfab83ad447445e41282c9688aba5646082ae5ecc6a047fa9439ffae14561152fc61a136474f611c -EBUILD ronn-0.7.3-r4.ebuild 1193 BLAKE2B e8031f3e85a799532241e54d76f49a1f8e81f4763e911aea1ca79c1c7c2d7216b2242737a383b61b7c25f756c6b454bd98483cc567631e4de1147ab6ded09f0b SHA512 4ca5e8c56020944c24f046a9f3430ecde5033da98ad2d60515def28b35ba7cb94d5df1bab5b684ec86455dd7ecf402827d70f301d05b3786fadcb08329abdcd1 -MISC metadata.xml 340 BLAKE2B 5c81ed7f765b4cc320c1618ceee5d79a03016fb835ec2a536b93e0d593cd89eec3cd67d585e6d361fceff1ce9546d71af269bc0d6dfbd445a5d5fad05ffe5803 SHA512 0d1e7e71bbec8f20dcc5863f130bffc115cd48c3c41397ce83773252e4f1ecbe5ac608785c7b22210a1a9e5bc7d6c62c6afa6ad6783e4e498baee1a63e0520de diff --git a/app-text/ronn/metadata.xml b/app-text/ronn/metadata.xml deleted file mode 100644 index 62ac5e34fda8..000000000000 --- a/app-text/ronn/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">rtomayko/ronn</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-text/ronn/ronn-0.7.3-r4.ebuild b/app-text/ronn/ronn-0.7.3-r4.ebuild deleted file mode 100644 index 7822285c4841..000000000000 --- a/app-text/ronn/ronn-0.7.3-r4.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md" - -inherit ruby-fakegem - -DESCRIPTION="Converts simple, human readable textfiles to roff for terminal display, and HTML" -HOMEPAGE="https://github.com/rtomayko/ronn/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" - -IUSE="" - -RDEPEND+=" !app-text/ronn-ng" - -DEPS=" - >=dev-ruby/hpricot-0.8.2 - >=dev-ruby/mustache-0.7.0 - >=dev-ruby/rdiscount-1.5.8" - -ruby_add_rdepend "${DEPS}" - -ruby_add_bdepend "${DEPS}" - -all_ruby_prepare() { - # Avoid test failing due to changes in hash handling in ruby 1.8.7: - # https://github.com/rtomayko/ronn/issues/56 - sed -i -e '81 s:^:#:' test/test_ronn.rb || die -} - -each_ruby_prepare() { - # Make sure that we always use the right interpreter during tests. - sed -i -e "/output/ s:ronn:${RUBY} bin/ronn:" test/test_ronn.rb -} - -all_ruby_compile() { - PATH="${S}/bin:${PATH}" rake man || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/ronn.1 man/ronn-format.7 -} |