[gentoo-commits] repo/gentoo:master commit in: net-libs/net6/

2022-06-24 Thread Andrew Ammerlaan
commit: dcff34ff2a00fd431290c21791e047595c6e12d9
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Jun  9 06:52:50 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 24 13:06:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcff34ff

net-libs/net6: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 net-libs/net6/net6-1.3.14-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/net6/net6-1.3.14-r2.ebuild 
b/net-libs/net6/net6-1.3.14-r2.ebuild
index cb41c438fc5d..222b9f1cf536 100644
--- a/net-libs/net6/net6-1.3.14-r2.ebuild
+++ b/net-libs/net6/net6-1.3.14-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,8 +6,8 @@ EAPI=7
 inherit flag-o-matic
 
 DESCRIPTION="Network access framework for IPv4/IPv6 written in C++"
-HOMEPAGE="http://gobby.0x539.de/;
-SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz;
+HOMEPAGE="https://gobby.github.io/;
+SRC_URI="https://github.com/gobby/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-libs/net6/

2021-02-01 Thread Sam James
commit: 3bbec67e236f6c9ec66ed4db42a2b2628a88bc2a
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  1 09:28:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  1 10:20:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbec67e

net-libs/net6: port to EAPI 7

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-libs/net6/net6-1.3.14-r2.ebuild | 29 ++---
 1 file changed, 18 insertions(+), 11 deletions(-)

diff --git a/net-libs/net6/net6-1.3.14-r2.ebuild 
b/net-libs/net6/net6-1.3.14-r2.ebuild
index 7d269bc823c..cb41c438fc5 100644
--- a/net-libs/net6/net6-1.3.14-r2.ebuild
+++ b/net-libs/net6/net6-1.3.14-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit eutils flag-o-matic ltprune multilib
+inherit flag-o-matic
 
 DESCRIPTION="Network access framework for IPv4/IPv6 written in C++"
 HOMEPAGE="http://gobby.0x539.de/;
@@ -12,13 +12,17 @@ SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~hppa ppc x86"
-IUSE="nls static-libs"
+IUSE="nls"
 
