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 C77361382FE for ; Fri, 8 Jul 2016 21:03:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4392FE09D2; Fri, 8 Jul 2016 21:03:41 +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 C76BEE09D2 for ; Fri, 8 Jul 2016 21:03:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E22C3340ECA for ; Fri, 8 Jul 2016 21:03:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBFB82443 for ; Fri, 8 Jul 2016 21:03:35 +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: <1468011809.bf90a0273b29774331efa3ec9f82485d83b760aa.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Autoformat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-Autoformat/Manifest dev-perl/Text-Autoformat/Text-Autoformat-1.669.2-r1.ebuild X-VCS-Directories: dev-perl/Text-Autoformat/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: bf90a0273b29774331efa3ec9f82485d83b760aa X-VCS-Branch: master Date: Fri, 8 Jul 2016 21:03:35 +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: 89b870bd-5113-474f-98f6-6f1e40b523e6 X-Archives-Hash: bfc8b629db376ab9ad7a3555d63b9e48 commit: bf90a0273b29774331efa3ec9f82485d83b760aa Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jul 8 21:03:20 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Jul 8 21:03:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf90a027 dev-perl/Text-Autoformat: Remove old Package-Manager: portage-2.3.0 dev-perl/Text-Autoformat/Manifest | 1 - .../Text-Autoformat-1.669.2-r1.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/dev-perl/Text-Autoformat/Manifest b/dev-perl/Text-Autoformat/Manifest index 850d6ce..b85d441 100644 --- a/dev-perl/Text-Autoformat/Manifest +++ b/dev-perl/Text-Autoformat/Manifest @@ -1,2 +1 @@ -DIST Text-Autoformat-1.669002.tar.gz 20399 SHA256 7dbbc86c2550bc62ab00b6abca28019f8b144fb0fca33daeb2f373ca40d1d200 SHA512 8dc6f239c82a7e72c9ec8cbe680db94e76e11459cf47e8720aab269209234119bb7e017079ad6e0a817889fd3684f384a3186024ddad456f80ad8d4d173e646b WHIRLPOOL 8cfcaeb053b846002f296f543d100487ff458205900b71d93c4c1045b02aa2fe000657b219fae0145f942ae99e2aff3d08d3df4ac1c3d2499d67cb9ba5c709e2 DIST Text-Autoformat-1.74.tar.gz 29485 SHA256 07eb3c2b3515897340ca6e9377495bbe2e05ec80d7f3f146adab8e534a818d5e SHA512 276e97a0db20032919a6aeacba701350fa8fadf6c1bda7dcda714ef4f1c168b8cc3150a126719d940194c8b20dd534543ec914f03c50e27e4a61b1083ca312c6 WHIRLPOOL 3a855e8c987ed5ad756c98e921370a29ef89ed830db8c8d1e69a431c1cc414d5ba1edc0169c780c9eed880200a70e7c44696bd45fa22de695fabdd0c305948e9 diff --git a/dev-perl/Text-Autoformat/Text-Autoformat-1.669.2-r1.ebuild b/dev-perl/Text-Autoformat/Text-Autoformat-1.669.2-r1.ebuild deleted file mode 100644 index 71b54b2..0000000 --- a/dev-perl/Text-Autoformat/Text-Autoformat-1.669.2-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MY_PN=Text-Autoformat -MODULE_AUTHOR=DCONWAY -MODULE_VERSION=1.669002 -inherit perl-module - -DESCRIPTION="Automatic text wrapping and reformatting" - -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -RDEPEND=">=dev-perl/Text-Reform-1.11 - virtual/perl-version" -DEPEND="${RDEPEND} - dev-perl/Module-Build" - -SRC_TEST=do