diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-19 12:46:12 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-19 12:46:12 +0000 |
| commit | c9eeecdb87e9f29ded27405fecc4452af57d0ed5 (patch) | |
| tree | d092955f577ce445e7626c447f513d387bd890c4 /app-text/ronn-ng | |
| parent | d31484621428fe492e3e41e4f7479b994c9dc2fa (diff) | |
| download | baldeagleos-repo-c9eeecdb87e9f29ded27405fecc4452af57d0ed5.tar.gz baldeagleos-repo-c9eeecdb87e9f29ded27405fecc4452af57d0ed5.tar.xz baldeagleos-repo-c9eeecdb87e9f29ded27405fecc4452af57d0ed5.zip | |
Adding metadata
Diffstat (limited to 'app-text/ronn-ng')
| -rw-r--r-- | app-text/ronn-ng/ronn-ng-0.9.1-r1.ebuild | 52 | ||||
| -rw-r--r-- | app-text/ronn-ng/ronn-ng-0.9.1-r2.ebuild | 2 | ||||
| -rw-r--r-- | app-text/ronn-ng/ronn-ng-0.9.1.ebuild | 41 |
3 files changed, 1 insertions, 94 deletions
diff --git a/app-text/ronn-ng/ronn-ng-0.9.1-r1.ebuild b/app-text/ronn-ng/ronn-ng-0.9.1-r1.ebuild deleted file mode 100644 index efd0ff6ffd2c..000000000000 --- a/app-text/ronn-ng/ronn-ng-0.9.1-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27" - -RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md" -RUBY_FAKEGEM_GEMSPEC="ronn-ng.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Builds manuals in HTML and Unix man page format from Markdown" -HOMEPAGE="https://github.com/apjanke/ronn-ng" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" - -IUSE="" - -RDEPEND+="!app-text/ronn" - -DEPS=" - >=dev-ruby/kramdown-2.1:2 - >=dev-ruby/nokogiri-1.9.0:0 -" - -ruby_add_rdepend " - =dev-ruby/mustache-1* - ${DEPS} -" - -ruby_add_bdepend "${DEPS}" - -all_ruby_prepare() { - sed -i -e '/mustache/ s/0.7/1.0/' ${RUBY_FAKEGEM_GEMSPEC} || 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 -} diff --git a/app-text/ronn-ng/ronn-ng-0.9.1-r2.ebuild b/app-text/ronn-ng/ronn-ng-0.9.1-r2.ebuild index 17a0b8f79daf..52501cd297aa 100644 --- a/app-text/ronn-ng/ronn-ng-0.9.1-r2.ebuild +++ b/app-text/ronn-ng/ronn-ng-0.9.1-r2.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/apjanke/ronn-ng" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="" diff --git a/app-text/ronn-ng/ronn-ng-0.9.1.ebuild b/app-text/ronn-ng/ronn-ng-0.9.1.ebuild deleted file mode 100644 index 6a13d881df77..000000000000 --- a/app-text/ronn-ng/ronn-ng-0.9.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27" - -RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md" - -inherit ruby-fakegem - -DESCRIPTION="Builds manuals in HTML and Unix man page format from Markdown" -HOMEPAGE="https://github.com/apjanke/ronn-ng" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" - -IUSE="" - -RDEPEND+="!app-text/ronn" - -ruby_add_rdepend " - >=dev-ruby/kramdown-2.1:2 - >=dev-ruby/mustache-0.7.0 - >=dev-ruby/nokogiri-1.9.0:0 -" - -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 -} |
