Skip to content

Commit

Permalink
dev-ruby/regexp_parser: initial import
Browse files Browse the repository at this point in the history
Test dependency for dev-ruby/recog.

Package-Manager: portage-2.2.20.1
  • Loading branch information
graaff committed Sep 5, 2015
1 parent 668fc1e commit 6e51447
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ruby/regexp_parser/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST regexp_parser-0.3.1.gem 94208 SHA256 97cc69fa4174b44889f12f5d1d36fe6147464066231a8ba5a767c4a5f0d081a4 SHA512 afb2a64215d5fd738d9cb5799067f91c43a8377a8dfcb749c915c3ea8ef340c7138561b6bb93116337ae559a4ad797a7dfcd0f8663f3779a3d38d0ebbba40d91 WHIRLPOOL 378f5f4cba7638df84e0dfd45127f5f5981c2840378d48cacc8655877b550221f0d3ff2464d0357fc8e506b3708565d1364b2c04e0bbdf7301424cf1ddd2c624
8 changes: 8 additions & 0 deletions dev-ruby/regexp_parser/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ruby</herd>
<upstream>
<remote-id type="github">ammar/regexp_parser</remote-id>
</upstream>
</pkgmetadata>
21 changes: 21 additions & 0 deletions dev-ruby/regexp_parser/regexp_parser-0.3.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"

RUBY_FAKEGEM_BINWRAP=""

inherit ruby-fakegem

DESCRIPTION="A library for tokenizing, lexing, and parsing Ruby regular expressions"
HOMEPAGE="https://github.com/ammar/regexp_parser"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

0 comments on commit 6e51447

Please sign in to comment.