[gentoo-commits] repo/gentoo:master commit in: media-libs/skstream/files/, media-libs/skstream/

2019-12-19 Thread Alfredo Tupone
commit: dee84239725f99fa6d09e155d756b82acd9f6634
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Fri Dec 20 07:24:20 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Dec 20 07:25:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dee84239

media-libs/skstream: Removed

Signed-off-by: Alfredo Tupone  gentoo.org>

 media-libs/skstream/Manifest   |  1 -
 .../skstream/files/skstream-0.3.9-test.patch   | 20 
 media-libs/skstream/metadata.xml   | 10 
 media-libs/skstream/skstream-0.3.9.ebuild  | 28 --
 4 files changed, 59 deletions(-)

diff --git a/media-libs/skstream/Manifest b/media-libs/skstream/Manifest
deleted file mode 100644
index 0bfd96890ae..000
--- a/media-libs/skstream/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST skstream-0.3.9.tar.bz2 326088 BLAKE2B 
8eac32ad80c2ca6f3026a10facbc34f7d2a1f113c5b8ee1a550118c13b1819f79b4846082099685d37ab43bf57f6e9da0262d19d3aa1c1bdbace2892f07e0794
 SHA512 
88cf67a76c9983eaa50d2350a6895a1782e77d9e9794084999770989436a3306d1f4d4d4a6ddfa199235f1dc0518d65988cd1956fdd2ce5306fd6b2246db91d9

diff --git a/media-libs/skstream/files/skstream-0.3.9-test.patch 
b/media-libs/skstream/files/skstream-0.3.9-test.patch
deleted file mode 100644
index b89aa3c0644..000
--- a/media-libs/skstream/files/skstream-0.3.9-test.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 a/test/childskstreamtest.h
-+++ b/test/childskstreamtest.h
-@@ -109,9 +109,6 @@
- //some macros for building the suite() method
- CPPUNIT_TEST_SUITE(tcpskstreamtest);
- CPPUNIT_TEST(testConstructor_1);
--CPPUNIT_TEST(testConstructor_2);
--CPPUNIT_TEST(testOpen);
--CPPUNIT_TEST(testOpenNonblock);
- CPPUNIT_TEST_SUITE_END();
- 
- private: 
-@@ -245,7 +242,6 @@
- {
- //some macros for building the suite() method
- CPPUNIT_TEST_SUITE(rawskstreamtest);
--CPPUNIT_TEST(testConstructor_1);
- CPPUNIT_TEST_SUITE_END();
- 
- public:

diff --git a/media-libs/skstream/metadata.xml b/media-libs/skstream/metadata.xml
deleted file mode 100644
index 1da2723d41e..000
--- a/media-libs/skstream/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   tup...@gentoo.org
-   
-   
-   worldforge
-   
-

diff --git a/media-libs/skstream/skstream-0.3.9.ebuild 
b/media-libs/skstream/skstream-0.3.9.ebuild
deleted file mode 100644
index 37ecfd72942..000
--- a/media-libs/skstream/skstream-0.3.9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic
-
-DESCRIPTION="FreeSockets - Portable C++ classes for IP (sockets) applications"
-HOMEPAGE="https://www.worldforge.org/;
-SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-util/cppunit )"
-RDEPEND=""
-
-PATCHES=( "${FILESDIR}"/${P}-test.patch )
-
-src_configure() {
-   # bug 651840
-   append-cxxflags -std=c++11
-
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/skstream/

2018-06-02 Thread Aaron Bauman
commit: a7d972742fcd63d1650869236feda92cd6da4ab5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Jun  2 21:05:18 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Jun  2 22:38:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d97274

media-libs/skstream: use HTTPs

Closes: https://github.com/gentoo/gentoo/pull/8698

 media-libs/skstream/skstream-0.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/skstream/skstream-0.3.9.ebuild 
b/media-libs/skstream/skstream-0.3.9.ebuild
index 0acc8b73db9..f4dc2d81af1 100644
--- a/media-libs/skstream/skstream-0.3.9.ebuild
+++ b/media-libs/skstream/skstream-0.3.9.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit flag-o-matic
 
 DESCRIPTION="FreeSockets - Portable C++ classes for IP (sockets) applications"
-HOMEPAGE="http://www.worldforge.org/;
+HOMEPAGE="https://www.worldforge.org/;
 SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: media-libs/skstream/, media-libs/skstream/files/

2018-05-26 Thread David Seifert
commit: 56b2e29cf87e35cf3f5b9c26b26f75a6cc2cfe1c
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 26 13:01:19 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 26 22:18:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b2e29c

media-libs/skstream: Force C++11

Closes: https://bugs.gentoo.org/651840
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/skstream/files/skstream-0.3.9-test.patch |  4 ++--
 media-libs/skstream/skstream-0.3.9.ebuild   | 15 +++
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/media-libs/skstream/files/skstream-0.3.9-test.patch 
b/media-libs/skstream/files/skstream-0.3.9-test.patch
index 162d29d1fb5..b89aa3c0644 100644
--- a/media-libs/skstream/files/skstream-0.3.9-test.patch
+++ b/media-libs/skstream/files/skstream-0.3.9-test.patch
@@ -1,5 +1,5 @@
 test/childskstreamtest.h.old   2011-09-26 16:14:47.733708252 +0200
-+++ test/childskstreamtest.h   2011-09-26 16:16:32.021385992 +0200
+--- a/test/childskstreamtest.h
 b/test/childskstreamtest.h
 @@ -109,9 +109,6 @@
  //some macros for building the suite() method
  CPPUNIT_TEST_SUITE(tcpskstreamtest);

diff --git a/media-libs/skstream/skstream-0.3.9.ebuild 
b/media-libs/skstream/skstream-0.3.9.ebuild
index 5a64f6452b8..0acc8b73db9 100644
--- a/media-libs/skstream/skstream-0.3.9.ebuild
+++ b/media-libs/skstream/skstream-0.3.9.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit base eutils
+EAPI=6
+
+inherit flag-o-matic
 
 DESCRIPTION="FreeSockets - Portable C++ classes for IP (sockets) applications"
 HOMEPAGE="http://www.worldforge.org/;
@@ -17,4 +18,10 @@ DEPEND="test? ( dev-util/cppunit )"
 RDEPEND=""
 
 PATCHES=( "${FILESDIR}"/${P}-test.patch )
-DOCS=( AUTHORS ChangeLog NEWS README README.FreeSockets TODO )
+
+src_configure() {
+   # bug 651840
+   append-cxxflags -std=c++11
+
+   default
+}