commit:     875e0674bf9a5c8e72d7658b0cba4b7fd3907d6d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 16:21:14 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 16:24:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875e0674

net-libs/socket++: Remove last-rited pkg, #595754

 net-libs/socket++/Manifest                         |  2 --
 .../socket++/files/socket++-1.12.12-gcc47.patch    | 20 -----------
 net-libs/socket++/files/socket++.pc                | 11 ------
 net-libs/socket++/metadata.xml                     |  9 -----
 net-libs/socket++/socket++-1.12.12-r2.ebuild       | 41 ----------------------
 net-libs/socket++/socket++-1.12.13.ebuild          | 41 ----------------------
 profiles/package.mask                              |  6 ----
 7 files changed, 130 deletions(-)

diff --git a/net-libs/socket++/Manifest b/net-libs/socket++/Manifest
deleted file mode 100644
index e524a0f..00000000
--- a/net-libs/socket++/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST socket++-1.12.12.tar.gz 64373 SHA256 
e779cfe92ee2fd73841f91b0192350e5b796bedc11f1e69c4f1d792851cdc28d SHA512 
3cc45721da058114586553e9d758fbbba5a135cd09289b5362dd573a2070aa3330d7b7d08b42a39fbb874314aa7e6f05bf571d36628ef63ba95ff6e1e9b356b6
 WHIRLPOOL 
5e2f2bfc6ef4433db3ab2e26e3c94eeb301c85283602a60b8eeef6379c609dbbd2d649810ca15f822cc4d8774b0d7a59ce04c15692f004d7420ad6bcdafaf67d
-DIST socket++-1.12.13.tar.gz 64263 SHA256 
755cdcac06d40fcca2b221f840e05f89a86298bc3bfc518b51a57b42f0512b19 SHA512 
080f4cc71c4edcf56d81b8574ff357bc24f7a740a6a3c7e92a2dfd7d8910193e919fc270fcc8e96ea769518854b6e45ec79b949ecaef69f30edf821ae4bd625b
 WHIRLPOOL 
c08fd6641089107933f8c91a4b483881a7798aecf88702f17bd83f880698abcbb20f2951c39c4a0e49e495bbf9092ed614cb2aca1c99f86951b4598b6bdfe3d1

diff --git a/net-libs/socket++/files/socket++-1.12.12-gcc47.patch 
b/net-libs/socket++/files/socket++-1.12.12-gcc47.patch
deleted file mode 100644
index 62a62b0..00000000
--- a/net-libs/socket++/files/socket++-1.12.12-gcc47.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- test/thostnames.C~ 2004-06-29 08:47:52.000000000 +0200
-+++ test/thostnames.C  2013-09-07 10:30:24.159157101 +0200
-@@ -23,7 +23,7 @@
- {
-       public:
-               test () : iosockinet (sockbuf::sock_stream) {
--                      cout << "Constructor rdbuf: " << (unsigned int) rdbuf() 
<< endl;
-+                      cout << "Constructor rdbuf: " << (size_t) rdbuf() << 
endl;
-               }
- };
- 
-@@ -39,7 +39,7 @@
-   }
- 
-   sio.rdbuf()->setname ("Testsocket");
--  cout << "rdbuf: " << (unsigned int) sio.rdbuf() << "\n";
-+  cout << "rdbuf: " << (size_t) sio.rdbuf() << "\n";
-   cout << "socketname: " << sio.rdbuf()->getname() << endl;
- 
-   try {

diff --git a/net-libs/socket++/files/socket++.pc 
b/net-libs/socket++/files/socket++.pc
deleted file mode 100644
index 4faaa9c..00000000
--- a/net-libs/socket++/files/socket++.pc
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=/usr
-exec_prefix=/usr/bin
-libdir=/usr/lib
-includedir=/usr/include
-
-Name: socket++
-Version: PV
-Description: A C++ Socket Library
-Requires:
-Libs: -L/usr/lib -lsocket++
-Cflags: -I/usr/include

diff --git a/net-libs/socket++/metadata.xml b/net-libs/socket++/metadata.xml
deleted file mode 100644
index bcdcbde..00000000
--- a/net-libs/socket++/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>c...@gentoo.org</email>
-               <name>Gentoo C++ Project</name>
-       </maintainer>
-       <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>
-</pkgmetadata>

diff --git a/net-libs/socket++/socket++-1.12.12-r2.ebuild 
b/net-libs/socket++/socket++-1.12.12-r2.ebuild
deleted file mode 100644
index c223ff7..00000000
--- a/net-libs/socket++/socket++-1.12.12-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
-
-DESCRIPTION="C++ Socket Library"
-HOMEPAGE="http://www.linuxhacker.at/socketxx/";
-SRC_URI="http://www.linuxhacker.at/linux/downloads/src/${P}.tar.gz";
-
-LICENSE="freedist GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~mips x86"
-
-IUSE="debug static-libs"
-
-RESTRICT="bindist"
-
-DEPEND="sys-apps/texinfo"
-RDEPEND=""
-
-DOCS=( AUTHORS ChangeLog NEWS README README2 README3 THANKS )
-
-PATCHES=( "${FILESDIR}/${P}-gcc47.patch" )
-
-src_prepare() {
-       # bug #514246
-       sed -i -e 's/@subsection t/@section t/g' doc/socket++.texi || die
-
-       autotools-utils_src_prepare
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable debug)
-       )
-       autotools-utils_src_configure
-}

diff --git a/net-libs/socket++/socket++-1.12.13.ebuild 
b/net-libs/socket++/socket++-1.12.13.ebuild
deleted file mode 100644
index 7fe0dcc..00000000
--- a/net-libs/socket++/socket++-1.12.13.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
-
-DESCRIPTION="C++ Socket Library"
-HOMEPAGE="http://www.linuxhacker.at/socketxx/";
-SRC_URI="http://src.linuxhacker.at/socket++/${P}.tar.gz";
-
-LICENSE="freedist GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~x86"
-
-IUSE="debug static-libs"
-
-RESTRICT="bindist"
-
-DEPEND="sys-apps/texinfo"
-RDEPEND=""
-
-DOCS=( AUTHORS ChangeLog NEWS README README2 README3 THANKS )
-
-PATCHES=( "${FILESDIR}/${PN}-1.12.12-gcc47.patch" )
-
-src_prepare() {
-       # bug #514246
-       sed -i -e 's/@subsection t/@section t/g' doc/socket++.texi || die
-
-       autotools-utils_src_prepare
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable debug)
-       )
-       autotools-utils_src_configure
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 6f814e9..9dd426b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -366,12 +366,6 @@ dev-tcltk/tcl-gtk
 # porting to vte:2.91 (#595914). Removal in a month.
 x11-terms/terra
 
-# David Seifert <s...@gentoo.org> (01 Oct 2016)
-# Masked for failing to build with C++11, ancient codebase,
-# dead upstream, no updates in 5 years. No revdeps.
-# Mask for removal in 30 days. Bug #595754
-net-libs/socket++
-
 # Fabian Groffen <grob...@gentoo.org> (25 Sep 2016)
 # Mask Exim RCs
 =mail-mta/exim-4.88_rc2

Reply via email to