commit: b7b9c071e5f3f15601048dd84ea1c580bd2707be Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 28 11:56:25 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jul 28 11:58:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b9c071
net-libs/libwhisker: Remove last-rited pkg Closes: https://bugs.gentoo.org/652186 net-libs/libwhisker/Manifest | 1 - net-libs/libwhisker/libwhisker-2.5-r1.ebuild | 33 ---------------------------- net-libs/libwhisker/metadata.xml | 18 --------------- profiles/package.mask | 4 ---- 4 files changed, 56 deletions(-) diff --git a/net-libs/libwhisker/Manifest b/net-libs/libwhisker/Manifest deleted file mode 100644 index 3f4483ac0a1..00000000000 --- a/net-libs/libwhisker/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libwhisker2-2.5.tar.gz 207569 BLAKE2B d5e2d9a7cc6801ded09f073a4d658aece97755244e16ee79269d20b1c1059802ad28540d354bd92a725e08eccd728c44b8c7ea45b795057fd96d2dcb9f944fd2 SHA512 ea3cfa7658048b23d4fd773db9ee7fde32758096cf7491d309390247648b7635952d734a0918f53109de37cdd87b675843320539db727fd107e81647b13bce10 diff --git a/net-libs/libwhisker/libwhisker-2.5-r1.ebuild b/net-libs/libwhisker/libwhisker-2.5-r1.ebuild deleted file mode 100644 index 17bf43d4d46..00000000000 --- a/net-libs/libwhisker/libwhisker-2.5-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit perl-module -MY_P=${PN}2-${PV} - -DESCRIPTION="Perl module geared to HTTP testing" -HOMEPAGE="http://www.wiretrip.net/rfp/lw.asp" -SRC_URI="http://www.wiretrip.net/rfp/libwhisker/${MY_P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="ssl" - -DEPEND="" -RDEPEND="virtual/perl-MIME-Base64 - ssl? ( dev-perl/Net-SSLeay )" - -S=${WORKDIR}/${MY_P} - -src_compile() { - perl Makefile.pl lib || die -} - -src_install() { - perl_set_version - insinto "${VENDOR_LIB}" - doins LW2.pm - dodoc CHANGES KNOWNBUGS README -} diff --git a/net-libs/libwhisker/metadata.xml b/net-libs/libwhisker/metadata.xml deleted file mode 100644 index eb87724cfa6..00000000000 --- a/net-libs/libwhisker/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Perl Project</name> - </maintainer> - <longdescription> - Libwhisker is a Perl library useful for HTTP testing scripts. It - contains a pure-Perl implementation of functionality found in the LWP, - URI, Digest::MD5, Digest::MD4, Data::Dumper, Authen::NTLM, HTML::Parser, - HTML::FormParser, CGI::Upload, MIME::Base64, and GetOpt::Std modules. - Libwhisker is designed to be portable (a single perl file), fast - (general benchmarks show libwhisker is faster than LWP), and flexible - (great care was taken to ensure the library does exactly what you want - to do, even if it means breaking the protocol). - </longdescription> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index acd46865803..7f64930c527 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -281,10 +281,6 @@ app-doc/mkdoxy # Doesn't run, cannot bump it (#651146). Removal in a month. games-emulation/hatari -# Pacho Ramos <[email protected]> (17 Jun 2018) -# Dead lib not used by anything in the tree (#652186). Removal in a month. -net-libs/libwhisker - # Mart Raudsepp <[email protected]> (16 Jun 2018) # No upstream (website disappeared), no upstream plugin maintainer, # and pretty much a fringe format anyway.
