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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1068615808F for ; Wed, 27 Apr 2022 14:12:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73E1EE0827; Wed, 27 Apr 2022 14:12:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C1D3E0827 for ; Wed, 27 Apr 2022 14:12:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41C63341580 for ; Wed, 27 Apr 2022 14:12:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A666A434 for ; Wed, 27 Apr 2022 14:12:18 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1651068604.f711c9cb11b7cd75c8105041b9e9a6cb29144e50.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Ex-Simple-List/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r3.ebuild dev-perl/Gtk2-Ex-Simple-List/Manifest dev-perl/Gtk2-Ex-Simple-List/metadata.xml X-VCS-Directories: dev-perl/Gtk2-Ex-Simple-List/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f711c9cb11b7cd75c8105041b9e9a6cb29144e50 X-VCS-Branch: master Date: Wed, 27 Apr 2022 14:12: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5dc4d885-5ff7-43b9-a2ff-cb49de82ecc1 X-Archives-Hash: 00210739f8d364f3d0edf00090dd5c71 commit: f711c9cb11b7cd75c8105041b9e9a6cb29144e50 Author: Matt Turner gentoo org> AuthorDate: Wed Apr 27 14:10:04 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 27 14:10:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f711c9cb dev-perl/Gtk2-Ex-Simple-List: Remove Signed-off-by: Matt Turner gentoo.org> .../Gtk2-Ex-Simple-List-0.500.0-r3.ebuild | 27 ---------------------- dev-perl/Gtk2-Ex-Simple-List/Manifest | 1 - dev-perl/Gtk2-Ex-Simple-List/metadata.xml | 15 ------------ 3 files changed, 43 deletions(-) diff --git a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r3.ebuild b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r3.ebuild deleted file mode 100644 index e2c539d50239..000000000000 --- a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=RMCFARLA -DIST_VERSION=0.50 -DIST_SECTION=Gtk2-Perl-Ex -DIST_EXAMPLES=( "examples/*" ) -inherit perl-module virtualx - -DESCRIPTION="A simple interface to Gtk2's complex MVC list widget" - -LICENSE="|| ( LGPL-2.1 LGPL-3 )" # LGPL-2.1+ -SLOT="0" -KEYWORDS="amd64 ~ia64 sparc x86" - -RDEPEND=" - >=dev-perl/Gtk2-1.60.0 - >=dev-perl/glib-perl-1.62.0 -" -BDEPEND="${RDEPEND} -" - -src_test() { - virtx perl-module_src_test -} diff --git a/dev-perl/Gtk2-Ex-Simple-List/Manifest b/dev-perl/Gtk2-Ex-Simple-List/Manifest deleted file mode 100644 index 5add20e2aec2..000000000000 --- a/dev-perl/Gtk2-Ex-Simple-List/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Gtk2-Ex-Simple-List-0.50.tar.gz 13769 BLAKE2B 0d435acaf034ce2653d3e797178852f1af95f29890ce9e65022b7b354371e868b52f4318fffb9edaa03abf3c95726bc5b991ad35fb1732c6d67288d368caed6d SHA512 df57509eb386aff41630b7da2d9b810b1e9308dec407dbe792a4282f2d7331cb3639755af8232bf6312e0537784dab5f1d035c919909a53e584173ce24aa6a09 diff --git a/dev-perl/Gtk2-Ex-Simple-List/metadata.xml b/dev-perl/Gtk2-Ex-Simple-List/metadata.xml deleted file mode 100644 index 6c4a39ab17ed..000000000000 --- a/dev-perl/Gtk2-Ex-Simple-List/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - Gtk2-Ex-Simple-List - Gtk2::Ex::Simple::List - Gtk2::Ex::Simple::TiedCommon - Gtk2::Ex::Simple::TiedList - Gtk2::Ex::Simple::TiedRow - -