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-libs/socket++/, profiles/, net-libs/socket++/files/
Date: Mon, 31 Oct 2016 16:24:51
Message-Id: 1477931085.875e0674bf9a5c8e72d7658b0cba4b7fd3907d6d.mgorny@gentoo
1 commit: 875e0674bf9a5c8e72d7658b0cba4b7fd3907d6d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 16:21:14 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 16:24:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875e0674
7
8 net-libs/socket++: Remove last-rited pkg, #595754
9
10 net-libs/socket++/Manifest | 2 --
11 .../socket++/files/socket++-1.12.12-gcc47.patch | 20 -----------
12 net-libs/socket++/files/socket++.pc | 11 ------
13 net-libs/socket++/metadata.xml | 9 -----
14 net-libs/socket++/socket++-1.12.12-r2.ebuild | 41 ----------------------
15 net-libs/socket++/socket++-1.12.13.ebuild | 41 ----------------------
16 profiles/package.mask | 6 ----
17 7 files changed, 130 deletions(-)
18
19 diff --git a/net-libs/socket++/Manifest b/net-libs/socket++/Manifest
20 deleted file mode 100644
21 index e524a0f..00000000
22 --- a/net-libs/socket++/Manifest
23 +++ /dev/null
24 @@ -1,2 +0,0 @@
25 -DIST socket++-1.12.12.tar.gz 64373 SHA256 e779cfe92ee2fd73841f91b0192350e5b796bedc11f1e69c4f1d792851cdc28d SHA512 3cc45721da058114586553e9d758fbbba5a135cd09289b5362dd573a2070aa3330d7b7d08b42a39fbb874314aa7e6f05bf571d36628ef63ba95ff6e1e9b356b6 WHIRLPOOL 5e2f2bfc6ef4433db3ab2e26e3c94eeb301c85283602a60b8eeef6379c609dbbd2d649810ca15f822cc4d8774b0d7a59ce04c15692f004d7420ad6bcdafaf67d
26 -DIST socket++-1.12.13.tar.gz 64263 SHA256 755cdcac06d40fcca2b221f840e05f89a86298bc3bfc518b51a57b42f0512b19 SHA512 080f4cc71c4edcf56d81b8574ff357bc24f7a740a6a3c7e92a2dfd7d8910193e919fc270fcc8e96ea769518854b6e45ec79b949ecaef69f30edf821ae4bd625b WHIRLPOOL c08fd6641089107933f8c91a4b483881a7798aecf88702f17bd83f880698abcbb20f2951c39c4a0e49e495bbf9092ed614cb2aca1c99f86951b4598b6bdfe3d1
27
28 diff --git a/net-libs/socket++/files/socket++-1.12.12-gcc47.patch b/net-libs/socket++/files/socket++-1.12.12-gcc47.patch
29 deleted file mode 100644
30 index 62a62b0..00000000
31 --- a/net-libs/socket++/files/socket++-1.12.12-gcc47.patch
32 +++ /dev/null
33 @@ -1,20 +0,0 @@
34 ---- test/thostnames.C~ 2004-06-29 08:47:52.000000000 +0200
35 -+++ test/thostnames.C 2013-09-07 10:30:24.159157101 +0200
36 -@@ -23,7 +23,7 @@
37 - {
38 - public:
39 - test () : iosockinet (sockbuf::sock_stream) {
40 -- cout << "Constructor rdbuf: " << (unsigned int) rdbuf() << endl;
41 -+ cout << "Constructor rdbuf: " << (size_t) rdbuf() << endl;
42 - }
43 - };
44 -
45 -@@ -39,7 +39,7 @@
46 - }
47 -
48 - sio.rdbuf()->setname ("Testsocket");
49 -- cout << "rdbuf: " << (unsigned int) sio.rdbuf() << "\n";
50 -+ cout << "rdbuf: " << (size_t) sio.rdbuf() << "\n";
51 - cout << "socketname: " << sio.rdbuf()->getname() << endl;
52 -
53 - try {
54
55 diff --git a/net-libs/socket++/files/socket++.pc b/net-libs/socket++/files/socket++.pc
56 deleted file mode 100644
57 index 4faaa9c..00000000
58 --- a/net-libs/socket++/files/socket++.pc
59 +++ /dev/null
60 @@ -1,11 +0,0 @@
61 -prefix=/usr
62 -exec_prefix=/usr/bin
63 -libdir=/usr/lib
64 -includedir=/usr/include
65 -
66 -Name: socket++
67 -Version: PV
68 -Description: A C++ Socket Library
69 -Requires:
70 -Libs: -L/usr/lib -lsocket++
71 -Cflags: -I/usr/include
72
73 diff --git a/net-libs/socket++/metadata.xml b/net-libs/socket++/metadata.xml
74 deleted file mode 100644
75 index bcdcbde..00000000
76 --- a/net-libs/socket++/metadata.xml
77 +++ /dev/null
78 @@ -1,9 +0,0 @@
79 -<?xml version="1.0" encoding="UTF-8"?>
80 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
81 -<pkgmetadata>
82 - <maintainer type="project">
83 - <email>cpp@g.o</email>
84 - <name>Gentoo C++ Project</name>
85 - </maintainer>
86 - <longdescription>Socket++ library defines a family of C++ classes that can be used more effectively than directly calling the underlying low-level system functions.</longdescription>
87 -</pkgmetadata>
88
89 diff --git a/net-libs/socket++/socket++-1.12.12-r2.ebuild b/net-libs/socket++/socket++-1.12.12-r2.ebuild
90 deleted file mode 100644
91 index c223ff7..00000000
92 --- a/net-libs/socket++/socket++-1.12.12-r2.ebuild
93 +++ /dev/null
94 @@ -1,41 +0,0 @@
95 -# Copyright 1999-2015 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -# $Id$
98 -
99 -EAPI=5
100 -
101 -AUTOTOOLS_AUTORECONF=1
102 -inherit autotools-utils
103 -
104 -DESCRIPTION="C++ Socket Library"
105 -HOMEPAGE="http://www.linuxhacker.at/socketxx/"
106 -SRC_URI="http://www.linuxhacker.at/linux/downloads/src/${P}.tar.gz"
107 -
108 -LICENSE="freedist GPL-2+"
109 -SLOT="0"
110 -KEYWORDS="~alpha amd64 ~mips x86"
111 -
112 -IUSE="debug static-libs"
113 -
114 -RESTRICT="bindist"
115 -
116 -DEPEND="sys-apps/texinfo"
117 -RDEPEND=""
118 -
119 -DOCS=( AUTHORS ChangeLog NEWS README README2 README3 THANKS )
120 -
121 -PATCHES=( "${FILESDIR}/${P}-gcc47.patch" )
122 -
123 -src_prepare() {
124 - # bug #514246
125 - sed -i -e 's/@subsection t/@section t/g' doc/socket++.texi || die
126 -
127 - autotools-utils_src_prepare
128 -}
129 -
130 -src_configure() {
131 - local myeconfargs=(
132 - $(use_enable debug)
133 - )
134 - autotools-utils_src_configure
135 -}
136
137 diff --git a/net-libs/socket++/socket++-1.12.13.ebuild b/net-libs/socket++/socket++-1.12.13.ebuild
138 deleted file mode 100644
139 index 7fe0dcc..00000000
140 --- a/net-libs/socket++/socket++-1.12.13.ebuild
141 +++ /dev/null
142 @@ -1,41 +0,0 @@
143 -# Copyright 1999-2015 Gentoo Foundation
144 -# Distributed under the terms of the GNU General Public License v2
145 -# $Id$
146 -
147 -EAPI=5
148 -
149 -AUTOTOOLS_AUTORECONF=1
150 -inherit autotools-utils
151 -
152 -DESCRIPTION="C++ Socket Library"
153 -HOMEPAGE="http://www.linuxhacker.at/socketxx/"
154 -SRC_URI="http://src.linuxhacker.at/socket++/${P}.tar.gz"
155 -
156 -LICENSE="freedist GPL-2+"
157 -SLOT="0"
158 -KEYWORDS="~alpha ~amd64 ~mips ~x86"
159 -
160 -IUSE="debug static-libs"
161 -
162 -RESTRICT="bindist"
163 -
164 -DEPEND="sys-apps/texinfo"
165 -RDEPEND=""
166 -
167 -DOCS=( AUTHORS ChangeLog NEWS README README2 README3 THANKS )
168 -
169 -PATCHES=( "${FILESDIR}/${PN}-1.12.12-gcc47.patch" )
170 -
171 -src_prepare() {
172 - # bug #514246
173 - sed -i -e 's/@subsection t/@section t/g' doc/socket++.texi || die
174 -
175 - autotools-utils_src_prepare
176 -}
177 -
178 -src_configure() {
179 - local myeconfargs=(
180 - $(use_enable debug)
181 - )
182 - autotools-utils_src_configure
183 -}
184
185 diff --git a/profiles/package.mask b/profiles/package.mask
186 index 6f814e9..9dd426b 100644
187 --- a/profiles/package.mask
188 +++ b/profiles/package.mask
189 @@ -366,12 +366,6 @@ dev-tcltk/tcl-gtk
190 # porting to vte:2.91 (#595914). Removal in a month.
191 x11-terms/terra
192
193 -# David Seifert <soap@g.o> (01 Oct 2016)
194 -# Masked for failing to build with C++11, ancient codebase,
195 -# dead upstream, no updates in 5 years. No revdeps.
196 -# Mask for removal in 30 days. Bug #595754
197 -net-libs/socket++
198 -
199 # Fabian Groffen <grobian@g.o> (25 Sep 2016)
200 # Mask Exim RCs
201 =mail-mta/exim-4.88_rc2