summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-04-17 17:59:50 +0000
committerUlrich Müller <ulm@gentoo.org>2013-04-17 17:59:50 +0000
commita81b36b5f2e145751d8af084384c2b26e7a291c0 (patch)
tree3f7d160beed6da4ea8f83fae440192df0363727e /net-libs/socket++
parentAdd epatch_user support. (diff)
downloadgentoo-2-a81b36b5f2e145751d8af084384c2b26e7a291c0.tar.gz
gentoo-2-a81b36b5f2e145751d8af084384c2b26e7a291c0.tar.bz2
gentoo-2-a81b36b5f2e145751d8af084384c2b26e7a291c0.zip
Fix LICENSE and add bindist restriction, bug 465274.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'net-libs/socket++')
-rw-r--r--net-libs/socket++/ChangeLog7
-rw-r--r--net-libs/socket++/socket++-1.12.12-r1.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/socket++/ChangeLog b/net-libs/socket++/ChangeLog
index 0ecbb370a279..ed4795d09ea1 100644
--- a/net-libs/socket++/ChangeLog
+++ b/net-libs/socket++/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/socket++
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/ChangeLog,v 1.15 2009/03/07 04:32:06 darkside Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/ChangeLog,v 1.16 2013/04/17 17:59:50 ulm Exp $
+
+ 17 Apr 2013; Ulrich Müller <ulm@gentoo.org> socket++-1.12.12-r1.ebuild:
+ Fix LICENSE and add bindist restriction, bug 465274.
07 Mar 2009; Jeremy Olexa <darkside@gentoo.org>
socket++-1.12.12-r1.ebuild:
diff --git a/net-libs/socket++/socket++-1.12.12-r1.ebuild b/net-libs/socket++/socket++-1.12.12-r1.ebuild
index 007012a2b77b..0674b02206f9 100644
--- a/net-libs/socket++/socket++-1.12.12-r1.ebuild
+++ b/net-libs/socket++/socket++-1.12.12-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/socket++-1.12.12-r1.ebuild,v 1.8 2010/10/28 14:38:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/socket++-1.12.12-r1.ebuild,v 1.9 2013/04/17 17:59:50 ulm Exp $
inherit autotools
@@ -8,10 +8,11 @@ DESCRIPTION="C++ Socket Library"
HOMEPAGE="http://www.linuxhacker.at/socketxx/"
SRC_URI="http://www.linuxhacker.at/linux/downloads/src/${P}.tar.gz"
-LICENSE="as-is"
+LICENSE="freedist GPL-2+"
SLOT="0"
KEYWORDS="~alpha amd64 ~mips x86"
IUSE="debug doc"
+RESTRICT="bindist"
DEPEND="sys-devel/libtool
sys-apps/texinfo"