Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IPTables-libiptc/, dev-perl/IPTables-libiptc/files/
Date: Sat, 28 Jan 2017 16:32:01
Message-Id: 1485621114.6cddb23a6286c7d61da0a9e3b6337b278ad0bbcc.polynomial-c@gentoo
1 commit: 6cddb23a6286c7d61da0a9e3b6337b278ad0bbcc
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 16:31:37 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 16:31:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cddb23a
7
8 dev-perl/IPTables-libiptc: Dead upstream since 2011. Removed.
9
10 Also needs ancient iptables.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 .../IPTables-libiptc-0.520.0.ebuild | 37 ----------------------
15 dev-perl/IPTables-libiptc/Manifest | 3 --
16 .../IPTables-libiptc-0.520.0-respect-cflags.patch | 24 --------------
17 dev-perl/IPTables-libiptc/metadata.xml | 16 ----------
18 4 files changed, 80 deletions(-)
19
20 diff --git a/dev-perl/IPTables-libiptc/IPTables-libiptc-0.520.0.ebuild b/dev-perl/IPTables-libiptc/IPTables-libiptc-0.520.0.ebuild
21 deleted file mode 100644
22 index d825799..00000000
23 --- a/dev-perl/IPTables-libiptc/IPTables-libiptc-0.520.0.ebuild
24 +++ /dev/null
25 @@ -1,37 +0,0 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 -# Distributed under the terms of the GNU General Public License v2
28 -# $Id$
29 -
30 -EAPI=5
31 -
32 -MODULE_AUTHOR=HAWK
33 -MODULE_VERSION=0.52
34 -
35 -inherit perl-module toolchain-funcs
36 -
37 -DESCRIPTION="Perl extension for iptables libiptc library"
38 -SRC_URI="${SRC_URI}
39 -https://dev.gentoo.org/~pinkbyte/distfiles/${PN}/${P}-support-for-iptables-1.4.12.patch.bz2
40 -https://dev.gentoo.org/~pinkbyte/distfiles/${PN}/${P}-support-for-iptables-1.4.16.2.patch.bz2"
41 -
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -
45 -# package dependency on iptables is very fragile
46 -# see https://rt.cpan.org/Public/Bug/Display.html?id=70639
47 -RDEPEND="<net-firewall/iptables-1.4.18:="
48 -DEPEND="${RDEPEND}"
49 -
50 -PATCHES=(
51 - "${WORKDIR}/${P}-support-for-iptables-1.4.12.patch"
52 - "${WORKDIR}/${P}-support-for-iptables-1.4.16.2.patch"
53 - "${FILESDIR}/${P}-respect-cflags.patch"
54 -)
55 -
56 -# Most of tests needs root access, but they do not fail without it
57 -SRC_TEST="do"
58 -
59 -src_prepare() {
60 - tc-export CC
61 - perl-module_src_prepare
62 -}
63
64 diff --git a/dev-perl/IPTables-libiptc/Manifest b/dev-perl/IPTables-libiptc/Manifest
65 deleted file mode 100644
66 index 1a22088..00000000
67 --- a/dev-perl/IPTables-libiptc/Manifest
68 +++ /dev/null
69 @@ -1,3 +0,0 @@
70 -DIST IPTables-libiptc-0.52.tar.gz 126058 SHA256 aa06ca77118fd0f8e3c2c7975eaf643b68be677b8085d96b814c31eebb925aca SHA512 df13b852669a0fe5bffe7e7bdcd7f00f22ae1ee73c6f9dcd3f08db5012ed91d48b1dffde6c894fd7d771c4c03ae2195820d019f35b6b3a24b0a2563de9202468 WHIRLPOOL c6755e7c66f6efb6ecbfdf87db5e4b5f82eae5c0120caddab476d61d9058c50e69cf050217bac8d0c29794097ac9fd92394b80b8873178b200ebf4d0525fadee
71 -DIST IPTables-libiptc-0.520.0-support-for-iptables-1.4.12.patch.bz2 17788 SHA256 422b32467b07846b3ff610cafd3dca0721d474cc86547fc371512f0b6a3b3421 SHA512 7ff2368e3e91df69521ed69cfc5ba8941301d4a229cf9bebed6fa374b41512120cddc4adddfbf76ae6ec1a3aa6ca17ebcaadd08b1afe11509b265e54461f7fa8 WHIRLPOOL d7f59ab420f50c3cbf83640f4583e3294b41def55dbd95e14fda62c5bef00334f11b634d370fa1c47bf05558571b69dc94f5fca9348e30b8268bed4a4fe56523
72 -DIST IPTables-libiptc-0.520.0-support-for-iptables-1.4.16.2.patch.bz2 17022 SHA256 e7891e2d0977ed5068ad755aeb94e07e42f5ca06d5495dbc102d2e16cfbbde70 SHA512 a9a07820baf185354f30d597bad9c059d53d194f8a534038557a593bb99f73acb9006ab4f66ea9b777cd4980c273f750e44b58f8cb28bf6fad52893d588aa440 WHIRLPOOL d39f33a71832646ec964163523b43e8f94557121f0ab19dde6abc011e131d3c24eacc10475574132701f115f6a529dac28da0cc042447581e810ca1a500f8fb5
73
74 diff --git a/dev-perl/IPTables-libiptc/files/IPTables-libiptc-0.520.0-respect-cflags.patch b/dev-perl/IPTables-libiptc/files/IPTables-libiptc-0.520.0-respect-cflags.patch
75 deleted file mode 100644
76 index 9453e66..00000000
77 --- a/dev-perl/IPTables-libiptc/files/IPTables-libiptc-0.520.0-respect-cflags.patch
78 +++ /dev/null
79 @@ -1,24 +0,0 @@
80 ---- Makefile.PL.orig 2013-07-10 19:31:29.355162000 +0400
81 -+++ Makefile.PL 2013-07-10 19:32:28.497557436 +0400
82 -@@ -256,7 +256,7 @@
83 - LDDLFLAGS => '-shared -L$(PREFIX)/lib',
84 - ## LDDLFLAGS => '-shared $(LOCAL_LIB_IPTC) -L$(PREFIX)/lib',
85 - LDFLAGS => '-L$(PREFIX)/lib',
86 -- DEFINE => '-g -DIPTABLES_VERSION=\"$(IPTABLES_VERSION)\" -DXTABLES_LIBDIR=\"\$(XTABLES_LIBDIR)\" -DIPTABLES_VERSION_CODE=\$(IPTABLES_VERSION_CODE)',
87 -+ DEFINE => '$(CFLAGS) -DIPTABLES_VERSION=\"$(IPTABLES_VERSION)\" -DXTABLES_LIBDIR=\"\$(XTABLES_LIBDIR)\" -DIPTABLES_VERSION_CODE=\$(IPTABLES_VERSION_CODE)',
88 - # e.g., '-DHAVE_SOMETHING'
89 - INC => '-I/usr/local/include -I./include -I.',
90 - # e.g., '-I. -I/usr/include/other'
91 -
92 ---- iptables/Makefile.orig 2013-07-10 19:37:00.298563274 +0400
93 -+++ iptables/Makefile 2013-07-10 19:37:16.786563628 +0400
94 -@@ -46,8 +46,7 @@
95 - endif
96 - LDLIBS=-ldl $(EXTRALIBS)
97 -
98 --COPT_FLAGS:=-O2
99 --CFLAGS:=$(COPT_FLAGS) -Wall -Wunused -I$(KERNEL_DIR)/include -I$(INCDIR) -I../include/ -fPIC -DXTABLES_INTERNAL -g
100 -+CFLAGS+=-Wall -Wunused -I$(KERNEL_DIR)/include -I$(INCDIR) -I../include/ -fPIC -DXTABLES_INTERNAL
101 - #-g -DDEBUG #-pg # -DIPTC_DEBUG
102 -
103 - DEFINES:=-DIPTABLES_VERSION=\"$(IPTABLES_VERSION)\" -DXTABLES_LIBDIR=\"$(XTABLES_LIBDIR)\" -DIPTABLES_VERSION_CODE=\$(IPTABLES_VERSION_CODE)
104
105 diff --git a/dev-perl/IPTables-libiptc/metadata.xml b/dev-perl/IPTables-libiptc/metadata.xml
106 deleted file mode 100644
107 index 24e5ecf..00000000
108 --- a/dev-perl/IPTables-libiptc/metadata.xml
109 +++ /dev/null
110 @@ -1,16 +0,0 @@
111 -<?xml version="1.0" encoding="UTF-8"?>
112 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
113 -<pkgmetadata>
114 - <maintainer type="person">
115 - <email>pinkbyte@g.o</email>
116 - <name>Sergey Popov</name>
117 - </maintainer>
118 - <maintainer type="project">
119 - <email>perl@g.o</email>
120 - <name>Gentoo Perl Project</name>
121 - </maintainer>
122 - <upstream>
123 - <remote-id type="cpan">IPTables-libiptc</remote-id>
124 - <remote-id type="cpan-module">IPTables::libiptc</remote-id>
125 - </upstream>
126 -</pkgmetadata>