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: profiles/, net-firewall/fwipsec/
Date: Tue, 05 Nov 2019 22:30:23
Message-Id: 1572992938.d683f71a1f6881d81fac3852321346779d6cf68c.mgorny@gentoo
1 commit: d683f71a1f6881d81fac3852321346779d6cf68c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:28:58 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:28:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d683f71a
7
8 net-firewall/fwipsec: 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-firewall/fwipsec/Manifest | 1 -
14 net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild | 30 ----------------------------
15 net-firewall/fwipsec/metadata.xml | 8 --------
16 profiles/package.mask | 1 -
17 4 files changed, 40 deletions(-)
18
19 diff --git a/net-firewall/fwipsec/Manifest b/net-firewall/fwipsec/Manifest
20 deleted file mode 100644
21 index e9d72e1e189..00000000000
22 --- a/net-firewall/fwipsec/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST fwipsec-0.4.2.tar.bz2 13114 BLAKE2B 3f3ade1dd10eeccea57b6c85b7b36a7f6b0e0ada509964bd4e624e9e4d7cf898576deab205c0047b34bb2d08d0bb4af5e914a93ff990a6cf4930a5b4222399b8 SHA512 752af6b937f6b08b3613f50c789911dd09b1648c57b9ab613fe98922c9f38043a1cee9b45a94f02b51031f3ef4feefc29f192beafec4506202925f71f8e82d0d
26
27 diff --git a/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild b/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild
28 deleted file mode 100644
29 index 311c2cf7fdd..00000000000
30 --- a/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild
31 +++ /dev/null
32 @@ -1,30 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=0
37 -
38 -S=${WORKDIR}/${PN}
39 -DESCRIPTION="Firewall scripts that control iptables, FreeS/WAN, and squid"
40 -HOMEPAGE="http://fwipsec.sourceforge.net/"
41 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -IUSE=""
46 -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~sparc x86"
47 -
48 -DEPEND=">=net-firewall/iptables-1.2.7
49 - sys-apps/iproute2"
50 -
51 -src_install() {
52 - exeinto /etc/fwipsec
53 - doexe fwipsec.*
54 - doinitd fwipsec
55 -
56 - dodoc LICENSE DOCS/README*
57 - doman DOCS/*.5
58 -}
59 -
60 -pkg_postinst() {
61 - elog "Edit /etc/fwipsec/fwipsec.defs to set your base rules."
62 -}
63
64 diff --git a/net-firewall/fwipsec/metadata.xml b/net-firewall/fwipsec/metadata.xml
65 deleted file mode 100644
66 index 30534ef172e..00000000000
67 --- a/net-firewall/fwipsec/metadata.xml
68 +++ /dev/null
69 @@ -1,8 +0,0 @@
70 -<?xml version="1.0" encoding="UTF-8"?>
71 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
72 -<pkgmetadata>
73 - <!-- maintainer-needed -->
74 - <upstream>
75 - <remote-id type="sourceforge">fwipsec</remote-id>
76 - </upstream>
77 -</pkgmetadata>
78
79 diff --git a/profiles/package.mask b/profiles/package.mask
80 index ef914b73234..696c3d26964 100644
81 --- a/profiles/package.mask
82 +++ b/profiles/package.mask
83 @@ -401,7 +401,6 @@ media-gfx/fblogo
84 net-dialup/globespan-adsl
85 net-dns/bind-dns-keygen
86 net-firewall/fwanalog
87 -net-firewall/fwipsec
88 sys-auth/pam_require
89
90 # Michał Górny <mgorny@g.o> (2019-10-04)