From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1390592-garchives=archives.gentoo.org@lists.gentoo.org>
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 ED1B815808E
	for <garchives@archives.gentoo.org>; Wed, 27 Apr 2022 14:12:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 668B9E0826;
	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 4D8ABE0826
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Apr 2022 14:12:21 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 45857341582
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Apr 2022 14:12:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 92859430
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Apr 2022 14:12:18 +0000 (UTC)
From: "Matt Turner" <mattst88@gentoo.org>
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" <mattst88@gentoo.org>
Message-ID: <1651068593.5670c35caadbef66db32d2c55cbace6b41d30ff9.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Ex-PrintDialog/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0-r3.ebuild dev-perl/Gtk2-Ex-PrintDialog/Manifest dev-perl/Gtk2-Ex-PrintDialog/metadata.xml
X-VCS-Directories: dev-perl/Gtk2-Ex-PrintDialog/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: 5670c35caadbef66db32d2c55cbace6b41d30ff9
X-VCS-Branch: master
Date: Wed, 27 Apr 2022 14:12:18 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: fd095c92-0a9f-4de4-b3c0-d4249ea33151
X-Archives-Hash: 51086cf49a4d81eb69db3ebcfa9b8587

commit:     5670c35caadbef66db32d2c55cbace6b41d30ff9
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 14:09:53 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 14:09:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5670c35c

dev-perl/Gtk2-Ex-PrintDialog: Remove

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 .../Gtk2-Ex-PrintDialog-0.30.0-r3.ebuild           | 22 ----------------------
 dev-perl/Gtk2-Ex-PrintDialog/Manifest              |  1 -
 dev-perl/Gtk2-Ex-PrintDialog/metadata.xml          | 16 ----------------
 3 files changed, 39 deletions(-)

diff --git a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0-r3.ebuild b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0-r3.ebuild
deleted file mode 100644
index 176289a452eb..000000000000
--- a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0-r3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=GBROWN
-DIST_VERSION=0.03
-inherit perl-module
-
-DESCRIPTION="a simple, pure Perl dialog for printing PostScript data in GTK+ applications"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="cups"
-
-RDEPEND="
-	cups? ( dev-perl/Net-CUPS )
-	dev-perl/Gtk2
-	>=dev-perl/Locale-gettext-1.40.0
-"
-BDEPEND="${RDEPEND}
-"

diff --git a/dev-perl/Gtk2-Ex-PrintDialog/Manifest b/dev-perl/Gtk2-Ex-PrintDialog/Manifest
deleted file mode 100644
index 9e6315ef7204..000000000000
--- a/dev-perl/Gtk2-Ex-PrintDialog/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Gtk2-Ex-PrintDialog-0.03.tar.gz 6150 BLAKE2B 7518e86959041b62c6622f9bc787caa488490d2c6f9babe703c808fe5d9a247232bb602e300c4e87e02269e25a210617c26473e502aa0ab37228dee827f8bbba SHA512 b63d0f062e1556c4a5402850725ece4e727f7e9eb168bf3be1403a9b4db425cee762a1b1ca3bdff55d554b343deadd35f27f908d198979b64012f5d59c2a5d88

diff --git a/dev-perl/Gtk2-Ex-PrintDialog/metadata.xml b/dev-perl/Gtk2-Ex-PrintDialog/metadata.xml
deleted file mode 100644
index 8b16f5a8a0cc..000000000000
--- a/dev-perl/Gtk2-Ex-PrintDialog/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>perl@gentoo.org</email>
-    <name>Gentoo Perl Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="cpan">Gtk2-Ex-PrintDialog</remote-id>
-    <remote-id type="cpan-module">Gtk2::Ex::PrintDialog</remote-id>
-    <remote-id type="cpan-module">Gtk2::Ex::PrintDialog::Darwin</remote-id>
-    <remote-id type="cpan-module">Gtk2::Ex::PrintDialog::Linux</remote-id>
-    <remote-id type="cpan-module">Gtk2::Ex::PrintDialog::MSWin32</remote-id>
-    <remote-id type="cpan-module">Gtk2::Ex::PrintDialog::Unix</remote-id>
-  </upstream>
-</pkgmetadata>