mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-perl/OOTools: Bump to version 2.400.0
- EAPI6 Upstream: - Fix missing deps. Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST OOTools-2.3.tar.gz 34416 SHA256 563a1d2047946ef86fb39366efbad9dd771002bf88f64c28a98d99f29b7eada9 SHA512 acaafac94d32a1a4e6bad929f94501fb07ff9cbd7ebfd03e4406df7b945cf8d33ab7a0c4a25544442e797838a5a8b7d5a8855e87a7a20631b2a9ca40db82e0a4 WHIRLPOOL bf68ea6bd69d9e62e409f0d7686d5b15fb21c0186e3985ece377cdc9e95915e473cfef9359149277a82b1d26b487531be68e1bfeea2e3e7d985b1d2c7e947256
|
||||
DIST OOTools-2.300.0-patch.tar.bz2 765 SHA256 f12703fb68a67e735dc4ff27b3a449e5138490f3e8f5e473dd73693d40ee9281 SHA512 534f696290af7b3352d9aaa8c8b5f35bbd77108d6adc1f45eb046c9f0c730bb269a6853fdf8a8a93326b4fc28698ceafe4929f990ad911000f493747dd920af9 WHIRLPOOL c2bd1999012e4adc8f9028f61340638e24b74f808dc37262fd334eda8d5cfc3adcff319d5c75184e8bd112184a8993548cbc7eb8dd829db04e0cd27203b65b35
|
||||
DIST OOTools-2.4.tar.gz 32542 SHA256 33d52208b4bdfdd0d160a450da616b99ba2f5f3c34eac447f74527cbd4fa7aea SHA512 95eb0142ee54d07b6264169b1ac1d47bfa71c5fca3ef97b4bbdebd493fcf02e8340843bb4be7dac8810814e71314e41bf049bf332022c8e2096cf0a3be5b220e WHIRLPOOL 0add0d381942a7f9a21a1b71c039f313f9cd48d1d9850bce4dc8b8aca8fe405db2efc77446021a522cd9a83289b50ffc78bae274d3b94ef881cc3cca78b6ca1c
|
||||
|
||||
28
dev-perl/OOTools/OOTools-2.400.0.ebuild
Normal file
28
dev-perl/OOTools/OOTools-2.400.0.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=SKNPP
|
||||
DIST_VERSION=2.4
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Pragma to implement lvalue accessors with options"
|
||||
SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${PN}-2.300.0-patch.tar.bz2"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="
|
||||
dev-perl/Module-Build
|
||||
test? (
|
||||
dev-perl/CGI
|
||||
)
|
||||
"
|
||||
|
||||
EPATCH_SUFFIX=patch
|
||||
PATCHES=(
|
||||
"${WORKDIR}"/${DIST_NAME:-${PN}}-patch
|
||||
)
|
||||
PERL_RM_FILES=( t/test_pod.t t/test_pod_coverage.t )
|
||||
@@ -7,5 +7,14 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="cpan">OOTools</remote-id>
|
||||
<remote-id type="cpan-module">Class::Error</remote-id>
|
||||
<remote-id type="cpan-module">Class::Util</remote-id>
|
||||
<remote-id type="cpan-module">Class::constr</remote-id>
|
||||
<remote-id type="cpan-module">Class::groups</remote-id>
|
||||
<remote-id type="cpan-module">Class::props</remote-id>
|
||||
<remote-id type="cpan-module">Object::groups</remote-id>
|
||||
<remote-id type="cpan-module">Object::props</remote-id>
|
||||
<remote-id type="cpan-module">Package::groups</remote-id>
|
||||
<remote-id type="cpan-module">Package::props</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user