From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D28CD138CD3 for ; Tue, 9 Jun 2015 10:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DE03E088B; Tue, 9 Jun 2015 10:13:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF673E0885 for ; Tue, 9 Jun 2015 10:13:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DD11340AB2 for ; Tue, 9 Jun 2015 10:13:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0C69A3B for ; Tue, 9 Jun 2015 10:13:18 +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: <1433844432.6bcdd8f5960f8d9eeb0b86d226b18e6d0e502a87.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-Truncate/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/String-Truncate/String-Truncate-0.102.ebuild dev-perl/String-Truncate/String-Truncate-1.100.570.ebuild X-VCS-Directories: dev-perl/String-Truncate/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 6bcdd8f5960f8d9eeb0b86d226b18e6d0e502a87 X-VCS-Branch: master Date: Tue, 9 Jun 2015 10:13:18 +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: 781a0604-3394-482f-83c2-f97b257130d6 X-Archives-Hash: 156551df6ae774b2ed934ed9a403e5cc commit: 6bcdd8f5960f8d9eeb0b86d226b18e6d0e502a87 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 10:07:12 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 10:07:12 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=6bcdd8f5 [cleanup] String-Truncate: Remove old versions Package-Manager: portage-2.2.17 .../String-Truncate/String-Truncate-0.102.ebuild | 26 ------------------ .../String-Truncate-1.100.570.ebuild | 32 ---------------------- 2 files changed, 58 deletions(-) diff --git a/dev-perl/String-Truncate/String-Truncate-0.102.ebuild b/dev-perl/String-Truncate/String-Truncate-0.102.ebuild deleted file mode 100644 index 2691f3e..0000000 --- a/dev-perl/String-Truncate/String-Truncate-0.102.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=RJBS -inherit perl-module - -DESCRIPTION="a module for when strings are too long to be displayed in..." -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -COMMON_DEPEND=" - >=dev-perl/Sub-Exporter-0.953.0 - >=dev-perl/Sub-Install-0.03 -" -DEPEND=" - ${COMMON_DEPEND} - test? ( - virtual/perl-Test-Simple - ) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/String-Truncate/String-Truncate-1.100.570.ebuild b/dev-perl/String-Truncate/String-Truncate-1.100.570.ebuild deleted file mode 100644 index 91c1dbc..0000000 --- a/dev-perl/String-Truncate/String-Truncate-1.100.570.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit versionator -MY_P=${PN}-$(delete_version_separator 2 ) -S=${WORKDIR}/${MY_P} -MODULE_AUTHOR=RJBS -inherit perl-module - -DESCRIPTION="a module for when strings are too long to be displayed in..." - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -COMMON_DEPEND=" - >=dev-perl/Sub-Exporter-0.953.0 - >=dev-perl/Sub-Install-0.03 -" -DEPEND=" - ${COMMON_DEPEND} - test? ( - virtual/perl-Test-Simple - ) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do"