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 4E2B71381F3 for ; Sat, 10 Nov 2012 15:06:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6C0021C0C6; Sat, 10 Nov 2012 15:05:27 +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 64CC221C0C0 for ; Sat, 10 Nov 2012 15:05:27 +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 5B42233D929 for ; Sat, 10 Nov 2012 15:05:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3E01BE5448 for ; Sat, 10 Nov 2012 15:05: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: <1352558577.cef6fc9bdc9a83dabf5c38a79805d886ac186d74.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Gtk3/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Gtk3/ChangeLog dev-perl/Gtk3/Gtk3-0.5.0.ebuild X-VCS-Directories: dev-perl/Gtk3/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: cef6fc9bdc9a83dabf5c38a79805d886ac186d74 X-VCS-Branch: master Date: Sat, 10 Nov 2012 15:05: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: af38c1d6-9264-442e-aa8a-6703ac07cc4d X-Archives-Hash: db05bd2362c65796617e84b57f3fa4e7 commit: cef6fc9bdc9a83dabf5c38a79805d886ac186d74 Author: Kent Fredric gmail com> AuthorDate: Sat Nov 10 14:42:57 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Nov 10 14:42:57 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cef6fc9b [cpanclean] Gtk3-0.5.0 Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Gtk3/ChangeLog | 3 +++ dev-perl/Gtk3/Gtk3-0.5.0.ebuild | 32 -------------------------------- 2 files changed, 3 insertions(+), 32 deletions(-) diff --git a/dev-perl/Gtk3/ChangeLog b/dev-perl/Gtk3/ChangeLog index 3caa60e..fc89829 100644 --- a/dev-perl/Gtk3/ChangeLog +++ b/dev-perl/Gtk3/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 10 Nov 2012; Kent Fredric -Gtk3-0.5.0.ebuild: + Gone on CPAN + *Gtk3-0.8.0 (15 Sep 2012) 15 Sep 2012; Kent Fredric +Gtk3-0.8.0.ebuild: diff --git a/dev-perl/Gtk3/Gtk3-0.5.0.ebuild b/dev-perl/Gtk3/Gtk3-0.5.0.ebuild deleted file mode 100644 index 10df91d..0000000 --- a/dev-perl/Gtk3/Gtk3-0.5.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=TSCH -MODULE_VERSION=0.005 -inherit perl-module -inherit virtualx - -DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - x11-libs/gtk+:3 - >=dev-perl/Cairo-GObject-1.0.0 - >=dev-perl/Glib-Object-Introspection-0.2.0 -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.300.0 -" - -SRC_TEST=do - -src_test() { - Xemake -j1 test || die -}