From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-XMPP/
Date: Mon, 26 Mar 2018 11:41:45 +0000 (UTC) [thread overview]
Message-ID: <1522064455.e8e4002d9c22262bca86486d2d86a01620b151ce.kentnl@gentoo> (raw)
commit: e8e4002d9c22262bca86486d2d86a01620b151ce
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 26 11:40:55 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 11:40:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e4002d
dev-perl/Net-XMPP: Cleanup old re bug #623002
Closes: https://bugs.gentoo.org/623002
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-perl/Net-XMPP/Manifest | 1 -
dev-perl/Net-XMPP/Net-XMPP-1.20.0-r1.ebuild | 40 -----------------------------
2 files changed, 41 deletions(-)
diff --git a/dev-perl/Net-XMPP/Manifest b/dev-perl/Net-XMPP/Manifest
index 977e512fab3..4f6cbb3bd66 100644
--- a/dev-perl/Net-XMPP/Manifest
+++ b/dev-perl/Net-XMPP/Manifest
@@ -1,2 +1 @@
-DIST Net-XMPP-1.02.tar.gz 121653 BLAKE2B 70b9ec321740e2d4076fc22ff8860092e3831c0e1fe15c3ec0008bc2a22b4d2c1d1f226d72c204390fe5740174b290bed9ef4c8396e6a9380f90bcef8f04600e SHA512 7a373e627de7e909ef50d6525b438dd7f094c7e6ad3cb66fff6087048fe9b127e376cf45d1621e55deec2c59fe043ff19f180d0b264fa1dd0c392701dfc43497
DIST Net-XMPP-1.05.tar.gz 103876 BLAKE2B 5ddc98125b26518c59aa4ab39a974b9cbf1575bd59bb66d5329a43e1d5c3d150f34cc93f545f2cd56846e7b4e46142c47aff7da9b279181a02a57bf95ff1757b SHA512 cdd5474fcbdf7ff6c7d1247f9828f5dfb1828c258af366a831bab8e5faab423b73aa16c34228818526ebcc3180ef0ccc52d6e6cb61e2fe689458b87ec7fab699
diff --git a/dev-perl/Net-XMPP/Net-XMPP-1.20.0-r1.ebuild b/dev-perl/Net-XMPP/Net-XMPP-1.20.0-r1.ebuild
deleted file mode 100644
index dff14f6f34c..00000000000
--- a/dev-perl/Net-XMPP/Net-XMPP-1.20.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=HACKER
-MODULE_VERSION=1.02
-inherit perl-module
-
-DESCRIPTION="XMPP Perl Library"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/XML-Stream-1.22
- dev-perl/Digest-SHA1"
-DEPEND="dev-perl/Module-Build
- ${RDEPEND}"
-
-SRC_TEST="do"
-PATCHES=( "${FILESDIR}"/1.02-defined.patch )
-
-src_prepare() {
- for i in 2_client_jabberd1.4.t 3_client_jabberd2.t ; do
- mv "${S}"/t/${i}{,.disable} || die
- sed -i -e "/${i}/d" "${S}"/MANIFEST || die
- done
- perl-module_src_prepare
-}
-
-src_test() {
- # bug 526390
- # this test fails in version 1.02.
- # please comment out this section when bumping the package
- # to check whether it still fails.
- perl_rm_files t/roster.t
- perl-module_src_test
-}
next reply other threads:[~2018-03-26 11:41 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-26 11:41 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-03-09 13:40 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-XMPP/ Yixun Lan
2021-10-16 0:48 Sam James
2021-08-02 2:24 Sam James
2021-07-17 16:35 Andreas K. Hüttel
2020-07-23 9:47 Kent Fredric
2020-07-18 7:04 Kent Fredric
2018-10-27 12:31 Fabian Groffen
2018-03-04 8:16 Tobias Klausmann
2018-01-15 19:03 Tobias Klausmann
2018-01-09 8:02 Sergei Trofimovich
2018-01-07 11:10 Sergei Trofimovich
2018-01-07 0:16 Sergei Trofimovich
2018-01-07 0:09 Sergei Trofimovich
2018-01-05 20:14 Sergei Trofimovich
2017-03-15 18:54 Matt Turner
2017-03-10 22:15 Matt Turner
2017-03-10 21:56 Matt Turner
2017-03-10 21:39 Matt Turner
2016-08-17 2:32 Jeroen Roovers
2016-05-25 7:02 Matt Turner
2016-04-19 19:38 Markus Meier
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=1522064455.e8e4002d9c22262bca86486d2d86a01620b151ce.kentnl@gentoo \
--to=kentnl@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