summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2011-09-26 14:24:41 +0000
committerAlfredo Tupone <tupone@gentoo.org>2011-09-26 14:24:41 +0000
commit43973b33adccd7c7c24a5767c02643a6103a941f (patch)
tree9eb188faec90dec7b300ba54aa6bfd569b0bf601 /media-libs/skstream
parentBump required version of libtextcat to reflect reality. (diff)
downloadgentoo-2-43973b33adccd7c7c24a5767c02643a6103a941f.tar.gz
gentoo-2-43973b33adccd7c7c24a5767c02643a6103a941f.tar.bz2
gentoo-2-43973b33adccd7c7c24a5767c02643a6103a941f.zip
Version bump to 0.3.8 Bug #383419
(Portage version: 2.1.10.19/cvs/Linux i686)
Diffstat (limited to 'media-libs/skstream')
-rw-r--r--media-libs/skstream/ChangeLog10
-rw-r--r--media-libs/skstream/files/skstream-0.3.8-test.patch20
-rw-r--r--media-libs/skstream/skstream-0.3.8.ebuild21
3 files changed, 49 insertions, 2 deletions
diff --git a/media-libs/skstream/ChangeLog b/media-libs/skstream/ChangeLog
index 040def18b8ac..242120290684 100644
--- a/media-libs/skstream/ChangeLog
+++ b/media-libs/skstream/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/skstream
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/skstream/ChangeLog,v 1.27 2010/04/13 14:38:59 tupone Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/skstream/ChangeLog,v 1.28 2011/09/26 14:24:41 tupone Exp $
+
+*skstream-0.3.8 (26 Sep 2011)
+
+ 26 Sep 2011; Tupone Alfredo <tupone@gentoo.org> +skstream-0.3.8.ebuild,
+ +files/skstream-0.3.8-test.patch:
+ Version bump to 0.3.8 Bug #383419 by Mr. Anderson
13 Apr 2010; Alfredo Tupone <tupone@gentoo.org> skstream-0.3.6.ebuild:
Depend on dev-util/ccpunit for test. Fix bug #312705 by Nathan Phillip
diff --git a/media-libs/skstream/files/skstream-0.3.8-test.patch b/media-libs/skstream/files/skstream-0.3.8-test.patch
new file mode 100644
index 000000000000..162d29d1fb53
--- /dev/null
+++ b/media-libs/skstream/files/skstream-0.3.8-test.patch
@@ -0,0 +1,20 @@
+--- test/childskstreamtest.h.old 2011-09-26 16:14:47.733708252 +0200
++++ test/childskstreamtest.h 2011-09-26 16:16:32.021385992 +0200
+@@ -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/skstream-0.3.8.ebuild b/media-libs/skstream/skstream-0.3.8.ebuild
new file mode 100644
index 000000000000..175c4675eab9
--- /dev/null
+++ b/media-libs/skstream/skstream-0.3.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/skstream/skstream-0.3.8.ebuild,v 1.1 2011/09/26 14:24:41 tupone Exp $
+EAPI=2
+
+inherit base eutils
+
+DESCRIPTION="FreeSockets - Portable C++ classes for IP (sockets) applications"
+SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2"
+HOMEPAGE="http://www.worldforge.org/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+DEPEND="test? ( dev-util/cppunit )"
+RDEPEND=""
+
+PATCHES=( "${FILESDIR}"/${P}-test.patch )
+DOCS=( AUTHORS ChangeLog NEWS README README.FreeSockets TODO )