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 891CF138A89 for ; Sun, 23 Oct 2016 18:40:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D804E07FB; Sun, 23 Oct 2016 18:40:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 054D0E07FB for ; Sun, 23 Oct 2016 18:40:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 539D8341627 for ; Sun, 23 Oct 2016 18:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 801BD308 for ; Sun, 23 Oct 2016 18:40:24 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1477248017.a1b9d3c5cde2c7cfcd15f30b1ded2c1c943d6bd4.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Writer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-Writer/Manifest dev-perl/XML-Writer/XML-Writer-0.624.0.ebuild X-VCS-Directories: dev-perl/XML-Writer/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: a1b9d3c5cde2c7cfcd15f30b1ded2c1c943d6bd4 X-VCS-Branch: master Date: Sun, 23 Oct 2016 18:40:24 +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-Archives-Salt: bd3634d4-b57f-4214-9b4d-db5e4311a4c5 X-Archives-Hash: 39cf544609759293244b2b38f0236f18 commit: a1b9d3c5cde2c7cfcd15f30b1ded2c1c943d6bd4 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Oct 23 18:40:17 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Oct 23 18:40:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b9d3c5 dev-perl/XML-Writer: Remove old Package-Manager: portage-2.3.2 dev-perl/XML-Writer/Manifest | 1 - dev-perl/XML-Writer/XML-Writer-0.624.0.ebuild | 28 --------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-perl/XML-Writer/Manifest b/dev-perl/XML-Writer/Manifest index 05df0ca..372df75 100644 --- a/dev-perl/XML-Writer/Manifest +++ b/dev-perl/XML-Writer/Manifest @@ -1,2 +1 @@ -DIST XML-Writer-0.624.tar.gz 28775 SHA256 86ccee2fb5fef459b1f9b5e673fc35cc5f9c5d0329fabe68549491956003df7b SHA512 7d8c5cee8cfca8a4d780f465b6a94f90c16791bfde5b5b3f32db80c3e916f1ba9cbc9ea382424c36018f5754e9109b9309c73ce2f603785a96be81ccc2010fce WHIRLPOOL df088c1b4274efe589588ccfed15209bc29087f59b27188cddd0db7d2d87771e555ade7cec1c451e70aba4567f974c910cca7aa715fd737b841238328ed2baa1 DIST XML-Writer-0.625.tar.gz 28930 SHA256 e080522c6ce050397af482665f3965a93c5d16f5e81d93f6e2fe98084ed15fbe SHA512 30ad348e7f1423ce82dc0709e767d4ae384ad6e76f6444c8a12d97b1dc9c2b39e2c5bec43779bc35891942fa75f852cd26e8831dd6b5cfb9c72bc8512ca55923 WHIRLPOOL b14c5c8956dfede01845a98713ada29fa39f1e7f5c53add09e0b389864e2f35c5e8f0873eed9b7580689d1872ff09d30c6d3182378a3b1f86030d7ff06aec5eb diff --git a/dev-perl/XML-Writer/XML-Writer-0.624.0.ebuild b/dev-perl/XML-Writer/XML-Writer-0.624.0.ebuild deleted file mode 100644 index 7a79f2c..00000000 --- a/dev-perl/XML-Writer/XML-Writer-0.624.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=JOSEPHW -MODULE_VERSION=0.624 -inherit perl-module - -DESCRIPTION="XML Writer Perl Module" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-linux ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( virtual/perl-Test-Simple ) -" - -SRC_TEST="do" - -src_test() { - perl_rm_files t/pod-coverage.t t/pod.t - perl-module_src_test -}