mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-perl/XML-Encoding: Bump to version 2.90.0
- EAPI6 Upstream: - Packaging cleanups Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
This commit is contained in:
committed by
Andreas K. Hüttel
parent
c7a409298e
commit
2de5531913
@@ -1 +1,2 @@
|
||||
DIST XML-Encoding-2.08.tar.gz 195469 SHA256 9395d659089ad8fa86d875778eede8f7da1deeb5e6358d7bd46d987f45bc451e SHA512 987c702bb3f9dda1144fa648518117db5eaac741d27718c2d9827509360dc36aa3c4ee0bb5a25a6eb23bb8edb67b177683f9d66cad6a98801b99e8f7ffd29b30 WHIRLPOOL 6b32261b5838150fba6178eb83f49d33377f5c81c240f9a3e75c0c9b6ef9c67339406240d5edda2fa48aab2507b69b926c1d00035c586dfb45e55f1f315621af
|
||||
DIST XML-Encoding-2.09.tar.gz 188176 SHA256 fe04161658c2b3922608b1536746f44a306955a2cc8bfa376b1f9442c1a28e01 SHA512 0c4b97b36eb134d61549105db6a3897487d181bdd44d7c2fdcc6873137de8de1b653003a50f310aabf8bd7e5ec9b04372c8bf9312037626cbb5f653f8f42fcb6 WHIRLPOOL 299a4743a950b66b4769642d98dd2fd8af4a04eb0d1d2c8860e9e6974811467d2501eb64377e8a09274cf026b312f53af9ea5042a0af37cb47fc5cda6c4f9cdf
|
||||
|
||||
23
dev-perl/XML-Encoding/XML-Encoding-2.90.0.ebuild
Normal file
23
dev-perl/XML-Encoding/XML-Encoding-2.90.0.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=SHAY
|
||||
DIST_VERSION=2.09
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Perl Module that parses encoding map XML files"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-perl/XML-Parser-2.180.0"
|
||||
DEPEND="${RDEPEND}
|
||||
>=virtual/perl-ExtUtils-MakeMaker-6.640.0
|
||||
test? (
|
||||
virtual/perl-Test-Simple
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user