dev-ruby/sexp_processor: cleanup
authorHans de Graaff <graaff@gentoo.org>
Sat, 11 May 2019 07:09:06 +0000 (09:09 +0200)
committerHans de Graaff <graaff@gentoo.org>
Sat, 11 May 2019 07:15:04 +0000 (09:15 +0200)
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

dev-ruby/sexp_processor/Manifest
dev-ruby/sexp_processor/sexp_processor-4.9.0.ebuild [deleted file]

index 7bd1a31f82c1dd2db5ebc5220b677134f5961cb4..f97cfa2bbc58cf5945d40899f9dd8aff0bea72cb 100644 (file)
@@ -1,2 +1 @@
 DIST sexp_processor-4.12.0.gem 54784 BLAKE2B bdbb349a85fbd1c7750db3dcd22d9b792eb17605d5157c969d083a8fca404b1af3db1e2bfdcf76a6b7f392043996d246686dfa73117b9efacec529896d5a8e35 SHA512 d1e1ae7cf13b0b8c2e6786aad1bdeda25697d88abec86fc9415bb76d4e9e98097d2fecf16ceddbc80d1d447064bfa73beec5eaa5270ef38ce224c4bdbcdede3a
-DIST sexp_processor-4.9.0.gem 40448 BLAKE2B 327298cf76d9acf3229f80965e6cd626a36b3585afc847c4f4164780d93710e089fce09f4d453baaa8e8d99fc30249c40ccd825058d971176e26cc6edc296b3a SHA512 f73b71fa436b73db3adb590f3273904474f2a8575377c0ea9184c2dbe8068b3c673f74657e949666fc04d2028efc22f81c14488a5484c66e2b6810afdbbcc531
diff --git a/dev-ruby/sexp_processor/sexp_processor-4.9.0.ebuild b/dev-ruby/sexp_processor/sexp_processor-4.9.0.ebuild
deleted file mode 100644 (file)
index 8f0e236..0000000
+++ /dev/null
@@ -1,27 +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_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Processor for s-expressions created as part of the ParseTree project"
-HOMEPAGE="https://www.zenspider.com/projects/sexp_processor.html"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "
-       test? (
-               >=dev-ruby/hoe-3.13
-               dev-ruby/hoe-seattlerb
-               >=dev-ruby/minitest-5.5
-       )"