From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD860138334 for ; Sun, 22 Jul 2018 18:30:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA494E08FB; Sun, 22 Jul 2018 18:30:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 986F1E08CD for ; Sun, 22 Jul 2018 18:30:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7809F335D40 for ; Sun, 22 Jul 2018 18:30:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DEC0381 for ; Sun, 22 Jul 2018 18:30:03 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1532283939.fd7d0bcdbe65e7d581465c297b8aa7d195fefba1.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rdiscount/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rdiscount/Manifest dev-ruby/rdiscount/rdiscount-2.1.8.ebuild X-VCS-Directories: dev-ruby/rdiscount/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: fd7d0bcdbe65e7d581465c297b8aa7d195fefba1 X-VCS-Branch: master Date: Sun, 22 Jul 2018 18:30:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 71d8ea44-ddfc-422f-baab-42c9f50e2c1d X-Archives-Hash: ea41d40b2320b222b13950d341832fdb commit: fd7d0bcdbe65e7d581465c297b8aa7d195fefba1 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jul 22 18:23:11 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jul 22 18:25:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7d0bcd dev-ruby/rdiscount: cleanup Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/rdiscount/Manifest | 1 - dev-ruby/rdiscount/rdiscount-2.1.8.ebuild | 47 ------------------------------- 2 files changed, 48 deletions(-) diff --git a/dev-ruby/rdiscount/Manifest b/dev-ruby/rdiscount/Manifest index 6b7b575504c..d598e19c636 100644 --- a/dev-ruby/rdiscount/Manifest +++ b/dev-ruby/rdiscount/Manifest @@ -1,2 +1 @@ -DIST rdiscount-2.1.8.gem 67072 BLAKE2B c5295e9e78763f65815aaeaad01e6a5f5cafe2df66466d2f0fc31930db96403819ab3b27883b8a94a50f0d470059014fc39a5e24f62f8ec22cbe88f9bfabcdeb SHA512 a5d674a02514cb37d7e3a73bcc9131b434f624115e03f1ef5cef3ec4a378bb961966ef20daf93279b40715dcd19a0b79ccc43405fbe4523ac298f3255dca83f3 DIST rdiscount-2.2.0.1.gem 68096 BLAKE2B 71ea7010116739e8c61aab91c2cc4a86cf679b4ae10221135c0bad854822a9a81969e927ef898c0ebf753811205ad98258c4e7c4b16f9e18a81bb01137a79fc9 SHA512 81a477782b9829ac5e68ab390ef00b7f470bb4bd84e86ce28dd9abbb71aab6fd17b67416078dd7d4e0fc7e0c8eb78250b7a71a2f24d2bd236e861cb445f9feb6 diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild deleted file mode 100644 index 0454d99cbc0..00000000000 --- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild +++ /dev/null @@ -1,47 +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 ruby23" - -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 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x64-macos" -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 || die - cp ext/*$(get_modname) lib/ || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/rdiscount.1 -}