mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-perl/Rcs: EAPI6 + tests + examples
- EAPI6ify - Enable tests - Add USE=examples Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
18
dev-perl/Rcs/Rcs-1.50.0-r2.ebuild
Normal file
18
dev-perl/Rcs/Rcs-1.50.0-r2.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=CFRETER
|
||||
DIST_VERSION=1.05
|
||||
DIST_EXAMPLES=( "examples/*" )
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Perl bindings for Revision Control System"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-vcs/rcs"
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user