summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-28 13:56:25 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-28 13:58:41 +0200
commitb7b9c071e5f3f15601048dd84ea1c580bd2707be (patch)
tree4e3e6e606f7f5914bba29db4e5854a8baa7286b7 /net-libs
parentsys-boot/getdvhoff: Remove last-rited pkg (diff)
downloadgentoo-b7b9c071e5f3f15601048dd84ea1c580bd2707be.tar.gz
gentoo-b7b9c071e5f3f15601048dd84ea1c580bd2707be.tar.bz2
gentoo-b7b9c071e5f3f15601048dd84ea1c580bd2707be.zip
net-libs/libwhisker: Remove last-rited pkg
Closes: https://bugs.gentoo.org/652186
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libwhisker/Manifest1
-rw-r--r--net-libs/libwhisker/libwhisker-2.5-r1.ebuild33
-rw-r--r--net-libs/libwhisker/metadata.xml18
3 files changed, 0 insertions, 52 deletions
diff --git a/net-libs/libwhisker/Manifest b/net-libs/libwhisker/Manifest
deleted file mode 100644
index 3f4483ac0a11..000000000000
--- 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 17bf43d4d46a..000000000000
--- 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 eb87724cfa69..000000000000
--- 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>perl@gentoo.org</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>