diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-06-15 18:17:05 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-06-15 19:36:09 +0200 |
commit | cd985df550ff348d4fea272404f80d185a8d9d23 (patch) | |
tree | 14952b1508c92c0d76ea6bd5b7d7adca73d6cf11 /dev-ruby/temple | |
parent | sci-mathematics/why3-for-spark: fix broken links (diff) | |
download | gentoo-cd985df550ff348d4fea272404f80d185a8d9d23.tar.gz gentoo-cd985df550ff348d4fea272404f80d185a8d9d23.tar.bz2 gentoo-cd985df550ff348d4fea272404f80d185a8d9d23.zip |
dev-ruby/temple: cleanup
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/temple')
-rw-r--r-- | dev-ruby/temple/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/temple/temple-0.8.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/temple/Manifest b/dev-ruby/temple/Manifest index 447e3284783f..a3b0cbbf5b34 100644 --- a/dev-ruby/temple/Manifest +++ b/dev-ruby/temple/Manifest @@ -1,2 +1 @@ -DIST temple-0.8.0.gem 39424 BLAKE2B 48df1f38a2df12871b13a8592afecf93fdd7c13497491d86c52eb2e06d47768403a1c8e7ca6201d73f319a9f27d65ae08f15c6c177b1b6e5d73b37483f01a4ca SHA512 ad57c484de78f029797fbf4331fa9c24247d6cec2e3dea447d394a104eb9496c91af45f505b720da1c4242845d94b34b626ca586c625cd126f72d1e4296ab2a6 DIST temple-0.8.2.gem 39424 BLAKE2B a56db910d1d4d52495806e907c74052c04e6b4843d040adc33a7f6dc28a25a02231c4c9bd41723c8e1abe6624d4d55375c2a429514a87fa4f7a7a8dcb6377796 SHA512 51923b3bf9d4c05255131be62f567ca21305ba023ea5395a08d6970236b2a2833b058f7b3906046b8a57a224b368de12a6d5e426effca39324670fb632f33b67 diff --git a/dev-ruby/temple/temple-0.8.0.ebuild b/dev-ruby/temple/temple-0.8.0.ebuild deleted file mode 100644 index 02862a442e97..000000000000 --- a/dev-ruby/temple/temple-0.8.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGES EXPRESSIONS.md README.md" - -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="An abstraction and a framework for compiling templates to pure Ruby" -HOMEPAGE="https://github.com/judofyr/temple" - -LICENSE="MIT" -SLOT="0.7" -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/bacon - dev-ruby/erubis - >=dev-ruby/tilt-2.0.1 )" - -each_ruby_test() { - ${RUBY} -S bacon -Ilib -Itest --automatic --quiet || die -} |