diff options
Diffstat (limited to 'dev-ruby/rdiscount')
-rw-r--r-- | dev-ruby/rdiscount/Manifest | 5 | ||||
-rw-r--r-- | dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild | 47 | ||||
-rw-r--r-- | dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild | 47 |
4 files changed, 2 insertions, 99 deletions
diff --git a/dev-ruby/rdiscount/Manifest b/dev-ruby/rdiscount/Manifest index 48d896639fee..035f30078992 100644 --- a/dev-ruby/rdiscount/Manifest +++ b/dev-ruby/rdiscount/Manifest @@ -1,6 +1,3 @@ -DIST rdiscount-2.2.0.1.gem 68096 BLAKE2B 71ea7010116739e8c61aab91c2cc4a86cf679b4ae10221135c0bad854822a9a81969e927ef898c0ebf753811205ad98258c4e7c4b16f9e18a81bb01137a79fc9 SHA512 81a477782b9829ac5e68ab390ef00b7f470bb4bd84e86ce28dd9abbb71aab6fd17b67416078dd7d4e0fc7e0c8eb78250b7a71a2f24d2bd236e861cb445f9feb6 DIST rdiscount-2.2.0.2.gem 68096 BLAKE2B 91f67643103a46f3fc95f80191a85ce4c89bba6a83f7ed5542cc9ec1671628c6ac0543b206d87e2ffc469dc83139e5669ee7eb6713eba4116db19c071a15f402 SHA512 97a0fabb77238173f101298e4b4b6d4728b9e15cb7d3f14e7d1d978c44ab92dd89c2e02d0c15c0fa70a836eb54abca06b0027e26e5d87540bfe145c8527be3f7 -EBUILD rdiscount-2.2.0.1.ebuild 1105 BLAKE2B ae75c57c2e6a8ab88956337ee0bb46a05293ef4ea81f1dc0c599ee8c0d5a3bfbaf2d68d96c6fc1574f4d341d991b977b559c21bdd864519cdc1e36ca1f0d1d5c SHA512 fb18b87bb1565ffd21697b38cede950732d9e726e41f40e166b2dd2d96f25e079fed4b27ce90914d2cc9b56239ee4560aa79f79aa545dca8007025c6d26ecaf2 -EBUILD rdiscount-2.2.0.2-r1.ebuild 1117 BLAKE2B 361f6d66a6575935fdb3a2036567cb74dd6703c4b89a7b8c6b216f327d1a024805ebe31c1d0e59e37df0396c791c86f612df196c04378d28028d7ba01af4a49b SHA512 5bc9f0e368fce7d3d6d1d3e94127e5488432c6919d073070fed758c3d609f6adea5575cb34151253dad65e0dae17786da28e2f2f01ed6757cfbef15cea5046e3 -EBUILD rdiscount-2.2.0.2.ebuild 1104 BLAKE2B e978ef2fbd6c44ccae3ae10e924add47cfc1ebd37416c82bd727d7d9a833667d593b11883923fb1c6c7983556967bd3d2e1e06397c99d4d160ec3c131ea35541 SHA512 564ea44ff5d5dc3def1f111caaeb1e7aac5d52709ee56990eaf85267185106b4fc47075b4eff454777775ef7ae248150e399d56174908604ec5bc6e6e19505fb +EBUILD rdiscount-2.2.0.2-r1.ebuild 1115 BLAKE2B 1e2e418baf104f6f8f44bab6031ff9843a1407806b00fd5f1a1ad539a1529edbb31644c7cc7c21b0a27f75133f8cc43fce1db26f1c8eaf8c7b8fc4ed3e498812 SHA512 7b6c5d0d8c1eadde31abe61f41b61b5f091aced728585e55370e2481f154556decc094d11b8ed9b6579b9d1e0c46cdd5f13bc314b821c6f0c24eafdfdefc5647 MISC metadata.xml 345 BLAKE2B 83db3067d2cf0eeb028bd4793935cb94fe99eb2bff345e02fce72c35613c5c14dc266a8b366a3b518f007b6310ddc3130b3ac1f9a3e52c4940d83bfd6eac1889 SHA512 b771eeb7ff43472f242114cec8f8b1e8dd09715e0b35c1095bfd7d61b1149ec32fc05ea7153704369a270bd267d42ae0e532fab16fc7e6ca11a4454800d72900 diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild deleted file mode 100644 index b7d853745e01..000000000000 --- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild +++ /dev/null @@ -1,47 +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 ruby27" - -RUBY_FAKEGEM_TASK_TEST="test:unit" - -RUBY_FAKEGEM_TASK_DOC="doc man" -RUBY_FAKEGEM_EXTRADOC="README.markdown" - -inherit multilib ruby-fakegem - -DESCRIPTION="Implementation of John Gruber's Markdown" -HOMEPAGE="https://github.com/rtomayko/rdiscount" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" -IUSE="" - -all_ruby_prepare() { - # Hanna is broken for us and therefore we don't have it in portage. - sed -i -e 's/hanna/rdoc/' Rakefile || die - - # Remove rule that will force a rebuild when running tests. - sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die - - # Provide RUBY variable no longer provided by rake. - sed -i -e "1 iRUBY=${RUBY}" Rakefile || die -} - -each_ruby_configure() { - ${RUBY} -Cext extconf.rb || die -} - -each_ruby_compile() { - emake V=1 -Cext - cp ext/*$(get_modname) lib/ || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/rdiscount.1 -} diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild index 1ebfee38ceca..0eadf4ba2928 100644 --- a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild +++ b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" IUSE="" all_ruby_prepare() { diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild b/dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild deleted file mode 100644 index 97b12d1ab7a8..000000000000 --- a/dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_TEST="test:unit" - -RUBY_FAKEGEM_TASK_DOC="doc man" -RUBY_FAKEGEM_EXTRADOC="README.markdown" - -inherit multilib ruby-fakegem - -DESCRIPTION="Implementation of John Gruber's Markdown" -HOMEPAGE="https://github.com/rtomayko/rdiscount" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" -IUSE="" - -all_ruby_prepare() { - # Hanna is broken for us and therefore we don't have it in portage. - sed -i -e 's/hanna/rdoc/' Rakefile || die - - # Remove rule that will force a rebuild when running tests. - sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die - - # Provide RUBY variable no longer provided by rake. - sed -i -e "1 iRUBY=${RUBY}" Rakefile || die -} - -each_ruby_configure() { - ${RUBY} -Cext extconf.rb || die -} - -each_ruby_compile() { - emake V=1 -Cext - cp ext/*$(get_modname) lib/ || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/rdiscount.1 -} |