-RDEPEND="dev-libs/libsigc++:2
-   >=net-libs/gnutls-1.2.10"
-DEPEND="${RDEPEND}
+BDEPEND="
virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="
+   dev-libs/libsigc++:2
+   >=net-libs/gnutls-1.2.10:=
+"
+DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS ChangeLog NEWS README )
 PATCHES=(
@@ -27,11 +31,14 @@ PATCHES=(
 
 src_configure() {
append-cxxflags -std=c++11
-   econf $(use_enable nls) \
-   $(use_enable static-libs static)
+
+   econf \
+   --disable-static \
+   $(use_enable nls)
 }
 
 src_install() {
default
-   prune_libtool_files
+
+   find "${ED}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: net-libs/net6/

2018-04-02 Thread Pacho Ramos
commit: f8080c327120f3f59e36e1d48329b68945fd412c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Apr  2 10:19:54 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Apr  2 10:19:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8080c32

net-libs/net6: Drop old

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 net-libs/net6/net6-1.3.14-r1.ebuild | 39 -
 net-libs/net6/net6-1.3.14.ebuild| 39 -
 2 files changed, 78 deletions(-)

diff --git a/net-libs/net6/net6-1.3.14-r1.ebuild 
b/net-libs/net6/net6-1.3.14-r1.ebuild
deleted file mode 100644
index 40b0cdf5b73..000
--- a/net-libs/net6/net6-1.3.14-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit flag-o-matic multilib
-
-DESCRIPTION="Network access framework for IPv4/IPv6 written in C++"
-HOMEPAGE="http://gobby.0x539.de/;
-SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc x86"
-IUSE="nls static-libs"
-
-RDEPEND="dev-libs/libsigc++:2
-   >=net-libs/gnutls-1.2.10"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_configure() {
-   append-cxxflags -std=c++11
-   econf $(use_enable nls) \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   use static-libs || rm -f "${D}"/usr/$(get_libdir)/lib${PN}.la
-}
-
-pkg_postinst() {
-   elog "Please note that because of the use of C++ templates"
-   elog "Gobby 0.4 has to be recompiled against the new ${PN}"
-   elog "to pick up the changes."
-}

diff --git a/net-libs/net6/net6-1.3.14.ebuild b/net-libs/net6/net6-1.3.14.ebuild
deleted file mode 100644
index 72d6085f692..000
--- a/net-libs/net6/net6-1.3.14.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit multilib
-
-DESCRIPTION="Network access framework for IPv4/IPv6 written in C++"
-HOMEPAGE="http://gobby.0x539.de/;
-SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc x86"
-IUSE="nls static-libs"
-
-RDEPEND="dev-libs/libsigc++:2
-   >=net-libs/gnutls-1.2.10"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_configure() {
-   econf $(use_enable nls) \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   use static-libs || rm -f "${D}"/usr/$(get_libdir)/lib${PN}.la
-}
-
-pkg_postinst() {
-   elog "Please note that because of the use of C++ templates"
-   elog "Gobby 0.4 has to be recompiled against the new ${PN}"
-   elog "to pick up the changes."
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/net6/

2018-04-02 Thread Pacho Ramos
commit: 3137c77ed2d11c572a71ff1276002f7c3824ffcc
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Apr  2 10:18:47 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Apr  2 10:18:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3137c77e

net-libs/net6: Drop obsolete elog message (#572738)

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 net-libs/net6/net6-1.3.14-r2.ebuild | 8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/net-libs/net6/net6-1.3.14-r2.ebuild 
b/net-libs/net6/net6-1.3.14-r2.ebuild
index b0af352cb3b..525537b3d75 100644
--- a/net-libs/net6/net6-1.3.14-r2.ebuild
+++ b/net-libs/net6/net6-1.3.14-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -35,9 +35,3 @@ src_install() {
default
prune_libtool_files
 }
-
-pkg_postinst() {
-   elog "Please note that because of the use of C++ templates"
-   elog "Gobby 0.4 has to be recompiled against the new ${PN}"
-   elog "to pick up the changes."
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/net6/

2017-04-11 Thread Jeroen Roovers
commit: 6e85a9c434c91ef2c45596ed4ae00cc926a665f2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 11 06:40:30 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 11 06:40:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e85a9c4

net-libs/net6: Stable for HPPA (bug #612350).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 net-libs/net6/net6-1.3.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/net6/net6-1.3.14-r2.ebuild 
b/net-libs/net6/net6-1.3.14-r2.ebuild
index 3ef3cc57988..b0af352cb3b 100644
--- a/net-libs/net6/net6-1.3.14-r2.ebuild
+++ b/net-libs/net6/net6-1.3.14-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc x86"
+KEYWORDS="amd64 ~arm hppa ppc x86"
 IUSE="nls static-libs"
 
 RDEPEND="dev-libs/libsigc++:2



[gentoo-commits] repo/gentoo:master commit in: net-libs/net6/

2017-04-01 Thread Agostino Sarubbo
commit: a41d670f86069c2ee8ae3cbdefc96eebb384d303
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  1 16:06:33 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  1 16:06:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41d670f

net-libs/net6: x86 stable wrt bug #612350

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/net6/net6-1.3.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/net6/net6-1.3.14-r2.ebuild 
b/net-libs/net6/net6-1.3.14-r2.ebuild
index 82016b8d2fb..3ef3cc57988 100644
--- a/net-libs/net6/net6-1.3.14-r2.ebuild
+++ b/net-libs/net6/net6-1.3.14-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ppc x86"
 IUSE="nls static-libs"
 
 RDEPEND="dev-libs/libsigc++:2



[gentoo-commits] repo/gentoo:master commit in: net-libs/net6/

2017-03-31 Thread Agostino Sarubbo
commit: 9ad5b78483c293e7fc4d57d8ee64e735143ea1ba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 31 12:09:16 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 31 12:09:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad5b784

net-libs/net6: amd64 stable wrt bug #612350

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/net6/net6-1.3.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/net6/net6-1.3.14-r2.ebuild 
b/net-libs/net6/net6-1.3.14-r2.ebuild
index c8f501de478..82016b8d2fb 100644
--- a/net-libs/net6/net6-1.3.14-r2.ebuild
+++ b/net-libs/net6/net6-1.3.14-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ppc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ppc ~x86"
 IUSE="nls static-libs"
 
 RDEPEND="dev-libs/libsigc++:2



[gentoo-commits] repo/gentoo:master commit in: net-libs/net6/

2017-03-31 Thread Michael Weber
commit: 4a0cb826282421b17d83df019e6454b0f96b70ef
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Mar 31 07:40:41 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Mar 31 07:40:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0cb826

net-libs/net6: ppc stable (bug 612350).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm arm64 ppc ppc64"

 net-libs/net6/net6-1.3.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/net6/net6-1.3.14-r2.ebuild 
b/net-libs/net6/net6-1.3.14-r2.ebuild
index 2ddc4a143f4..c8f501de478 100644
--- a/net-libs/net6/net6-1.3.14-r2.ebuild
+++ b/net-libs/net6/net6-1.3.14-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ppc ~x86"
 IUSE="nls static-libs"
 
 RDEPEND="dev-libs/libsigc++:2



[gentoo-commits] repo/gentoo:master commit in: net-libs/net6/, net-libs/net6/files/

2017-03-03 Thread Alon Bar-Lev
commit: fc34c7250eef6b08068be471eedb6437d0f8e022
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Mar  3 16:09:11 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Mar  3 20:54:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc34c725

net-libs/net6: gnutls-3.4 + eapi bump

Bug: 582812

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/net6/files/net6-1.3.14-gnutls-3.4.patch | 27 +++
 net-libs/net6/net6-1.3.14-r2.ebuild  | 43 
 2 files changed, 70 insertions(+)

diff --git a/net-libs/net6/files/net6-1.3.14-gnutls-3.4.patch 
b/net-libs/net6/files/net6-1.3.14-gnutls-3.4.patch
new file mode 100644
index 000..0eb43167632
--- /dev/null
+++ b/net-libs/net6/files/net6-1.3.14-gnutls-3.4.patch
@@ -0,0 +1,27 @@
+From 90154df3f1d504f0ebb3d70b889c1f0e30990588 Mon Sep 17 00:00:00 2001
+From: Carlos Alberto Lopez Perez 
+Date: Thu, 28 Jul 2016 14:43:38 +0200
+Subject: [PATCH] Fix build with GnuTLS >= 3.4.0
+
+  * gnutls_kx_set_priority() has been removed in 3.4.0 and
+gnutls_priority_set_direct() should be used instead.
+---
+ src/encrypt.cpp | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/src/encrypt.cpp b/src/encrypt.cpp
+index 30f83a6..9223c35 100644
+--- a/src/encrypt.cpp
 b/src/encrypt.cpp
+@@ -175,10 +175,8 @@ net6::tcp_encrypted_socket_base::
+   gnutls_session_t sess):
+   tcp_client_socket(cobj), session(sess), state(DEFAULT)
+ {
+-  const int kx_prio[] = { GNUTLS_KX_ANON_DH, 0 };
+-
+   gnutls_set_default_priority(session);
+-  gnutls_kx_set_priority(session, kx_prio);
++  gnutls_priority_set_direct(session, "NORMAL:+ANON-DH", NULL);
+ 
+   gnutls_transport_set_ptr(
+   session,

diff --git a/net-libs/net6/net6-1.3.14-r2.ebuild 
b/net-libs/net6/net6-1.3.14-r2.ebuild
new file mode 100644
index 000..2ddc4a143f4
--- /dev/null
+++ b/net-libs/net6/net6-1.3.14-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic multilib
+
+DESCRIPTION="Network access framework for IPv4/IPv6 written in C++"
+HOMEPAGE="http://gobby.0x539.de/;
+SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+IUSE="nls static-libs"
+
+RDEPEND="dev-libs/libsigc++:2
+   >=net-libs/gnutls-1.2.10"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+PATCHES=(
+   "${FILESDIR}/${P}-gnutls-3.4.patch"
+)
+
+src_configure() {
+   append-cxxflags -std=c++11
+   econf $(use_enable nls) \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}
+
+pkg_postinst() {
+   elog "Please note that because of the use of C++ templates"
+   elog "Gobby 0.4 has to be recompiled against the new ${PN}"
+   elog "to pick up the changes."
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/net6/

2016-01-30 Thread Pacho Ramos
commit: 4c9fce7d499055901ea7c12a76b9985c08969b40
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jan 30 09:34:40 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jan 30 09:34:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9fce7d

net-libs/net6: x86 stable, bug #568786

Package-Manager: portage-2.2.26

 net-libs/net6/net6-1.3.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/net6/net6-1.3.14-r1.ebuild 
b/net-libs/net6/net6-1.3.14-r1.ebuild
index f49b184..e3d5ff6 100644
--- a/net-libs/net6/net6-1.3.14-r1.ebuild
+++ b/net-libs/net6/net6-1.3.14-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ~x86"
+KEYWORDS="amd64 ~arm hppa ppc x86"
 IUSE="nls static-libs"
 
 RDEPEND="dev-libs/libsigc++:2



[gentoo-commits] repo/gentoo:master commit in: net-libs/net6/

2016-01-23 Thread Jeroen Roovers
commit: e6ae119a15913eb3014eb3d90583aa1e12e24120
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jan 24 07:03:39 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jan 24 07:03:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ae119a

net-libs/net6: Stable for HPPA (bug #568786).

Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches

 net-libs/net6/net6-1.3.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/net6/net6-1.3.14-r1.ebuild 
b/net-libs/net6/net6-1.3.14-r1.ebuild
index 5043967..f49b184 100644
--- a/net-libs/net6/net6-1.3.14-r1.ebuild
+++ b/net-libs/net6/net6-1.3.14-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ~x86"
+KEYWORDS="amd64 ~arm hppa ppc ~x86"
 IUSE="nls static-libs"
 
 RDEPEND="dev-libs/libsigc++:2



[gentoo-commits] repo/gentoo:master commit in: net-libs/net6/

2016-01-17 Thread Agostino Sarubbo
commit: ca57404c277afffd1a3acf1a4131297b0df13574
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jan 17 16:59:49 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jan 17 16:59:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca57404c

net-libs/net6: ppc stable wrt bug #568786

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/net6/net6-1.3.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/net6/net6-1.3.14-r1.ebuild 
b/net-libs/net6/net6-1.3.14-r1.ebuild
index 2225e4c..5043967 100644
--- a/net-libs/net6/net6-1.3.14-r1.ebuild
+++ b/net-libs/net6/net6-1.3.14-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ppc ~x86"
 IUSE="nls static-libs"
 
 RDEPEND="dev-libs/libsigc++:2



[gentoo-commits] repo/gentoo:master commit in: net-libs/net6/

2016-01-15 Thread Agostino Sarubbo
commit: 66751a1b88d68fdd416bb11700e3f214aa51571d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 15 09:02:10 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 15 09:02:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66751a1b

net-libs/net6: amd64 stable wrt bug #568786

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/net6/net6-1.3.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/net6/net6-1.3.14-r1.ebuild 
b/net-libs/net6/net6-1.3.14-r1.ebuild
index 0b7fb4d..2225e4c 100644
--- a/net-libs/net6/net6-1.3.14-r1.ebuild
+++ b/net-libs/net6/net6-1.3.14-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~x86"
 IUSE="nls static-libs"
 
 RDEPEND="dev-libs/libsigc++:2



[gentoo-commits] repo/gentoo:master commit in: net-libs/net6/

2015-12-19 Thread Pacho Ramos
commit: 1280dfcdbce73d31b95e612beb4f785527e9d2f3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Dec 19 15:24:55 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Dec 19 16:16:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1280dfcd

net-libs/net6: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 net-libs/net6/net6-1.3.14-r1.ebuild | 40 +
 1 file changed, 40 insertions(+)

diff --git a/net-libs/net6/net6-1.3.14-r1.ebuild 
b/net-libs/net6/net6-1.3.14-r1.ebuild
new file mode 100644
index 000..0b7fb4d
--- /dev/null
+++ b/net-libs/net6/net6-1.3.14-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit flag-o-matic multilib
+
+DESCRIPTION="Network access framework for IPv4/IPv6 written in C++"
+HOMEPAGE="http://gobby.0x539.de/;
+SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+IUSE="nls static-libs"
+
+RDEPEND="dev-libs/libsigc++:2
+   >=net-libs/gnutls-1.2.10"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_configure() {
+   append-cxxflags -std=c++11
+   econf $(use_enable nls) \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   use static-libs || rm -f "${D}"/usr/$(get_libdir)/lib${PN}.la
+}
+
+pkg_postinst() {
+   elog "Please note that because of the use of C++ templates"
+   elog "Gobby 0.4 has to be recompiled against the new ${PN}"
+   elog "to pick up the changes."
+}