Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/ratproxy/files/, net-proxy/ratproxy/, profiles/
Date: Tue, 05 Nov 2019 22:21:22
Message-Id: 1572992417.5c4ba92ca6fabad7163b6ea2fbf49f55257aed25.mgorny@gentoo
1 commit: 5c4ba92ca6fabad7163b6ea2fbf49f55257aed25
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:20:17 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:20:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4ba92c
7
8 net-proxy/ratproxy: Remove last-rited pkg
9
10 Bug: https://bugs.gentoo.org/696252
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-proxy/ratproxy/Manifest | 1 -
14 net-proxy/ratproxy/files/ratproxy-Makefile.patch | 19 -----------
15 net-proxy/ratproxy/metadata.xml | 17 ----------
16 net-proxy/ratproxy/ratproxy-1.58.ebuild | 43 ------------------------
17 profiles/package.mask | 1 -
18 5 files changed, 81 deletions(-)
19
20 diff --git a/net-proxy/ratproxy/Manifest b/net-proxy/ratproxy/Manifest
21 deleted file mode 100644
22 index 568de9c6699..00000000000
23 --- a/net-proxy/ratproxy/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST ratproxy-1.58.tar.gz 168700 BLAKE2B fdb4fad6581a96a4a7124db9ccc04c487d36afb5f2b6a3019a59d98f9bb31dc1beb7a352a634b7a33ba192fd8f6e3bcdc0c1a704a7c575529d318ddb219b609e SHA512 432189c5863e0937f4dea92087847e6af1563e7a49a6b91b3f610ceb5aa1e25ac24a3bd837298abccfece7b1ad088ffe20cbfcb540dee164a4264bcb10ce89a2
27
28 diff --git a/net-proxy/ratproxy/files/ratproxy-Makefile.patch b/net-proxy/ratproxy/files/ratproxy-Makefile.patch
29 deleted file mode 100644
30 index 323b52d1ff1..00000000000
31 --- a/net-proxy/ratproxy/files/ratproxy-Makefile.patch
32 +++ /dev/null
33 @@ -1,19 +0,0 @@
34 ---- Makefile.bak 2008-07-08 21:34:10.000000000 +0200
35 -+++ Makefile 2008-07-08 21:35:34.000000000 +0200
36 -@@ -20,13 +20,13 @@
37 - #
38 -
39 - PROGNAME = ratproxy
40 --CFLAGS = -Wall -O3 -Wno-pointer-sign -D_GNU_SOURCE
41 --LDFLAGS = -lcrypto -lssl
42 -+CFLAGS += -Wall -Wno-pointer-sign -D_GNU_SOURCE
43 -+LIBS = -lcrypto -lssl
44 -
45 - all: $(PROGNAME) flare-check
46 -
47 - $(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
48 -- $(CC) $(PROGNAME).c -o $(PROGNAME) $(CFLAGS) http.c mime.c ssl.c $(LDFLAGS)
49 -+ $(CC) $(PROGNAME).c -o $(PROGNAME) $(CFLAGS) $(LDFLAGS) http.c mime.c ssl.c $(LIBS)
50 -
51 - flare-check:
52 - @flare-dist/flare 2>&1 | grep -qF Igor || ( \
53
54 diff --git a/net-proxy/ratproxy/metadata.xml b/net-proxy/ratproxy/metadata.xml
55 deleted file mode 100644
56 index 333a1ada7c4..00000000000
57 --- a/net-proxy/ratproxy/metadata.xml
58 +++ /dev/null
59 @@ -1,17 +0,0 @@
60 -<?xml version="1.0" encoding="UTF-8"?>
61 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 -<pkgmetadata>
63 -<!-- maintainer-needed -->
64 -<longdescription lang="en">A semi-automated, largely passive web application security audit tool,
65 - optimized for an accurate and sensitive detection, and automatic
66 - annotation, of potential problems and security-relevant design patterns
67 - based on the observation of existing, user-initiated traffic in complex
68 - web 2.0 environments.
69 - Detects and prioritizes broad classes of security problems, such as
70 - dynamic cross-site trust model considerations, script inclusion issues,
71 - content serving problems, insufficient XSRF and XSS defenses, and much
72 - more.</longdescription>
73 - <upstream>
74 - <remote-id type="google-code">ratproxy</remote-id>
75 - </upstream>
76 -</pkgmetadata>
77
78 diff --git a/net-proxy/ratproxy/ratproxy-1.58.ebuild b/net-proxy/ratproxy/ratproxy-1.58.ebuild
79 deleted file mode 100644
80 index dee8b368423..00000000000
81 --- a/net-proxy/ratproxy/ratproxy-1.58.ebuild
82 +++ /dev/null
83 @@ -1,43 +0,0 @@
84 -# Copyright 1999-2018 Gentoo Foundation
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=0
88 -
89 -inherit eutils flag-o-matic
90 -
91 -DESCRIPTION="A semi-automated, largely passive web application security audit tool"
92 -HOMEPAGE="https://code.google.com/p/ratproxy/"
93 -SRC_URI="https://ratproxy.googlecode.com/files/${P}.tar.gz"
94 -
95 -LICENSE="Apache-2.0"
96 -SLOT="0"
97 -KEYWORDS="~amd64 ~x86"
98 -IUSE=""
99 -
100 -DEPEND="dev-libs/openssl"
101 -RDEPEND="${DEPEND}"
102 -
103 -S="${WORKDIR}"/${PN}
104 -
105 -src_unpack() {
106 - unpack ${A}
107 - cd "${S}"
108 -
109 - sed -i -e "s:keyfile\.pem:/usr/share/${PN}/&:" ssl.c
110 - sed -r -i -e "s:(ratproxy-back\.png|messages\.list):/usr/share/${PN}/&:" ratproxy-report.sh
111 - epatch "${FILESDIR}"/${PN}-Makefile.patch
112 -}
113 -
114 -src_compile() {
115 - tc-export CC
116 -
117 - emake || die "emake failed"
118 -}
119 -
120 -src_install() {
121 - dobin ${PN}-report.sh || die "install failed"
122 - dobin ${PN} || die "install failed"
123 - dodoc doc/{README,TODO}
124 - insinto /usr/share/${PN}
125 - doins keyfile.pem ratproxy-back.png messages.list
126 -}
127
128 diff --git a/profiles/package.mask b/profiles/package.mask
129 index 385eba93261..12cc4ccd122 100644
130 --- a/profiles/package.mask
131 +++ b/profiles/package.mask
132 @@ -420,7 +420,6 @@ net-news/yencode
133 net-nntp/slrnconf
134 net-nntp/ubh
135 net-p2p/ctcs
136 -net-proxy/ratproxy
137 sys-auth/pam_require
138
139 # Michał Górny <mgorny@g.o> (2019-10-04)