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 CA44D1381F3 for ; Fri, 11 Oct 2013 04:52:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94F79E0ACE; Fri, 11 Oct 2013 04:52:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C0E4E0ACF for ; Fri, 11 Oct 2013 04:52:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A54333EFF5 for ; Fri, 11 Oct 2013 04:52:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 575D6E546A for ; Fri, 11 Oct 2013 04:52:45 +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: <1381450217.7fb0b41a2bebd05f0a0a4c15d45215dfabb250ac.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-Section/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Data-Section/ChangeLog dev-perl/Data-Section/Data-Section-0.100.770.ebuild X-VCS-Directories: dev-perl/Data-Section/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7fb0b41a2bebd05f0a0a4c15d45215dfabb250ac X-VCS-Branch: master Date: Fri, 11 Oct 2013 04:52:45 +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: de8c9db3-4d12-4770-adce-28006fedda79 X-Archives-Hash: 3de6d9756c2beef95b6b12099f2f5019 commit: 7fb0b41a2bebd05f0a0a4c15d45215dfabb250ac Author: Kent Fredric gmail com> AuthorDate: Fri Oct 11 00:10:17 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Oct 11 00:10:17 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7fb0b41a [cpanclean] dev-perl/Data-Section-0.100.770 Package-Manager: portage-2.2.7 Manifest-Sign-Key: E854324B1366A820 --- dev-perl/Data-Section/ChangeLog | 4 ++++ .../Data-Section/Data-Section-0.100.770.ebuild | 27 ---------------------- 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/dev-perl/Data-Section/ChangeLog b/dev-perl/Data-Section/ChangeLog index c4eca4c..154b18d 100644 --- a/dev-perl/Data-Section/ChangeLog +++ b/dev-perl/Data-Section/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 11 Oct 2013; Kent Fredric + -Data-Section-0.100.770.ebuild: + Gone on CPAN + *Data-Section-0.101.622 (10 Oct 2013) 10 Oct 2013; Kent Fredric diff --git a/dev-perl/Data-Section/Data-Section-0.100.770.ebuild b/dev-perl/Data-Section/Data-Section-0.100.770.ebuild deleted file mode 100644 index c4e5915..0000000 --- a/dev-perl/Data-Section/Data-Section-0.100.770.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -MODULE_AUTHOR=RJBS -MODULE_VERSION="0.100770" -inherit perl-module - -DESCRIPTION="read multiple hunks of data out of your DATA section" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - dev-perl/MRO-Compat - >=dev-perl/Sub-Exporter-0.979.0 -" -DEPEND=" - ${COMMON_DEPEND} -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do"