summaryrefslogtreecommitdiff
path: root/net-proxy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
commit2f8db31405fac68eea6f7257d58529243815033b (patch)
tree54259cc8988a98a10586fc0496b1f3501cd1e2a1 /net-proxy
parenta4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (diff)
gentoo resync : 30.04.2018
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/Manifest.gzbin6383 -> 6217 bytes
-rw-r--r--net-proxy/httpush/Manifest3
-rw-r--r--net-proxy/httpush/httpush-0.9_beta11-r1.ebuild60
-rw-r--r--net-proxy/httpush/metadata.xml9
4 files changed, 0 insertions, 72 deletions
diff --git a/net-proxy/Manifest.gz b/net-proxy/Manifest.gz
index 718c9eed29d9..6be314a34c92 100644
--- a/net-proxy/Manifest.gz
+++ b/net-proxy/Manifest.gz
Binary files differ
diff --git a/net-proxy/httpush/Manifest b/net-proxy/httpush/Manifest
deleted file mode 100644
index c563d742677c..000000000000
--- a/net-proxy/httpush/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST httpush-0.9b11.tar.gz 39342 BLAKE2B 668f7578e7b58af9c39c68ae94f372035363e6d22cf0a70463f2a382cb79ed679b6b5a79fd504db3ec0351c18db227c5ac5e0535e758735795e12622dbad79a2 SHA512 28f5843de8aaab2f1b1b89afb79cc15b134184781db7926dab3096359bb03db7dc8252a4eb0e89c61412692b8d2a5d6bf683e005862bc553fec754b0d48ac372
-EBUILD httpush-0.9_beta11-r1.ebuild 1333 BLAKE2B 61c09900517301625308d188a8e35665268b093ce98ff4885c1bc440ca182f596d7db6ba1c3671b835c7a7c8995f9bc5cd28885909df250f73043a43e4cad464 SHA512 a0bf21d42c46af758fd2b881c72b8ef4b1a43472244a96b5bbec671c7a63c07f9c02795c99914cd2e1fe11ac202d557085e08c834a10cfe34e180f0d13bb69c5
-MISC metadata.xml 498 BLAKE2B ac137ac37246638117b62bdedad5bcb1933eb477b0286dfa492601df91d05e02a03dd4700a3328dfdfff5d4bb516cb6d8e5e3c5ece2d01dc9b368d24b69a98ba SHA512 ffd18f1f753b82aa9f51f2bdb56a190f1260fd2389f4b3f08f9182c1518341355194916e4153b7f7d6a8054f7337992da4d7cb0039a78c819b45aa58267ffd13
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>