diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-05-18 07:02:49 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-05-18 07:02:49 +0200 |
commit | 0e9f1e71c0ce9b9347e672e06a727ef8c3aedda2 (patch) | |
tree | bc70ab1b6119209305da65e8ee26130329a6c0b0 /dev-ruby/ttfunk | |
parent | dev-util/cucumber-core: cleanup masked slots (diff) | |
download | gentoo-0e9f1e71c0ce9b9347e672e06a727ef8c3aedda2.tar.gz gentoo-0e9f1e71c0ce9b9347e672e06a727ef8c3aedda2.tar.bz2 gentoo-0e9f1e71c0ce9b9347e672e06a727ef8c3aedda2.zip |
dev-ruby/ttfunk: cleanup masked slots
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/ttfunk')
-rw-r--r-- | dev-ruby/ttfunk/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/ttfunk/ttfunk-1.2.1.ebuild | 25 | ||||
-rw-r--r-- | dev-ruby/ttfunk/ttfunk-1.4.0.ebuild | 25 |
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-ruby/ttfunk/Manifest b/dev-ruby/ttfunk/Manifest index ea06cc8f6dba..923d98deb1a6 100644 --- a/dev-ruby/ttfunk/Manifest +++ b/dev-ruby/ttfunk/Manifest @@ -1,3 +1 @@ -DIST ttfunk-1.2.1.tar.gz 733233 BLAKE2B ac0d44d0568e56519a85f6453ccd3df48de4b76b58782da974c7478abb17acb7da12b22802f2b0a0cce7303b5f0487be2cc32d0f8ba2dcbfb757f39f098993e5 SHA512 81e468a298ed0b4574573f0b6f5b23db73a32b8070520d5d143bc178d8e20cb4af4064476d7377d98301941765f24d6eeeb8ab3590878bf89531c1f729b7e97b -DIST ttfunk-1.4.0.tar.gz 784076 BLAKE2B bf2a9c9a54127eb922e2d3f4e98033092adb8c9b434564f61dd7d8a334723e484a42ce0425bf85908c16e91a2ba8fd4e1bdb3fd4d5c55ece8d20c9912de709b6 SHA512 369c7230c3e1eee57f0fba77cf2bc67c3ef6c6a1d2ba0280e1c6776ea1a6aaffafd2cb1f1d410f7be9d594c640d6afa4fc985c4eea85938d2feb37c3c7886295 DIST ttfunk-1.5.1.tar.gz 1454516 BLAKE2B 08bb349f4289977b7391013a6686a05f27b4faea9f4b005a5056e525ce02fba2de43712e4538ccf17d967d9cc2c29cbb95e6fc39fc11b6c17291ceac54f63849 SHA512 6f2ffb30200b5b5d36150fe8e81e376e8f4ceec3ac4b1bfe9363191f37616f7a22849a826c19a87458ea5ca70c381e6f976311964bac113bfe5aa767d9e459d4 diff --git a/dev-ruby/ttfunk/ttfunk-1.2.1.ebuild b/dev-ruby/ttfunk/ttfunk-1.2.1.ebuild deleted file mode 100644 index c635cf8d8606..000000000000 --- a/dev-ruby/ttfunk/ttfunk-1.2.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -inherit ruby-fakegem versionator - -DESCRIPTION="A TrueType font parser written in pure ruby" -HOMEPAGE="https://github.com/prawnpdf/ttfunk/" -SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( GPL-2 GPL-3 Ruby )" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die -} diff --git a/dev-ruby/ttfunk/ttfunk-1.4.0.ebuild b/dev-ruby/ttfunk/ttfunk-1.4.0.ebuild deleted file mode 100644 index c635cf8d8606..000000000000 --- a/dev-ruby/ttfunk/ttfunk-1.4.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -inherit ruby-fakegem versionator - -DESCRIPTION="A TrueType font parser written in pure ruby" -HOMEPAGE="https://github.com/prawnpdf/ttfunk/" -SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( GPL-2 GPL-3 Ruby )" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die -} |