From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DEA9E1382C5 for ; Sat, 30 Jan 2021 12:56:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0479DE0AF8; Sat, 30 Jan 2021 12:56:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DED70E0AF8 for ; Sat, 30 Jan 2021 12:56:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8842233E4AD for ; Sat, 30 Jan 2021 12:56:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCB37476 for ; Sat, 30 Jan 2021 12:56:43 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1612011324.3d5f427f31f3cfa7721f1b7576592a5e3afc4ed9.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Libxml2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Alien-Libxml2/Alien-Libxml2-0.170.0.ebuild dev-perl/Alien-Libxml2/Manifest X-VCS-Directories: dev-perl/Alien-Libxml2/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3d5f427f31f3cfa7721f1b7576592a5e3afc4ed9 X-VCS-Branch: master Date: Sat, 30 Jan 2021 12:56:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28427562-455c-4d6f-998d-f61309539b2e X-Archives-Hash: 1f2f4a4b3b4ef48221d03c3362861d1c commit: 3d5f427f31f3cfa7721f1b7576592a5e3afc4ed9 Author: Kent Fredric gentoo org> AuthorDate: Sat Jan 30 12:55:24 2021 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jan 30 12:55:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5f427f dev-perl/Alien-Libxml2: Bump to version 0.170.0 Upstream: - Update requirements to avoid bugs with older Alien::Build Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Kent Fredric gentoo.org> .../Alien-Libxml2/Alien-Libxml2-0.170.0.ebuild | 30 ++++++++++++++++++++++ dev-perl/Alien-Libxml2/Manifest | 1 + 2 files changed, 31 insertions(+) diff --git a/dev-perl/Alien-Libxml2/Alien-Libxml2-0.170.0.ebuild b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.170.0.ebuild new file mode 100644 index 00000000000..9f686872020 --- /dev/null +++ b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.170.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PLICEASE +DIST_VERSION=0.17 +inherit perl-module + +DESCRIPTION="Install the C libxml2 library on your system" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-perl/Alien-Build-2.120.0 + dev-libs/libxml2:2= +" +DEPEND=" + dev-libs/libxml2:2= +" +BDEPEND="${RDEPEND} + >=dev-perl/Alien-Build-2.370.0 + virtual/perl-ExtUtils-CBuilder + >=virtual/perl-ExtUtils-MakeMaker-6.520.0 + test? ( + >=dev-perl/Test2-Suite-0.0.60 + ) +" diff --git a/dev-perl/Alien-Libxml2/Manifest b/dev-perl/Alien-Libxml2/Manifest index f393964736b..69e3678ac08 100644 --- a/dev-perl/Alien-Libxml2/Manifest +++ b/dev-perl/Alien-Libxml2/Manifest @@ -1 +1,2 @@ DIST Alien-Libxml2-0.16.tar.gz 19890 BLAKE2B 50ad3fd53b392de730a140fef350a38cfd2dec069354a45406a524ec1daa8a46cdba2398c20cd29ff6c9f8a2c52f7307130d1ad7d477d9a3b18c1c87a072d827 SHA512 54d3f670047b26934140be28bec5ab27c655daa459409bda00655d6f652f5099b07d2e286f59825a36e7dc56bca1e92a0af19c33582fa90f3f26aff4202334ac +DIST Alien-Libxml2-0.17.tar.gz 20787 BLAKE2B c9ef905cdee44e649612cf54ebfa0875c8eadd278d17584c71db005e7f1eed4a9df00bfa83739067334828203d1159ee97b56461facf40364fab17b90a4c4474 SHA512 89f8034800f03e9e7f87871fec4da54313d0b2557efd9c4bbb2f01793e5679c6c355eb8bfcaf54540b50f9cf69e84d88835fee9b06f8b2f6c7dd7e6c6ed2c097