summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-29 20:13:13 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-29 20:13:36 +0200
commitec7079c0c95dd1dac40e7b67fba9383a5498dcb8 (patch)
tree6eb1dba2c2ead27248000017adc912b6ada44446 /net-proxy
parentgames-board/freedoko: Drop old (diff)
downloadgentoo-ec7079c0c95dd1dac40e7b67fba9383a5498dcb8.tar.gz
gentoo-ec7079c0c95dd1dac40e7b67fba9383a5498dcb8.tar.bz2
gentoo-ec7079c0c95dd1dac40e7b67fba9383a5498dcb8.zip
Remove masked for removal package
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/httpush/Manifest1
-rw-r--r--net-proxy/httpush/httpush-0.9_beta11-r1.ebuild60
-rw-r--r--net-proxy/httpush/metadata.xml9
3 files changed, 0 insertions, 70 deletions
diff --git a/net-proxy/httpush/Manifest b/net-proxy/httpush/Manifest
deleted file mode 100644
index bf91362daef1..000000000000
--- a/net-proxy/httpush/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST httpush-0.9b11.tar.gz 39342 BLAKE2B 668f7578e7b58af9c39c68ae94f372035363e6d22cf0a70463f2a382cb79ed679b6b5a79fd504db3ec0351c18db227c5ac5e0535e758735795e12622dbad79a2 SHA512 28f5843de8aaab2f1b1b89afb79cc15b134184781db7926dab3096359bb03db7dc8252a4eb0e89c61412692b8d2a5d6bf683e005862bc553fec754b0d48ac372
diff --git a/net-proxy/httpush/httpush-0.9_beta11-r1.ebuild b/net-proxy/httpush/httpush-0.9_beta11-r1.ebuild
deleted file mode 100644
index 6e9deaa142fb..000000000000
--- a/net-proxy/httpush/httpush-0.9_beta11-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-MY_P="${P/_beta/b}"
-
-DESCRIPTION="Intercepting proxy, allowing user to modify HTTP requests on-the-fly"
-HOMEPAGE="http://httpush.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="xml"
-
-RDEPEND="dev-perl/URI
- virtual/perl-MIME-Base64
- dev-perl/libwww-perl
- dev-perl/Net-SSLeay
- dev-perl/Crypt-SSLeay
- dev-perl/HTML-Parser
- xml? ( dev-perl/XML-Twig )"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
- if ! use xml ; then
- echo
- einfo "If you'd like to use httpush's learning mode, please CTRL-C now"
- einfo "and enable the xml USE flag."
- epause 3
- echo
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i 's:^\(require httpush;\)$:push @INC, "/usr/lib/httpush";\n\1:' \
- httpush.pl || die "sed INC failed"
- sed -i 's:^\(.*DATADIR="\)data\(.*\)$:\1/var/lib/httpush\2:' *.pl \
- lib/plugin/broker.pm || die "sed DATADIR= failed"
-}
-
-src_install() {
- keepdir /var/lib/httpush
-
- insinto /usr/lib/httpush
- doins -r httpush.{dtd,lck,pem,pm} lib
-
- insinto /usr/share/httpush/plugins
- doins plugins/*
-
- newbin httpush.pl httpush
- newbin reindex.pl httpush-reindex
- ewarn "reindex script has been renamed httpush-reindex"
-
- dodoc README ChangeLog doc/*
-}
diff --git a/net-proxy/httpush/metadata.xml b/net-proxy/httpush/metadata.xml
deleted file mode 100644
index 3b217639af03..000000000000
--- a/net-proxy/httpush/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>HTTPush aims at providing an easy way to audit HTTP and HTTPS application/server security. It supports on-the-fly request modification, automated decision making and vulnerability detection through the use of plugins.</longdescription>
- <upstream>
- <remote-id type="sourceforge">httpush</remote-id>
- </upstream>
-</pkgmetadata>