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 7E4CD1382C5 for ; Fri, 9 Feb 2018 06:58:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0065BE0B28; Fri, 9 Feb 2018 06:58:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C2A59E0B28 for ; Fri, 9 Feb 2018 06:58:37 +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 72EBB335C6C for ; Fri, 9 Feb 2018 06:58:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AAC41E9 for ; Fri, 9 Feb 2018 06:58:33 +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: <1518159392.855f09373fd7bb215744a23cb8f486f42a4dc0bf.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rinku/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rinku/Manifest dev-ruby/rinku/rinku-2.0.2.ebuild dev-ruby/rinku/rinku-2.0.3.ebuild X-VCS-Directories: dev-ruby/rinku/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 855f09373fd7bb215744a23cb8f486f42a4dc0bf X-VCS-Branch: master Date: Fri, 9 Feb 2018 06:58:33 +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: d52df6b0-b0ec-406f-b383-9d47938b769d X-Archives-Hash: 9fbedb368c887741c9076f4b99145128 commit: 855f09373fd7bb215744a23cb8f486f42a4dc0bf Author: Hans de Graaff gentoo org> AuthorDate: Fri Feb 9 06:49:31 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Feb 9 06:56:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855f0937 dev-ruby/rinku: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/rinku/Manifest | 2 -- dev-ruby/rinku/rinku-2.0.2.ebuild | 31 ------------------------------- dev-ruby/rinku/rinku-2.0.3.ebuild | 31 ------------------------------- 3 files changed, 64 deletions(-) diff --git a/dev-ruby/rinku/Manifest b/dev-ruby/rinku/Manifest index 37b4d036b1c..9beec06bc7a 100644 --- a/dev-ruby/rinku/Manifest +++ b/dev-ruby/rinku/Manifest @@ -1,3 +1 @@ -DIST rinku-2.0.2.gem 20992 BLAKE2B e3a58131c81089469ad86a800a29c438b7f59b6867cdb663bda286420a0b1302f4781ce6e72e7d4fbc6f09c3303798b39d5936ebf4b657c174d5ccddeb048686 SHA512 1f2e048d491cfe01133b2c3bc1d95e80231370e39005b1ff7077e7feecdae62de4c80b000caf78ac89d2b30881ab5d8aba0f15583b2f5a7a43d42451ee3dc752 -DIST rinku-2.0.3.gem 21504 BLAKE2B fc345827aea6f63b797f65451d2242cebcd9af57a62278b0e966ec7edbc5922f2e9e5b01a89712947a193015bda8daae2038d6f690ceb224332d8967cc5b7e0f SHA512 7a17fc2be0e5d69e7c2448337de42c3725090a00e44dafe49a1bb721995299712e31afa5de5c397641238926f1a3c067b65caaf1bd8799211415fb95e942588e DIST rinku-2.0.4.gem 21504 BLAKE2B cabb91710eca3f6d4985042045c1ebd37063abc466a2071c9a1c2f16f6efcdb80914eec855cc5c0795b428b285fcd6d760437ab2716cb3358e9a8e96b7916367 SHA512 fab4b47a22153d96f71e8b3c6e91595ba3ce97002233b035ab8ebcd6fb46a8e4ca2f82e49ed6d7a510338bd2ebec1b2e67d9146e589535fc8a072ae69e39d58f diff --git a/dev-ruby/rinku/rinku-2.0.2.ebuild b/dev-ruby/rinku/rinku-2.0.2.ebuild deleted file mode 100644 index 4f279dff1a6..00000000000 --- a/dev-ruby/rinku/rinku-2.0.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.markdown" - -inherit multilib ruby-fakegem - -DESCRIPTION="A Ruby library that does autolinking" -HOMEPAGE="https://github.com/vmg/rinku" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -each_ruby_configure() { - ${RUBY} -Cext/${PN} extconf.rb || die -} - -each_ruby_compile() { - emake V=1 -Cext/${PN} - cp ext/${PN}/${PN}$(get_modname) lib/ || die -} - -each_ruby_test() { - ${RUBY} -Ilib test/autolink_test.rb || die -} diff --git a/dev-ruby/rinku/rinku-2.0.3.ebuild b/dev-ruby/rinku/rinku-2.0.3.ebuild deleted file mode 100644 index a98662646a9..00000000000 --- a/dev-ruby/rinku/rinku-2.0.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.markdown" - -inherit multilib ruby-fakegem - -DESCRIPTION="A Ruby library that does autolinking" -HOMEPAGE="https://github.com/vmg/rinku" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -each_ruby_configure() { - ${RUBY} -Cext/${PN} extconf.rb || die -} - -each_ruby_compile() { - emake V=1 -Cext/${PN} - cp ext/${PN}/${PN}$(get_modname) lib/ || die -} - -each_ruby_test() { - ${RUBY} -Ilib test/autolink_test.rb || die -}