public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/echoping/
@ 2016-05-20  8:00 Jeroen Roovers
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers @ 2016-05-20  8:00 UTC (permalink / raw
  To: gentoo-commits

commit:     75a0920dc0e864349a46cdbe470d2dd4d3b8ec0c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 08:00:03 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri May 20 08:00:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a0920d

net-analyzer/echoping: Old.

Package-Manager: portage-2.3.0_rc1

 .../echoping/echoping-6.0.2_p434-r1.ebuild         | 55 ----------------------
 1 file changed, 55 deletions(-)

diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r1.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r1.ebuild
deleted file mode 100644
index f0c6bf4..0000000
--- a/net-analyzer/echoping/echoping-6.0.2_p434-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Small program to test performances of remote servers"
-HOMEPAGE="http://echoping.sourceforge.net/"
-SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="gnutls http icp idn priority smtp ssl tos postgres ldap"
-RESTRICT="test"
-
-RDEPEND="idn? ( net-dns/libidn )
-	postgres? ( dev-db/postgresql )
-	ldap? ( net-nds/openldap )
-	ssl? (
-		gnutls? ( >=net-libs/gnutls-1.0.17 )
-		!gnutls? ( >=dev-libs/openssl-0.9.7d )
-	)"
-DEPEND="${RDEPEND}
-	>=sys-devel/libtool-2"
-
-REQUIRED_USE="gnutls? ( ssl )"
-
-DOCS=( README AUTHORS ChangeLog DETAILS NEWS TODO )
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-6.0.2_p434-fix_implicit_declarations.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable http)  \
-		$(use_enable icp) \
-		$(use_enable priority) \
-		$(use_enable smtp) \
-		$(use_enable tos) \
-		$(use_with idn libidn) \
-		$(usex gnutls $(use_with gnutls) $(use_with ssl)) \
-		--config-cache \
-		--disable-static \
-		--disable-ttcp
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/echoping/
@ 2016-06-25 21:02 Jeroen Roovers
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers @ 2016-06-25 21:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b33478dcca59b26bbfb07a08fe97c9a6e5118f89
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 21:02:41 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 21:02:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33478dc

net-analyzer/echoping: Old.

Package-Manager: portage-2.3.0

 net-analyzer/echoping/echoping-6.0.2_p434.ebuild | 49 ------------------------
 1 file changed, 49 deletions(-)

diff --git a/net-analyzer/echoping/echoping-6.0.2_p434.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434.ebuild
deleted file mode 100644
index 4245e74..0000000
--- a/net-analyzer/echoping/echoping-6.0.2_p434.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Small program to test performances of remote servers"
-HOMEPAGE="http://echoping.sourceforge.net/"
-SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa x86"
-IUSE="gnutls http icp idn priority smtp ssl tos postgres ldap"
-RESTRICT="test"
-
-RDEPEND="idn? ( net-dns/libidn )
-	postgres? ( dev-db/postgresql )
-	ldap? ( net-nds/openldap )
-	ssl? (
-		gnutls? ( >=net-libs/gnutls-1.0.17 )
-		!gnutls? ( >=dev-libs/openssl-0.9.7d )
-	)"
-DEPEND="${RDEPEND}
-	>=sys-devel/libtool-2"
-
-REQUIRED_USE="gnutls? ( ssl )"
-
-DOCS=( README AUTHORS ChangeLog DETAILS NEWS TODO )
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-6.0.2_p434-fix_implicit_declarations.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--config-cache \
-		--disable-ttcp \
-		$(use_enable http)  \
-		$(use_enable icp) \
-		$(use_with idn libidn) \
-		$(use_enable smtp) \
-		$(use_enable tos) \
-		$(use_enable priority) \
-		$(usex gnutls $(use_with gnutls) $(use_with ssl))
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/echoping/
@ 2016-07-13 15:46 Anthony G. Basile
  0 siblings, 0 replies; 10+ messages in thread
