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 842A21387FD for ; Sat, 5 Apr 2014 23:06:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C17BAE0995; Sat, 5 Apr 2014 23:06:26 +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 E31EBE0995 for ; Sat, 5 Apr 2014 23:06:25 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CCA533FCD8 for ; Sat, 5 Apr 2014 23:06:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 17349188FA for ; Sat, 5 Apr 2014 23:06:23 +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: <1396736232.76664960aa0919407c026cd8cbb3304124b14d20.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/ExtUtils-CChecker/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/ExtUtils-CChecker/ChangeLog dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.60.0.ebuild X-VCS-Directories: dev-perl/ExtUtils-CChecker/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 76664960aa0919407c026cd8cbb3304124b14d20 X-VCS-Branch: master Date: Sat, 5 Apr 2014 23:06:23 +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: 755d524f-4b08-4c74-9059-0b3d392a3a7e X-Archives-Hash: 36406a475d7f6a369c67ab234b70f4ac commit: 76664960aa0919407c026cd8cbb3304124b14d20 Author: Kent Fredric gmail com> AuthorDate: Sat Apr 5 22:17:12 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Apr 5 22:17:12 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=76664960 [cpanclean] dev-perl/ExtUtils-CChecker-0.60.0 Package-Manager: portage-2.2.7 Manifest-Sign-Key: E854324B1366A820 --- dev-perl/ExtUtils-CChecker/ChangeLog | 4 ++++ .../ExtUtils-CChecker-0.60.0.ebuild | 24 ---------------------- 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/dev-perl/ExtUtils-CChecker/ChangeLog b/dev-perl/ExtUtils-CChecker/ChangeLog index 0b1ac4b..b65a4c2 100644 --- a/dev-perl/ExtUtils-CChecker/ChangeLog +++ b/dev-perl/ExtUtils-CChecker/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 05 Apr 2014; Kent Fredric + -ExtUtils-CChecker-0.60.0.ebuild: + Gone on CPAN + *ExtUtils-CChecker-0.90.0 (05 Apr 2014) 05 Apr 2014; Kent Fredric diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.60.0.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.60.0.ebuild deleted file mode 100644 index c0b1759..0000000 --- a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.60.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -MODULE_AUTHOR=PEVANS -MODULE_VERSION=0.06 -inherit perl-module - -DESCRIPTION="configure-time utilities for using C headers, libraries, or OS features" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( - dev-perl/Test-Exception - )" - -SRC_TEST="do"