Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: net-firewall/gcb/, net-firewall/gcb/files/
Date: Mon, 21 Sep 2015 14:05:02
Message-Id: 1442838593.8e75036ead9c89c714b89fab9ec18e53e5fce91e.jlec@gentoo
1 commit: 8e75036ead9c89c714b89fab9ec18e53e5fce91e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 12:29:53 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 12:29:53 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8e75036e
7
8 Drop obsolete package Sources unavailable
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 net-firewall/gcb/ChangeLog | 13 ----
13 net-firewall/gcb/files/gcb-1.5.6-shared.patch | 104 --------------------------
14 net-firewall/gcb/gcb-1.5.6.ebuild | 30 --------
15 net-firewall/gcb/metadata.xml | 15 ----
16 4 files changed, 162 deletions(-)
17
18 diff --git a/net-firewall/gcb/ChangeLog b/net-firewall/gcb/ChangeLog
19 deleted file mode 100644
20 index 1ebf93c..0000000
21 --- a/net-firewall/gcb/ChangeLog
22 +++ /dev/null
23 @@ -1,13 +0,0 @@
24 -# ChangeLog for net-firewall/gcb
25 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 -# $Id$
27 -
28 - 24 Jun 2011; Justin Lecher <jlec@g.o> gcb-1.5.6.ebuild:
29 - Sort inherit and/or USE
30 -
31 -*gcb-1.5.6 (23 Oct 2009)
32 -
33 - 23 Oct 2009; Sébastien Fabbro <bicatali@g.o> +gcb-1.5.6.ebuild,
34 - +files/gcb-1.5.6-shared.patch, +metadata.xml:
35 - Initial import, needed for condor
36 -
37
38 diff --git a/net-firewall/gcb/files/gcb-1.5.6-shared.patch b/net-firewall/gcb/files/gcb-1.5.6-shared.patch
39 deleted file mode 100644
40 index 9f66e9f..0000000
41 --- a/net-firewall/gcb/files/gcb-1.5.6-shared.patch
42 +++ /dev/null
43 @@ -1,104 +0,0 @@
44 -diff -Nur gcb-1.5.6.orig/configure.ac gcb-1.5.6/configure.ac
45 ---- gcb-1.5.6.orig/configure.ac 2009-10-23 20:26:41.000000000 +0100
46 -+++ gcb-1.5.6/configure.ac 2009-10-23 20:27:13.000000000 +0100
47 -@@ -20,9 +20,7 @@
48 - AC_PROG_AWK
49 - AC_PROG_CC
50 - AC_PROG_CXX
51 --AC_PROG_INSTALL
52 --AC_PROG_LN_S
53 --AC_PROG_RANLIB
54 -+AC_PROG_LIBTOOL
55 -
56 - if test x$_cv_uname_sysname = "xIRIX" ; then
57 - CHECK_SOURCE_STANDARDS_DEFINE([_SGI_SOURCE],[1],
58 -diff -Nur gcb-1.5.6.orig/src/client/Makefile.am gcb-1.5.6/src/client/Makefile.am
59 ---- gcb-1.5.6.orig/src/client/Makefile.am 2009-10-23 20:26:41.000000000 +0100
60 -+++ gcb-1.5.6/src/client/Makefile.am 2009-10-23 21:19:34.000000000 +0100
61 -@@ -22,12 +22,13 @@
62 -
63 - AM_CFLAGS = -Wall
64 -
65 --lib_LIBRARIES = libGCB.a
66 --libGCB_a_SOURCES = accept.c client_util.c dup.c get_GCB_env.c \
67 -+lib_LTLIBRARIES = libGCB.la
68 -+libGCB_la_SOURCES = accept.c client_util.c dup.c get_GCB_env.c \
69 - inherit.c route.c serialize.c active.c close.c getsockname.c \
70 - init.c select.c socket.c async_event.c connect.c execv.c \
71 - getsockopt.c listen.c send.c bind.c data.c heartbeat.c recv.c \
72 - sendto.c generic_socket.c wrap.c non_block.c query.c
73 -
74 --libGCB_a_LIBADD = ../common/log.o ../common/util.o ../common/ex_cmd.o ../common/gcbstring.o
75 -+libGCB_la_LIBADD = ../common/log.lo ../common/util.lo ../common/ex_cmd.lo ../common/gcbstring.lo
76 -+libGCB_la_LDFLAGS = -Wl,--wrap,socket -Wl,--wrap,bind -Wl,--wrap,listen -Wl,--wrap,connect -Wl,--wrap,accept -Wl,--wrap,select -Wl,--wrap,recv -Wl,--wrap,read -Wl,--wrap,recvfrom -Wl,--wrap,send -Wl,--wrap,sendto -Wl,--wrap,write -Wl,--wrap,close -Wl,--wrap,dup -Wl,--wrap,dup2 -Wl,--wrap,getsockname -Wl,--wrap,getsockaddr -Wl,--wrap,getsockopt -Wl,--wrap,execv -Wl,--wrap,execve -Wl,--wrap,execl
77 - noinst_HEADERS = client.h
78 -diff -Nur gcb-1.5.6.orig/src/common/Makefile.am gcb-1.5.6/src/common/Makefile.am
79 ---- gcb-1.5.6.orig/src/common/Makefile.am 2009-10-23 20:26:41.000000000 +0100
80 -+++ gcb-1.5.6/src/common/Makefile.am 2009-10-23 20:28:10.000000000 +0100
81 -@@ -24,7 +24,7 @@
82 -
83 - ## This library is not being installed on user's site. This is just for
84 - ## internal use
85 --noinst_LIBRARIES = libGCBcomm.a
86 -+noinst_LTLIBRARIES = libGCBcomm.la
87 -
88 - ## Source files in library
89 --libGCBcomm_a_SOURCES = log.c util.c ex_cmd.c get_exec_path.c gcbstring.c
90 -+libGCBcomm_la_SOURCES = log.c util.c ex_cmd.c get_exec_path.c gcbstring.c
91 -diff -Nur gcb-1.5.6.orig/src/server/Makefile.am gcb-1.5.6/src/server/Makefile.am
92 ---- gcb-1.5.6.orig/src/server/Makefile.am 2009-10-23 20:26:41.000000000 +0100
93 -+++ gcb-1.5.6/src/server/Makefile.am 2009-10-23 20:29:58.000000000 +0100
94 -@@ -20,7 +20,7 @@
95 - ## Makefile.am -- Process this file with automake to produce Makefile.in
96 -
97 - INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
98 --LDADD = ../common/libGCBcomm.a
99 -+LDADD = ../common/libGCBcomm.la
100 - AM_CFLAGS = -Wall
101 - AM_CXXFLAGS = -Wall
102 -
103 -diff -Nur gcb-1.5.6.orig/src/test/Makefile.am gcb-1.5.6/src/test/Makefile.am
104 ---- gcb-1.5.6.orig/src/test/Makefile.am 2009-10-23 20:26:41.000000000 +0100
105 -+++ gcb-1.5.6/src/test/Makefile.am 2009-10-23 20:52:17.000000000 +0100
106 -@@ -24,7 +24,7 @@
107 - AM_CXXFLAGS = -Wall
108 -
109 - # Programs to build and install
110 --noinst_PROGRAMS = log_t GCB_t EchoServer TCPecho get_exec_path_t\
111 -+check_PROGRAMS = log_t GCB_t EchoServer TCPecho get_exec_path_t\
112 - tcp_server_1 tcp_client_1\
113 - udp_server_1 udp_client_1\
114 - tcp_server_2 tcp_client_2\
115 -@@ -35,16 +35,16 @@
116 -
117 - # log_t source and lib
118 - log_t_SOURCES = log_t.c
119 --log_t_LDADD = ../common/libGCBcomm.a
120 -+log_t_LDADD = ../common/libGCBcomm.la
121 -
122 - get_exec_path_t_SOURCES = get_exec_path_t.c
123 --get_exec_path_t_LDADD = ../common/libGCBcomm.a
124 -+get_exec_path_t_LDADD = ../common/libGCBcomm.la
125 -
126 - # RUDP_t source and lib
127 - #RUDP_t_SOURCES = RUDP_t.C
128 --#RUDP_t_LDADD = ../common/libGCBcomm.a
129 -+#RUDP_t_LDADD = ../common/libGCBcomm.la
130 -
131 --GCB_TEST_LIB = ../client/libGCB.a ../common/libGCBcomm.a
132 -+GCB_TEST_LIB = ../client/libGCB.la ../common/libGCBcomm.la
133 -
134 - # GCB_t source and lib
135 - GCB_t_SOURCES = GCB_t.C
136 -diff -Nur gcb-1.5.6.orig/src/tools/Makefile.am gcb-1.5.6/src/tools/Makefile.am
137 ---- gcb-1.5.6.orig/src/tools/Makefile.am 2009-10-23 20:26:41.000000000 +0100
138 -+++ gcb-1.5.6/src/tools/Makefile.am 2009-10-23 20:30:20.000000000 +0100
139 -@@ -20,7 +20,7 @@
140 - ## Makefile.am -- Process this file with automake to produce Makefile.in
141 -
142 - INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
143 --LDADD = ../common/libGCBcomm.a
144 -+LDADD = ../common/libGCBcomm.la
145 - AM_CFLAGS = -Wall
146 - AM_CXXFLAGS = -Wall
147 -
148
149 diff --git a/net-firewall/gcb/gcb-1.5.6.ebuild b/net-firewall/gcb/gcb-1.5.6.ebuild
150 deleted file mode 100644
151 index 15ae2a9..0000000
152 --- a/net-firewall/gcb/gcb-1.5.6.ebuild
153 +++ /dev/null
154 @@ -1,30 +0,0 @@
155 -# Copyright 1999-2014 Gentoo Foundation
156 -# Distributed under the terms of the GNU General Public License v2
157 -# $Id$
158 -
159 -EAPI=4
160 -
161 -inherit autotools eutils
162 -
163 -DESCRIPTION="Generic Connection Brokering for communications over firewall/NAT"
164 -HOMEPAGE="http://www.cs.wisc.edu/condor/gcb"
165 -SRC_URI="${HOMEPAGE}/download/${P}.tar.gz"
166 -
167 -LICENSE="Apache-2.0"
168 -SLOT="0"
169 -KEYWORDS="~amd64 ~x86"
170 -IUSE="doc"
171 -
172 -src_prepare() {
173 - epatch "${FILESDIR}"/${P}-shared.patch
174 - eautoreconf
175 -}
176 -
177 -src_install() {
178 - emake DESTDIR="${D}" install
179 - dodoc AUTHORS ChangeLog NOTICE.txt doc/protocol.txt
180 - if use doc; then
181 - insinto /usr/share/doc/${PF}
182 - doins doc/*.pdf
183 - fi
184 -}
185
186 diff --git a/net-firewall/gcb/metadata.xml b/net-firewall/gcb/metadata.xml
187 deleted file mode 100644
188 index ad33ad2..0000000
189 --- a/net-firewall/gcb/metadata.xml
190 +++ /dev/null
191 @@ -1,15 +0,0 @@
192 -<?xml version="1.0" encoding="UTF-8"?>
193 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
194 -<pkgmetadata>
195 - <herd>cluster</herd>
196 - <maintainer>
197 - <email>bicatali@g.o</email>
198 - </maintainer>
199 - <longdescription lang="en">
200 - Generic Connection Brokering (GCB) is a firewall/NAT traversal
201 - solution that enables communications over firewall/NAT. It consists
202 - of daemon processes and a communication library that is supposed to
203 - be linked with applications. GCB enables connections into networks
204 - behind firewall/NAT by reversing the direction of the connections.
205 -</longdescription>
206 -</pkgmetadata>