net-proxy/ratproxy: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:20:17 +0000 (23:20 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:20:17 +0000 (23:20 +0100)
Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-proxy/ratproxy/Manifest [deleted file]
net-proxy/ratproxy/files/ratproxy-Makefile.patch [deleted file]
net-proxy/ratproxy/metadata.xml [deleted file]
net-proxy/ratproxy/ratproxy-1.58.ebuild [deleted file]
profiles/package.mask

diff --git a/net-proxy/ratproxy/Manifest b/net-proxy/ratproxy/Manifest
deleted file mode 100644 (file)
index 568de9c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST ratproxy-1.58.tar.gz 168700 BLAKE2B fdb4fad6581a96a4a7124db9ccc04c487d36afb5f2b6a3019a59d98f9bb31dc1beb7a352a634b7a33ba192fd8f6e3bcdc0c1a704a7c575529d318ddb219b609e SHA512 432189c5863e0937f4dea92087847e6af1563e7a49a6b91b3f610ceb5aa1e25ac24a3bd837298abccfece7b1ad088ffe20cbfcb540dee164a4264bcb10ce89a2
diff --git a/net-proxy/ratproxy/files/ratproxy-Makefile.patch b/net-proxy/ratproxy/files/ratproxy-Makefile.patch
deleted file mode 100644 (file)
index 323b52d..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.bak       2008-07-08 21:34:10.000000000 +0200
-+++ Makefile   2008-07-08 21:35:34.000000000 +0200
-@@ -20,13 +20,13 @@
- #
- PROGNAME = ratproxy
--CFLAGS         = -Wall -O3 -Wno-pointer-sign -D_GNU_SOURCE
--LDFLAGS  = -lcrypto -lssl
-+CFLAGS        += -Wall -Wno-pointer-sign -D_GNU_SOURCE
-+LIBS  = -lcrypto -lssl
- all: $(PROGNAME) flare-check
- $(PROGNAME): $(PROGNAME).c http.c mime.c ssl.c http.h mime.h ssl.h nlist.h config.h debug.h types.h string-inl.h
--      $(CC) $(PROGNAME).c -o $(PROGNAME)  $(CFLAGS) http.c mime.c ssl.c $(LDFLAGS)
-+      $(CC) $(PROGNAME).c -o $(PROGNAME)  $(CFLAGS) $(LDFLAGS) http.c mime.c ssl.c $(LIBS)
- flare-check:
-       @flare-dist/flare 2>&1 | grep -qF Igor || ( \
diff --git a/net-proxy/ratproxy/metadata.xml b/net-proxy/ratproxy/metadata.xml
deleted file mode 100644 (file)
index 333a1ad..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription lang="en">A semi-automated, largely passive web application security audit tool,
-               optimized for an accurate and sensitive detection, and automatic
-               annotation, of potential problems and security-relevant design patterns
-               based on the observation of existing, user-initiated traffic in complex
-               web 2.0 environments.
-               Detects and prioritizes broad classes of security problems, such as
-               dynamic cross-site trust model considerations, script inclusion issues,
-               content serving problems, insufficient XSRF and XSS defenses, and much
-               more.</longdescription>
-       <upstream>
-               <remote-id type="google-code">ratproxy</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/net-proxy/ratproxy/ratproxy-1.58.ebuild b/net-proxy/ratproxy/ratproxy-1.58.ebuild
deleted file mode 100644 (file)
index dee8b36..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="A semi-automated, largely passive web application security audit tool"
-HOMEPAGE="https://code.google.com/p/ratproxy/"
-SRC_URI="https://ratproxy.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/openssl"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${PN}
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-
-       sed -i -e "s:keyfile\.pem:/usr/share/${PN}/&:" ssl.c
-       sed -r -i -e "s:(ratproxy-back\.png|messages\.list):/usr/share/${PN}/&:" ratproxy-report.sh
-       epatch "${FILESDIR}"/${PN}-Makefile.patch
-}
-
-src_compile() {
-       tc-export CC
-
-       emake || die "emake failed"
-}
-
-src_install() {
-       dobin ${PN}-report.sh || die "install failed"
-       dobin ${PN} || die "install failed"
-       dodoc doc/{README,TODO}
-       insinto /usr/share/${PN}
-       doins keyfile.pem ratproxy-back.png messages.list
-}
index 385eba9326182d4b8cb5ba524038956e9e71f5f4..12cc4ccd1229a3f8729b32bb1bcddfcb2bbad9a7 100644 (file)
@@ -420,7 +420,6 @@ net-news/yencode
 net-nntp/slrnconf
 net-nntp/ubh
 net-p2p/ctcs
-net-proxy/ratproxy
 sys-auth/pam_require
 
 # Michał Górny <mgorny@gentoo.org> (2019-10-04)