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 AB3E5138359 for ; Tue, 25 Aug 2020 22:49:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC8A3E0982; Tue, 25 Aug 2020 22:49:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A8FDE0982 for ; Tue, 25 Aug 2020 22:49:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1802340F17 for ; Tue, 25 Aug 2020 22:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63FD033D for ; Tue, 25 Aug 2020 22:49:13 +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: <1598395704.8019c1f0ba625fb8e835e90f965fe7643fb423b7.kentnl@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/Gtk3-0.9.0.ebuild dev-perl/Gtk3/metadata.xml X-VCS-Directories: dev-perl/Gtk3/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8019c1f0ba625fb8e835e90f965fe7643fb423b7 X-VCS-Branch: master Date: Tue, 25 Aug 2020 22:49:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ce814af0-75f9-4a79-a21c-e2399850a8c6 X-Archives-Hash: 92903c665a55b4e8d58e0c00d7ce7131 commit: 8019c1f0ba625fb8e835e90f965fe7643fb423b7 Author: Kent Fredric gentoo org> AuthorDate: Tue Aug 25 22:14:11 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Aug 25 22:48:24 2020 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8019c1f0 dev-perl/Gtk3: Remove, gone to ::gentoo Signed-off-by: Kent Fredric gentoo.org> dev-perl/Gtk3/Gtk3-0.9.0.ebuild | 44 ----------------------------------------- dev-perl/Gtk3/metadata.xml | 12 ----------- 2 files changed, 56 deletions(-) diff --git a/dev-perl/Gtk3/Gtk3-0.9.0.ebuild b/dev-perl/Gtk3/Gtk3-0.9.0.ebuild deleted file mode 100644 index 282363647..000000000 --- a/dev-perl/Gtk3/Gtk3-0.9.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MODULE_AUTHOR=TSCH -MODULE_VERSION=0.009 -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="" -extra_depend() { - echo x11-libs/gtk+:3 -} -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Cairo::GObject 1.000 ( 1.0.0 ) - echo \>=dev-perl/Cairo-GObject-1.0.0 - # Carp - echo dev-lang/perl - # Exporter - echo virtual/perl-Exporter - # Glib::Object::Introspection 0.014 ( 0.14.0 ) - echo \>=dev-perl/Glib-Object-Introspection-0.14.0 -} -DEPEND=" - $(extra_depend) - $(perl_meta_configure) - $(perl_meta_runtime) -" -RDEPEND=" - $(extra_depend) - $(perl_meta_runtime) -" -SRC_TEST="do" -src_test() { - Xemake -j1 test || die -} diff --git a/dev-perl/Gtk3/metadata.xml b/dev-perl/Gtk3/metadata.xml deleted file mode 100644 index dca804076..000000000 --- a/dev-perl/Gtk3/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - Gtk3 - Gtk3 - -