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 19F62139085 for ; Sat, 4 Feb 2017 17:33:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF17A21C075; Sat, 4 Feb 2017 17:33:34 +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 8E43721C075 for ; Sat, 4 Feb 2017 17:33:34 +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 7818834164C for ; Sat, 4 Feb 2017 17:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7EFB3DC5 for ; Sat, 4 Feb 2017 17:33:31 +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: <1486229528.d21a7afe2bc30a6bf8a95c360ed1ea0c7de891a3.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-Wrapper/Manifest dev-perl/Text-Wrapper/Text-Wrapper-1.40.0-r1.ebuild X-VCS-Directories: dev-perl/Text-Wrapper/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: d21a7afe2bc30a6bf8a95c360ed1ea0c7de891a3 X-VCS-Branch: master Date: Sat, 4 Feb 2017 17:33:31 +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: 555b9614-81b9-44c2-85d4-48a1aec7d0cd X-Archives-Hash: 476d526d332abfcaafc96a39be42c38b commit: d21a7afe2bc30a6bf8a95c360ed1ea0c7de891a3 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Feb 4 16:52:06 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Feb 4 17:32:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21a7afe dev-perl/Text-Wrapper: Remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-perl/Text-Wrapper/Manifest | 1 - dev-perl/Text-Wrapper/Text-Wrapper-1.40.0-r1.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-perl/Text-Wrapper/Manifest b/dev-perl/Text-Wrapper/Manifest index 240ccc3..b0688fc 100644 --- a/dev-perl/Text-Wrapper/Manifest +++ b/dev-perl/Text-Wrapper/Manifest @@ -1,2 +1 @@ -DIST Text-Wrapper-1.04.tar.gz 18239 SHA256 084d08e48fa37c8e75c9a724e55f7415e54ffa8ec63918ef7aec3494352d571b SHA512 e3bd9db890bb93136cf7ea8662b50052fee63dc02d47f830628395fa57b589c02ff4e6af70238fcffb9bfb77da02168a46e828e1a61e6b26ed8c660099d72b13 WHIRLPOOL a3a6ed25be9badde720c3949a5c90ab6ed22ec05849f45b22458c97be6b7ba5282d5530d2506ebc71a33b4c64fcf29b57f99edc79854790d248733decf7100a9 DIST Text-Wrapper-1.05.tar.gz 18609 SHA256 64268e15983a9df47e1d9199a491f394e89f542e54afb33f4b78f3f318e09ab9 SHA512 8efd94ad7880069a37205a4b6e38d4b03ce8d83869994916abb831498e1e3d1bc23df39e8546b5b0953db7e0c8e7ef29aa237f8cf20452dc9e4263e49e31dad9 WHIRLPOOL b1e2c25f9f721aa00c05edc6eee3a19bc434b5564dfec1608e1ef49b578e66c692b66c47fb33e969f2a442927dc0f1df4f869e925ade2272ae54862634eab653 diff --git a/dev-perl/Text-Wrapper/Text-Wrapper-1.40.0-r1.ebuild b/dev-perl/Text-Wrapper/Text-Wrapper-1.40.0-r1.ebuild deleted file mode 100644 index 04e8ddc..00000000 --- a/dev-perl/Text-Wrapper/Text-Wrapper-1.40.0-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=CJM -MODULE_VERSION=1.04 -inherit perl-module - -DESCRIPTION="Word wrap text by breaking long lines" - -SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 x86" -IUSE="" - -SRC_TEST=do