pinkbyte    15/07/10 09:44:04

  Modified:             ChangeLog
  Added:                socket++-1.12.13.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  Changes    Path
1.19                 net-libs/socket++/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/socket++/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/socket++/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/socket++/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/socket++/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   10 Jul 2015 09:05:50 -0000      1.18
+++ ChangeLog   10 Jul 2015 09:44:04 -0000      1.19
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/socket++
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/ChangeLog,v 1.18 
2015/07/10 09:05:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/ChangeLog,v 1.19 
2015/07/10 09:44:04 pinkbyte Exp $
+
+*socket++-1.12.13 (10 Jul 2015)
+
+  10 Jul 2015; Sergey Popov <pinkb...@gentoo.org> +socket++-1.12.13.ebuild:
+  Version bump
 
 *socket++-1.12.12-r2 (10 Jul 2015)
 



1.1                  net-libs/socket++/socket++-1.12.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/socket++/socket++-1.12.13.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/socket++/socket++-1.12.13.ebuild?rev=1.1&content-type=text/plain

Index: socket++-1.12.13.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/socket++-1.12.13.ebuild,v 
1.1 2015/07/10 09:44:04 pinkbyte Exp $

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
}




Reply via email to