From: Anthony G. Basile @ 2016-07-13 15:46 UTC (permalink / raw
  To: gentoo-commits

commit:     24fd1deb6d47c3230b6ce1aa748c2ddd59d972c5
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 15:49:54 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 15:50:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fd1deb

net-analyzer/echoping: add libressl support

Package-Manager: portage-2.2.28

 .../echoping/echoping-6.0.2_p434-r3.ebuild         | 60 ++++++++++++++++++++++
 1 file changed, 60 insertions(+)

diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r3.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r3.ebuild
new file mode 100644
index 0000000..cfb0b92
--- /dev/null
+++ b/net-analyzer/echoping/echoping-6.0.2_p434-r3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils
+
+DESCRIPTION="Small program to test performances of remote servers"
+HOMEPAGE="http://echoping.sourceforge.net/"
+SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE="libressl gnutls http icp idn priority smtp ssl tos postgres ldap"
+RESTRICT="test"
+
+RDEPEND="idn? ( net-dns/libidn )
+	postgres? ( dev-db/postgresql:* )
+	ldap? ( net-nds/openldap )
+	ssl? (
+		gnutls? ( >=net-libs/gnutls-3.3:= )
+		!gnutls? (
+			!libressl? ( dev-libs/openssl:0= )
+			libressl? ( dev-libs/libressl:0= )
+		)
+	)"
+DEPEND="${RDEPEND}
+	>=sys-devel/libtool-2"
+
+REQUIRED_USE="gnutls? ( ssl )"
+
+DOCS=( README AUTHORS ChangeLog DETAILS NEWS TODO )
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-6.0.2_p434-fix_implicit_declarations.patch
+	epatch "${FILESDIR}"/${PN}-6.0.2_p434-gnutls_certificate_type_set_priority.patch
+	epatch "${FILESDIR}"/${PN}-6.0.2_p434-gnutls_session.patch
+
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable http)  \
+		$(use_enable icp) \
+		$(use_enable priority) \
+		$(use_enable smtp) \
+		$(use_enable tos) \
+		$(use_with idn libidn) \
+		$(usex gnutls $(use_with gnutls) $(use_with ssl)) \
+		--config-cache \
+		--disable-static \
+		--disable-ttcp
+}
+
+src_install() {
+	default
+	prune_libtool_files
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/echoping/
@ 2020-11-27  0:07 Thomas Deutschmann
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Deutschmann @ 2020-11-27  0:07 UTC (permalink / raw
  To: gentoo-commits

commit:     a51bf2c701ad1072d5191edc32a65c7f1ff4c68b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 00:04:40 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 00:04:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51bf2c7

net-analyzer/echoping: x86 stable (bug #756973)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild
index 17e0727353a..fc63929f5c4 100644
--- a/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild
+++ b/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~hppa x86"
 IUSE="libressl gnutls http icp idn priority smtp ssl tos postgres ldap"
 RESTRICT="test"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/echoping/
@ 2020-11-27  8:39 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2020-11-27  8:39 UTC (permalink / raw
  To: gentoo-commits

commit:     326e0214b4118a95b0b9fee16c5b13260cc01142
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 08:38:14 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 08:38:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326e0214

net-analyzer/echoping: amd64 stable wrt bug #756973

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild
index fc63929f5c4..3557e9a751a 100644
--- a/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild
+++ b/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa x86"
+KEYWORDS="amd64 ~hppa x86"
 IUSE="libressl gnutls http icp idn priority smtp ssl tos postgres ldap"
 RESTRICT="test"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/echoping/
@ 2020-11-27 14:46 Aaron Bauman
  0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2020-11-27 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     908a357e5abdf47ccdae80cda830235d636b4407
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 14:36:01 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 14:36:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908a357e

net-analyzer/echoping: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 .../echoping/echoping-6.0.2_p434-r2.ebuild         | 56 --------------------
 .../echoping/echoping-6.0.2_p434-r3.ebuild         | 59 ----------------------
 2 files changed, 115 deletions(-)

diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r2.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r2.ebuild
deleted file mode 100644
index 3ef54165ba6..00000000000
--- a/net-analyzer/echoping/echoping-6.0.2_p434-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils ltprune
-
-DESCRIPTION="Small program to test performances of remote servers"
-HOMEPAGE="http://echoping.sourceforge.net/"
-SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa x86"
-IUSE="gnutls http icp idn priority smtp ssl tos postgres ldap"
-RESTRICT="test"
-
-RDEPEND="idn? ( net-dns/libidn )
-	postgres? ( dev-db/postgresql:* )
-	ldap? ( net-nds/openldap )
-	ssl? (
-		gnutls? ( >=net-libs/gnutls-3.3:= )
-		!gnutls? ( >=dev-libs/openssl-0.9.7d:= )
-	)"
-DEPEND="${RDEPEND}
-	>=sys-devel/libtool-2"
-
-REQUIRED_USE="gnutls? ( ssl )"
-
-DOCS=( README AUTHORS ChangeLog DETAILS NEWS TODO )
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-6.0.2_p434-fix_implicit_declarations.patch
-	epatch "${FILESDIR}"/${PN}-6.0.2_p434-gnutls_certificate_type_set_priority.patch
-	epatch "${FILESDIR}"/${PN}-6.0.2_p434-gnutls_session.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable http)  \
-		$(use_enable icp) \
-		$(use_enable priority) \
-		$(use_enable smtp) \
-		$(use_enable tos) \
-		$(use_with idn libidn) \
-		$(usex gnutls $(use_with gnutls) $(use_with ssl)) \
-		--config-cache \
-		--disable-static \
-		--disable-ttcp
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}

diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r3.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r3.ebuild
deleted file mode 100644
index ea9b234861e..00000000000
--- a/net-analyzer/echoping/echoping-6.0.2_p434-r3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils ltprune
-
-DESCRIPTION="Small program to test performances of remote servers"
-HOMEPAGE="http://echoping.sourceforge.net/"
-SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="libressl gnutls http icp idn priority smtp ssl tos postgres ldap"
-RESTRICT="test"
-
-RDEPEND="idn? ( net-dns/libidn )
-	postgres? ( dev-db/postgresql:* )
-	ldap? ( net-nds/openldap )
-	ssl? (
-		gnutls? ( >=net-libs/gnutls-3.3:= )
-		!gnutls? (
-			!libressl? ( dev-libs/openssl:0= )
-			libressl? ( dev-libs/libressl:0= )
-		)
-	)"
-DEPEND="${RDEPEND}
-	>=sys-devel/libtool-2"
-
-REQUIRED_USE="gnutls? ( ssl )"
-
-DOCS=( README AUTHORS ChangeLog DETAILS NEWS TODO )
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-6.0.2_p434-fix_implicit_declarations.patch
-	epatch "${FILESDIR}"/${PN}-6.0.2_p434-gnutls_certificate_type_set_priority.patch
-	epatch "${FILESDIR}"/${PN}-6.0.2_p434-gnutls_session.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable http)  \
-		$(use_enable icp) \
-		$(use_enable priority) \
-		$(use_enable smtp) \
-		$(use_enable tos) \
-		$(use_with idn libidn) \
-		$(usex gnutls $(use_with gnutls) $(use_with ssl)) \
-		--config-cache \
-		--disable-static \
-		--disable-ttcp
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/echoping/
@ 2021-04-30 18:46 Mikle Kolyada
  0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada @ 2021-04-30 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     c08cedb936e88fc90b3a353705000d3c6b6ecf1f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 18:37:35 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 18:37:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08cedb9

net-analyzer/echoping: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild
index 3557e9a751a..d71c50abb9f 100644
--- a/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild
+++ b/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
 
 SLOT="0"
 KEYWORDS="amd64 ~hppa x86"
-IUSE="libressl gnutls http icp idn priority smtp ssl tos postgres ldap"
+IUSE="gnutls http icp idn priority smtp ssl tos postgres ldap"
 RESTRICT="test"
 
 RDEPEND="
@@ -21,8 +21,7 @@ RDEPEND="
 	ssl? (
 		gnutls? ( >=net-libs/gnutls-3.3:= )
 		!gnutls? (
-			!libressl? ( dev-libs/openssl:0= )
-			libressl? ( dev-libs/libressl:0= )
+			dev-libs/openssl:0=
 		)
 	)
 "


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/echoping/
@ 2021-10-19 19:09 Jakov Smolić
  0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2021-10-19 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a8e683d8509f43d3d54056fb07614295dcf67c67
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 19 19:01:34 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Oct 19 19:08:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e683d8

net-analyzer/echoping: Update SRC_URI

jer@ is retired and I've archived the distfiles in my devspace

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild
index d71c50abb9f..c623eb8d039 100644
--- a/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild
+++ b/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild
@@ -6,7 +6,7 @@ inherit autotools
 
 DESCRIPTION="Small program to test performances of remote servers"
 HOMEPAGE="http://echoping.sourceforge.net/"
-SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
+SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${P}.tar.gz"
 LICENSE="GPL-2"
 
 SLOT="0"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/echoping/
@ 2022-03-23  0:45 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-03-23  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     d857bd6e881073e44ab59414aeff763a82ff6373
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 00:33:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 00:44:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d857bd6e

net-analyzer/echoping: add subslot dep on OpenLDAP

New OpenLDAP breaks ABI (changes SONAME)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...{echoping-6.0.2_p434-r4.ebuild => echoping-6.0.2_p434-r5.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r5.ebuild
similarity index 93%
rename from net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild
rename to net-analyzer/echoping/echoping-6.0.2_p434-r5.ebuild
index c623eb8d0390..d5d48472542e 100644
--- a/net-analyzer/echoping/echoping-6.0.2_p434-r4.ebuild
+++ b/net-analyzer/echoping/echoping-6.0.2_p434-r5.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
@@ -15,8 +15,8 @@ IUSE="gnutls http icp idn priority smtp ssl tos postgres ldap"
 RESTRICT="test"
 
 RDEPEND="
-	idn? ( net-dns/libidn )
-	ldap? ( net-nds/openldap )
+	idn? ( net-dns/libidn:= )
+	ldap? ( net-nds/openldap:= )
 	postgres? ( dev-db/postgresql:* )
 	ssl? (
 		gnutls? ( >=net-libs/gnutls-3.3:= )


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/echoping/
@ 2024-03-05  4:48 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-03-05  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6cd9b86b85a2b7130e0984fe8934499dc2833835
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Tue Mar  5 03:34:02 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  5 04:47:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd9b86b

net-analyzer/echoping: update HOMEPAGE

The sourceforge site no longer exists at all.

For a while it was moved to https://github.com/bortzmeyer/echoping (and
this is for example the homepage recorded by Debian) but that has been
decommissioned as well, this time with a message directing you where to
go now.

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/echoping/echoping-6.0.2_p434-r5.ebuild | 2 +-
 net-analyzer/echoping/metadata.xml                  | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r5.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r5.ebuild
index de26fde05061..69a6db661c00 100644
--- a/net-analyzer/echoping/echoping-6.0.2_p434-r5.ebuild
+++ b/net-analyzer/echoping/echoping-6.0.2_p434-r5.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 inherit autotools
 
 DESCRIPTION="Small program to test performances of remote servers"
-HOMEPAGE="http://echoping.sourceforge.net/"
+HOMEPAGE="https://framagit.org/bortzmeyer/echoping"
 SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${P}.tar.gz"
 LICENSE="GPL-2"
 

diff --git a/net-analyzer/echoping/metadata.xml b/net-analyzer/echoping/metadata.xml
index 082e1799e9a2..78a65a684593 100644
--- a/net-analyzer/echoping/metadata.xml
+++ b/net-analyzer/echoping/metadata.xml
@@ -12,7 +12,4 @@
 		<flag name="smtp">enable support for SMTP protocol.</flag>
 		<flag name="tos">enable support for TOS (TYpe Of Service).</flag>
 	</use>
-	<upstream>
-		<remote-id type="sourceforge">echoping</remote-id>
-	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-03-05  4:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-30 18:46 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/echoping/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2024-03-05  4:48 Sam James
2022-03-23  0:45 Sam James
2021-10-19 19:09 Jakov Smolić
2020-11-27 14:46 Aaron Bauman
2020-11-27  8:39 Agostino Sarubbo
2020-11-27  0:07 Thomas Deutschmann
2016-07-13 15:46 Anthony G. Basile
2016-06-25 21:02 Jeroen Roovers
2016-05-20  8:00 Jeroen Roovers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox