mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Parse-Yapp: Bump to version 1.210.0
- EAPI6
- Move examples to USE=examples
- Install more docs
- Enable tests
Upstream:
- Fix unescaped { in regex
- Doc fixes
- Add version in Yapp.pm
Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST Parse-Yapp-1.05.tar.gz 47776 BLAKE2B 8eb9747ff2f2fe0d9dc1d9a0e79cda477a45b4f77f18f06d6c05c4e7bf7af9a674873f1a1c1dd295db8e14757a29579cd60846fc0c67fdcd6dec1c90b3d87970 SHA512 27375b333bf4358f04354baa1d389b082863e12925bc16425b8b029fa4780a04f6d2e314fd011be4ddcc8dff5f17e9921b257c7a3b1c3cea728220c971bb059b
|
||||
DIST Parse-Yapp-1.21.tar.gz 108661 BLAKE2B b5d8e135f8befc4841250c75385fb935757e665b213373c983428809e5990e9f50fed250c3af9a5253da0f6a1494883b23b6ae42e4ae23cff799c3663bd054f0 SHA512 dbf6182d4813ff7e355ea1713c748bfdf8290040a93f123acec645c7a1733fe457ab6e0ab51c4ec83cf82bc43d7fb35cbf89875df7b5c2ffc9635e85458cfeee
|
||||
|
||||
21
dev-perl/Parse-Yapp/Parse-Yapp-1.210.0.ebuild
Normal file
21
dev-perl/Parse-Yapp/Parse-Yapp-1.210.0.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=WBRASWELL
|
||||
DIST_VERSION=1.21
|
||||
DIST_EXAMPLES=( "Calc.yp" "YappParse.yp" )
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Compiles yacc-like LALR grammars to generate Perl OO parser modules"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="!=net-fs/samba-4*"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
"
|
||||
mydoc="docs/*"
|
||||
Reference in New Issue
Block a user