mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/SVG: Bump to version 2.770.0 re bug #615974
- EAPI6 - Add USE="examples" Upstream: - Don't insert execss whitespace between tag name and closing bracket - Avoid inserting credits multiple times Bug: https://bugs.gentoo.org/615974 Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST SVG-2.64.tar.gz 52382 SHA256 73d1e1e79f6cc04f976066e70106099df35be5534eceb5dfd2c1903ecf994acd SHA512 81e5c7a10d07575b3bfa06c11aed8c47edfa0e65bb108feab13debb5155bfa3464f687ca142ee5fc9f3a0f01dea674c0c1daad69bff8aa2e263245e60891d914 WHIRLPOOL 7007cb2c890e20802ac807b049d26c3c6c62d44c242c5b8448ff01d81ac37694cb18c89bf0d2c43302a8ec83dd218b7eb88c2cf1366a034dc76fbbcb752b7ffc
|
||||
DIST SVG-2.77.tar.gz 53423 SHA256 1f01cf2dc666a2ba3bf5219ec9e2290143e5e569747431412c8423916a9846c5 SHA512 ac8ffb274cd65250370a9949e4118b3e35c0c18ba1905c70b20bafa0190db96d0eea1007f2b5e355c07eba9a346d0f131556f31b072caf473ccdac18dfd6ee97 WHIRLPOOL b887c1677ecd06926efaf3a0d17469ff209e214e311c000d9844e07900a681424fa77dc7a8cafe68595ed4424150002801c0b175344d3f898ce6b00bea7c8d9e
|
||||
|
||||
31
dev-perl/SVG/SVG-2.770.0.ebuild
Normal file
31
dev-perl/SVG/SVG-2.770.0.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=MANWAR
|
||||
DIST_VERSION=2.77
|
||||
DIST_EXAMPLES=("examples/*")
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Perl extension for generating Scalable Vector Graphics (SVG) documents"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-parent
|
||||
virtual/perl-Scalar-List-Utils
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? ( >=virtual/perl-Test-Simple-0.940.0 )
|
||||
"
|
||||
src_test() {
|
||||
perl_rm_files t/96-perl-critic.t t/98-tidyall.t \
|
||||
t/99_test_pod_coverage.t \
|
||||
t/meta-json.t \
|
||||
t/meta-yml.t
|
||||
perl-module_src_test
|
||||
}
|
||||
@@ -11,7 +11,6 @@
|
||||
<remote-id type="cpan-module">SVG::DOM</remote-id>
|
||||
<remote-id type="cpan-module">SVG::Element</remote-id>
|
||||
<remote-id type="cpan-module">SVG::Extension</remote-id>
|
||||
<remote-id type="cpan-module">SVG::Manual</remote-id>
|
||||
<remote-id type="cpan-module">SVG::XML</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user