public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Ex-PodViewer/
Date: Wed, 27 Apr 2022 14:12:18 +0000 (UTC)	[thread overview]
Message-ID: <1651068578.9c587315ea8b68a366435ee48f03c9cb815808de.mattst88@gentoo> (raw)

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

dev-perl/Gtk2-Ex-PodViewer: Remove

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

 .../Gtk2-Ex-PodViewer-0.180.0-r3.ebuild            | 44 ----------------------
 dev-perl/Gtk2-Ex-PodViewer/Manifest                |  1 -
 dev-perl/Gtk2-Ex-PodViewer/metadata.xml            | 13 -------
 3 files changed, 58 deletions(-)

diff --git a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r3.ebuild b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r3.ebuild
deleted file mode 100644
index 1348da599cae..000000000000
--- a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r3.ebuild
+++ /dev/null
@@ -1,44 +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.18
-inherit perl-module
-
-DESCRIPTION="a Gtk2 widget for displaying Plain old Documentation (POD)"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="x11-libs/gtk+:2
-	dev-perl/Gtk2
-	dev-perl/IO-stringy
-	dev-perl/Pod-Parser
-	virtual/perl-Pod-Simple
-	dev-perl/Gtk2-Ex-Simple-List
-	dev-perl/Locale-gettext"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_test() {
-	local MODULES=(
-		"Gtk2::Ex::PodViewer ${DIST_VERSION}"
-		"Gtk2::Ex::PodViewer::Parser"
-	)
-	local failed=()
-	for dep in "${MODULES[@]}"; do
-		ebegin "Compile testing ${dep}"
-			perl -Mblib="${S}" -M"${dep} ()" -e1
-		eend $? || failed+=( "$dep" )
-	done
-	if [[ ${failed[@]} ]]; then
-		echo
-		eerror "One or more modules failed compile:";
-		for dep in "${failed[@]}"; do
-			eerror "  ${dep}"
-		done
-		die "Failing due to module compilation errors";
-	fi
-	perl-module_src_test
-}

diff --git a/dev-perl/Gtk2-Ex-PodViewer/Manifest b/dev-perl/Gtk2-Ex-PodViewer/Manifest
deleted file mode 100644
index d5d3336f56a1..000000000000
--- a/dev-perl/Gtk2-Ex-PodViewer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Gtk2-Ex-PodViewer-0.18.tar.gz 15417 BLAKE2B 4c74a58dd023c2be098d0c752d9d34baa7eee9db7910be01eb9a979aa940a618a9eabc6e52a7720858d6ca680fb34381fa77d1651025f014934d0f9c48873483 SHA512 488c83a95776f0d54d92bc45abc7b1727d76930a16d16c203865ecd9e9274340f59fe2916ceb16fed0babc8b531cad625cfd549ff9914321440e14ea81c49893

diff --git a/dev-perl/Gtk2-Ex-PodViewer/metadata.xml b/dev-perl/Gtk2-Ex-PodViewer/metadata.xml
deleted file mode 100644
index 32f185bd94cc..000000000000
--- a/dev-perl/Gtk2-Ex-PodViewer/metadata.xml
+++ /dev/null
@@ -1,13 +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-PodViewer</remote-id>
-    <remote-id type="cpan-module">Gtk2::Ex::PodViewer</remote-id>
-    <remote-id type="cpan-module">Gtk2::Ex::PodViewer::Parser</remote-id>
-  </upstream>
-</pkgmetadata>


             reply	other threads:[~2022-04-27 14:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27 14:12 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-17 19:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Ex-PodViewer/ Andreas K. Hüttel
2018-06-10 17:11 Thomas Deutschmann
2018-06-10 16:13 Aaron Bauman
2017-10-24  2:43 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1651068578.9c587315ea8b68a366435ee48f03c9cb815808de.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox