summaryrefslogtreecommitdiff
path: root/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild')
-rw-r--r--dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild b/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild
deleted file mode 100644
index ca484c75bc90..000000000000
--- a/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README"
-RUBY_FAKEGEM_VERSION="0.9.0.20130518"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A math parser"
-HOMEPAGE="https://lukaszwrobel.pl/blog/math-parser-part-3-implementation"
-COMMIT_ID="6e3c7973423ff0f2cd33db2304fcd4eac3af01ad"
-SRC_URI="https://github.com/nricciar/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
-
-RUBY_S="${PN}-${COMMIT_ID}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""