public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/alive/
@ 2019-11-13  1:03 Aaron Bauman
  0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2019-11-13  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ae3c9bef009a574d7ab26df10078116c41bc9527
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 00:00:34 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 01:02:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3c9bef

net-analyzer/alive: drop old

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

 net-analyzer/alive/Manifest           |  1 -
 net-analyzer/alive/alive-2.0.1.ebuild | 19 -------------------
 2 files changed, 20 deletions(-)

diff --git a/net-analyzer/alive/Manifest b/net-analyzer/alive/Manifest
index c1c7d346f63..f4bb81d3f63 100644
--- a/net-analyzer/alive/Manifest
+++ b/net-analyzer/alive/Manifest
@@ -1,2 +1 @@
-DIST alive-2.0.1.tar.xz 172320 BLAKE2B 9fdee5169ef5bc39527b68bc1acf4a5fed38d3e95fb67e2bf2fb82a457f1135d8e19cca2e06235c1c9368e40ed47eb764cbba3c412e5d3751882764cfd169fa1 SHA512 9f1d4020b72568e96ea67010728cb1274a883f7328444009839be999a1fc9466e8199d8415e589e27314106a8ae1c4a18f0b1bd342185e7878895ad962289ecf
 DIST alive-2.0.2.tar.xz 174936 BLAKE2B f3998d1cbf81d77be449cf1157bc570837b87fd15a860041273059de69536ff9cab8d00b8cb1191b2d6d692b41fb3fa5863248267a86ad542326f48c8ab43730 SHA512 7e9c88f62ab5c0248d1e42b81e2106f43fc9587543782623e8a564ab99fd1d4a55058a175dc46d25520454c07f732101c7e62248ce992d1a8a615f531b1c090e

diff --git a/net-analyzer/alive/alive-2.0.1.ebuild b/net-analyzer/alive/alive-2.0.1.ebuild
deleted file mode 100644
index 56023534aa0..00000000000
--- a/net-analyzer/alive/alive-2.0.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="a periodic ping program"
-HOMEPAGE="https://www.gnu.org/software/alive/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE=""
-
-DEPEND="app-arch/xz-utils"
-RDEPEND="
-	dev-scheme/guile
-	net-misc/iputils
-"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/alive/
@ 2019-12-17  9:38 Jeroen Roovers
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers @ 2019-12-17  9:38 UTC (permalink / raw
  To: gentoo-commits

commit:     2f4b3aba255ae4de2eb20330890100d128d2e914
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 09:36:42 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 09:38:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4b3aba

net-analyzer/alive: EAPI=7

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/alive/alive-2.0.2-r1.ebuild | 33 ++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/net-analyzer/alive/alive-2.0.2-r1.ebuild b/net-analyzer/alive/alive-2.0.2-r1.ebuild
new file mode 100644
index 00000000000..9ee866d5fd4
--- /dev/null
+++ b/net-analyzer/alive/alive-2.0.2-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="a periodic ping program"
+HOMEPAGE="https://www.gnu.org/software/alive/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+
+COMMON_DEPEND="
+	net-misc/iputils
+"
+DEPEND="
+	app-arch/xz-utils
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	dev-scheme/guile
+	${COMMON_DEPEND}
+"
+PATCHES=(
+	"${FILESDIR}"/${P}-ping-test.patch
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/alive/
@ 2019-12-17  9:38 Jeroen Roovers
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers @ 2019-12-17  9:38 UTC (permalink / raw
  To: gentoo-commits

commit:     0132ddab36889721f14d0dc9740bfb0865da5dfd
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 09:37:28 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 09:38:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0132ddab

net-analyzer/alive: Old

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/alive/alive-2.0.2.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/net-analyzer/alive/alive-2.0.2.ebuild b/net-analyzer/alive/alive-2.0.2.ebuild
deleted file mode 100644
index 7c00e7498f3..00000000000
--- a/net-analyzer/alive/alive-2.0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="a periodic ping program"
-HOMEPAGE="https://www.gnu.org/software/alive/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE=""
-
-COMMON_DEPEND="net-misc/iputils"
-DEPEND="
-	app-arch/xz-utils
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	dev-scheme/guile
-	${COMMON_DEPEND}
-"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-ping-test.patch
-	eautoreconf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/alive/
@ 2021-03-16 13:10 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-03-16 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     ba005557677479277cb36d580ccca5872123992a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 12:43:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 13:09:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba005557

net-analyzer/alive: add 2.0.3

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

 net-analyzer/alive/Manifest           |  1 +
 net-analyzer/alive/alive-2.0.3.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/net-analyzer/alive/Manifest b/net-analyzer/alive/Manifest
index f4bb81d3f63..178ee9fad23 100644
--- a/net-analyzer/alive/Manifest
+++ b/net-analyzer/alive/Manifest
@@ -1 +1,2 @@
 DIST alive-2.0.2.tar.xz 174936 BLAKE2B f3998d1cbf81d77be449cf1157bc570837b87fd15a860041273059de69536ff9cab8d00b8cb1191b2d6d692b41fb3fa5863248267a86ad542326f48c8ab43730 SHA512 7e9c88f62ab5c0248d1e42b81e2106f43fc9587543782623e8a564ab99fd1d4a55058a175dc46d25520454c07f732101c7e62248ce992d1a8a615f531b1c090e
+DIST alive-2.0.3.tar.xz 187396 BLAKE2B 0614ae8d0707abf59dd1500d986ce21221092d118a40ae92e838bd11b81a2b5fd261a531843f99992746a86a31bbb494a9f35f9fa0ad5c0ea896d68edec17205 SHA512 3b2f14d84682466e02fc6678ba26eb4c0b9378f1c938a7463cc5736501cbf144baaeb7dea2c8343a916891ce4e2d580bac946c913c01d7c25e12bfa611c89422

diff --git a/net-analyzer/alive/alive-2.0.3.ebuild b/net-analyzer/alive/alive-2.0.3.ebuild
new file mode 100644
index 00000000000..89a15d6ada2
--- /dev/null
+++ b/net-analyzer/alive/alive-2.0.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A periodic ping program"
+HOMEPAGE="https://www.gnu.org/software/alive/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="app-arch/xz-utils"
+DEPEND="
+	dev-scheme/guile
+"
+RDEPEND="
+	${DEPEND}
+	dev-scheme/xdgdirs
+	net-misc/iputils
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.0.2-ping-test.patch
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/alive/
@ 2021-03-27 19:17 Sergei Trofimovich
  0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich @ 2021-03-27 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     30977815469ae98cfe77a96d1906b4ec252dd3a2
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 19:15:32 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 19:15:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30977815

net-analyzer/alive: keyworded 2.0.3 for hppa

keyworded wrt bug #776664

Package-Manager: Portage-3.0.17, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-analyzer/alive/alive-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/alive/alive-2.0.3.ebuild b/net-analyzer/alive/alive-2.0.3.ebuild
index 89a15d6ada2..3fa7ea4ce16 100644
--- a/net-analyzer/alive/alive-2.0.3.ebuild
+++ b/net-analyzer/alive/alive-2.0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 
 BDEPEND="app-arch/xz-utils"
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/alive/
@ 2021-04-01 12:19 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2021-04-01 12:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a87ed83372f01daaaf912e9aebbaab7bee897b97
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  1 12:15:10 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr  1 12:15:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87ed833

net-analyzer/alive: x86 keyworded (bug #776664)

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

 net-analyzer/alive/alive-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/alive/alive-2.0.3.ebuild b/net-analyzer/alive/alive-2.0.3.ebuild
index 3fa7ea4ce16..34cb398fe14 100644
--- a/net-analyzer/alive/alive-2.0.3.ebuild
+++ b/net-analyzer/alive/alive-2.0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa"
+KEYWORDS="~amd64 ~hppa ~x86"
 
 BDEPEND="app-arch/xz-utils"
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/alive/
@ 2022-01-02  3:05 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-01-02  3:05 UTC (permalink / raw
  To: gentoo-commits

commit:     3ee6f08f64b77f0d0a96f5edc09c3efe2bf00491
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 01:43:53 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 01:43:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee6f08f

net-analyzer/alive: add 2.0.4

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

 net-analyzer/alive/Manifest           |  1 +
 net-analyzer/alive/alive-2.0.4.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/net-analyzer/alive/Manifest b/net-analyzer/alive/Manifest
index 178ee9fad231..98f7f2f6c1fb 100644
--- a/net-analyzer/alive/Manifest
+++ b/net-analyzer/alive/Manifest
@@ -1,2 +1,3 @@
 DIST alive-2.0.2.tar.xz 174936 BLAKE2B f3998d1cbf81d77be449cf1157bc570837b87fd15a860041273059de69536ff9cab8d00b8cb1191b2d6d692b41fb3fa5863248267a86ad542326f48c8ab43730 SHA512 7e9c88f62ab5c0248d1e42b81e2106f43fc9587543782623e8a564ab99fd1d4a55058a175dc46d25520454c07f732101c7e62248ce992d1a8a615f531b1c090e
 DIST alive-2.0.3.tar.xz 187396 BLAKE2B 0614ae8d0707abf59dd1500d986ce21221092d118a40ae92e838bd11b81a2b5fd261a531843f99992746a86a31bbb494a9f35f9fa0ad5c0ea896d68edec17205 SHA512 3b2f14d84682466e02fc6678ba26eb4c0b9378f1c938a7463cc5736501cbf144baaeb7dea2c8343a916891ce4e2d580bac946c913c01d7c25e12bfa611c89422
+DIST alive-2.0.4.tar.lz 185849 BLAKE2B 34d2a29ea084b4bed960169fbf3d20377e79b56c183f1a3c1a05b6eb0a45a388267354d1740b7a9d63ff87281213e424362acb0f74b6d9351dbfad209b427edc SHA512 64842286fbe1ccd4d44d20610443fc5f5a2aef2acaef4d79e56ed9b6064f87ddd8af4dfb96b4a425a6cc28f8c741dbcda6ae86adbc5be86cb5c5925d7897e3c6

diff --git a/net-analyzer/alive/alive-2.0.4.ebuild b/net-analyzer/alive/alive-2.0.4.ebuild
new file mode 100644
index 000000000000..567f090930f3
--- /dev/null
+++ b/net-analyzer/alive/alive-2.0.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools unpacker
+
+DESCRIPTION="A periodic ping program"
+HOMEPAGE="https://www.gnu.org/software/alive/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+
+DEPEND="dev-scheme/guile"
+RDEPEND="${DEPEND}
+	dev-scheme/xdgdirs
+	net-misc/iputils"
+BDEPEND="$(unpacker_src_uri_depends)"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.0.2-ping-test.patch
+)
+
+src_prepare() {
+	default
+
+	eautoreconf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/alive/
@ 2022-01-02  7:12 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-01-02  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     7812800effb8a039aba63470e32c17a1659b4366
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 07:12:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 07:12:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7812800e

net-analyzer/alive: drop 2.0.2-r1

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

 net-analyzer/alive/Manifest              |  1 -
 net-analyzer/alive/alive-2.0.2-r1.ebuild | 33 --------------------------------
 2 files changed, 34 deletions(-)

diff --git a/net-analyzer/alive/Manifest b/net-analyzer/alive/Manifest
index 98f7f2f6c1fb..d83780149093 100644
--- a/net-analyzer/alive/Manifest
+++ b/net-analyzer/alive/Manifest
@@ -1,3 +1,2 @@
-DIST alive-2.0.2.tar.xz 174936 BLAKE2B f3998d1cbf81d77be449cf1157bc570837b87fd15a860041273059de69536ff9cab8d00b8cb1191b2d6d692b41fb3fa5863248267a86ad542326f48c8ab43730 SHA512 7e9c88f62ab5c0248d1e42b81e2106f43fc9587543782623e8a564ab99fd1d4a55058a175dc46d25520454c07f732101c7e62248ce992d1a8a615f531b1c090e
 DIST alive-2.0.3.tar.xz 187396 BLAKE2B 0614ae8d0707abf59dd1500d986ce21221092d118a40ae92e838bd11b81a2b5fd261a531843f99992746a86a31bbb494a9f35f9fa0ad5c0ea896d68edec17205 SHA512 3b2f14d84682466e02fc6678ba26eb4c0b9378f1c938a7463cc5736501cbf144baaeb7dea2c8343a916891ce4e2d580bac946c913c01d7c25e12bfa611c89422
 DIST alive-2.0.4.tar.lz 185849 BLAKE2B 34d2a29ea084b4bed960169fbf3d20377e79b56c183f1a3c1a05b6eb0a45a388267354d1740b7a9d63ff87281213e424362acb0f74b6d9351dbfad209b427edc SHA512 64842286fbe1ccd4d44d20610443fc5f5a2aef2acaef4d79e56ed9b6064f87ddd8af4dfb96b4a425a6cc28f8c741dbcda6ae86adbc5be86cb5c5925d7897e3c6

diff --git a/net-analyzer/alive/alive-2.0.2-r1.ebuild b/net-analyzer/alive/alive-2.0.2-r1.ebuild
deleted file mode 100644
index 9ee866d5fd4c..000000000000
--- a/net-analyzer/alive/alive-2.0.2-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="a periodic ping program"
-HOMEPAGE="https://www.gnu.org/software/alive/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-
-COMMON_DEPEND="
-	net-misc/iputils
-"
-DEPEND="
-	app-arch/xz-utils
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	dev-scheme/guile
-	${COMMON_DEPEND}
-"
-PATCHES=(
-	"${FILESDIR}"/${P}-ping-test.patch
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}


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

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

commit:     2589b4b866b4649714559a4d05e8b5c04e37c7a1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  3 00:02:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  3 00:10:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2589b4b8

net-analyzer/alive: add 2.0.5

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

 net-analyzer/alive/Manifest           |  1 +
 net-analyzer/alive/alive-2.0.5.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/net-analyzer/alive/Manifest b/net-analyzer/alive/Manifest
index d83780149093..87f824415e95 100644
--- a/net-analyzer/alive/Manifest
+++ b/net-analyzer/alive/Manifest
@@ -1,2 +1,3 @@
 DIST alive-2.0.3.tar.xz 187396 BLAKE2B 0614ae8d0707abf59dd1500d986ce21221092d118a40ae92e838bd11b81a2b5fd261a531843f99992746a86a31bbb494a9f35f9fa0ad5c0ea896d68edec17205 SHA512 3b2f14d84682466e02fc6678ba26eb4c0b9378f1c938a7463cc5736501cbf144baaeb7dea2c8343a916891ce4e2d580bac946c913c01d7c25e12bfa611c89422
 DIST alive-2.0.4.tar.lz 185849 BLAKE2B 34d2a29ea084b4bed960169fbf3d20377e79b56c183f1a3c1a05b6eb0a45a388267354d1740b7a9d63ff87281213e424362acb0f74b6d9351dbfad209b427edc SHA512 64842286fbe1ccd4d44d20610443fc5f5a2aef2acaef4d79e56ed9b6064f87ddd8af4dfb96b4a425a6cc28f8c741dbcda6ae86adbc5be86cb5c5925d7897e3c6
+DIST alive-2.0.5.tar.lz 186304 BLAKE2B 8528d7b86030ff0b54cd391a7cd7b42be974d5f605c66c6340468855959d2adf31940312d6693580839e9180813a3e96c2fe86a3842f3abd00af0e08b7f301ee SHA512 f760f9386019ddeac8690eec9119d557d4e288cc8698ce69adc8d9915eb0bc27fcf4015e9c4710411321d21c11731e61be754e9b827dceceab6463e531ed4240

diff --git a/net-analyzer/alive/alive-2.0.5.ebuild b/net-analyzer/alive/alive-2.0.5.ebuild
new file mode 100644
index 000000000000..567f090930f3
--- /dev/null
+++ b/net-analyzer/alive/alive-2.0.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools unpacker
+
+DESCRIPTION="A periodic ping program"
+HOMEPAGE="https://www.gnu.org/software/alive/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+
+DEPEND="dev-scheme/guile"
+RDEPEND="${DEPEND}
+	dev-scheme/xdgdirs
+	net-misc/iputils"
+BDEPEND="$(unpacker_src_uri_depends)"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.0.2-ping-test.patch
+)
+
+src_prepare() {
+	default
+
+	eautoreconf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/alive/
@ 2022-04-09  2:42 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-04-09  2:42 UTC (permalink / raw
  To: gentoo-commits

commit:     75157086ac78722b4a388057d917d77bdc9be7fe
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 02:37:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 02:37:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75157086

net-analyzer/alive: drop 2.0.3, 2.0.4

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

 net-analyzer/alive/Manifest           |  2 --
 net-analyzer/alive/alive-2.0.3.ebuild | 33 ---------------------------------
 net-analyzer/alive/alive-2.0.4.ebuild | 30 ------------------------------
 3 files changed, 65 deletions(-)

diff --git a/net-analyzer/alive/Manifest b/net-analyzer/alive/Manifest
index 87f824415e95..bb460f83ecf4 100644
--- a/net-analyzer/alive/Manifest
+++ b/net-analyzer/alive/Manifest
@@ -1,3 +1 @@
-DIST alive-2.0.3.tar.xz 187396 BLAKE2B 0614ae8d0707abf59dd1500d986ce21221092d118a40ae92e838bd11b81a2b5fd261a531843f99992746a86a31bbb494a9f35f9fa0ad5c0ea896d68edec17205 SHA512 3b2f14d84682466e02fc6678ba26eb4c0b9378f1c938a7463cc5736501cbf144baaeb7dea2c8343a916891ce4e2d580bac946c913c01d7c25e12bfa611c89422
-DIST alive-2.0.4.tar.lz 185849 BLAKE2B 34d2a29ea084b4bed960169fbf3d20377e79b56c183f1a3c1a05b6eb0a45a388267354d1740b7a9d63ff87281213e424362acb0f74b6d9351dbfad209b427edc SHA512 64842286fbe1ccd4d44d20610443fc5f5a2aef2acaef4d79e56ed9b6064f87ddd8af4dfb96b4a425a6cc28f8c741dbcda6ae86adbc5be86cb5c5925d7897e3c6
 DIST alive-2.0.5.tar.lz 186304 BLAKE2B 8528d7b86030ff0b54cd391a7cd7b42be974d5f605c66c6340468855959d2adf31940312d6693580839e9180813a3e96c2fe86a3842f3abd00af0e08b7f301ee SHA512 f760f9386019ddeac8690eec9119d557d4e288cc8698ce69adc8d9915eb0bc27fcf4015e9c4710411321d21c11731e61be754e9b827dceceab6463e531ed4240

diff --git a/net-analyzer/alive/alive-2.0.3.ebuild b/net-analyzer/alive/alive-2.0.3.ebuild
deleted file mode 100644
index 34cb398fe14c..000000000000
--- a/net-analyzer/alive/alive-2.0.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A periodic ping program"
-HOMEPAGE="https://www.gnu.org/software/alive/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-
-BDEPEND="app-arch/xz-utils"
-DEPEND="
-	dev-scheme/guile
-"
-RDEPEND="
-	${DEPEND}
-	dev-scheme/xdgdirs
-	net-misc/iputils
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.0.2-ping-test.patch
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}

diff --git a/net-analyzer/alive/alive-2.0.4.ebuild b/net-analyzer/alive/alive-2.0.4.ebuild
deleted file mode 100644
index 567f090930f3..000000000000
--- a/net-analyzer/alive/alive-2.0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools unpacker
-
-DESCRIPTION="A periodic ping program"
-HOMEPAGE="https://www.gnu.org/software/alive/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-
-DEPEND="dev-scheme/guile"
-RDEPEND="${DEPEND}
-	dev-scheme/xdgdirs
-	net-misc/iputils"
-BDEPEND="$(unpacker_src_uri_depends)"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.0.2-ping-test.patch
-)
-
-src_prepare() {
-	default
-
-	eautoreconf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/alive/
@ 2023-08-18  9:52 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-08-18  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0b08fc35a4b1b972b93d52a600f85527a5ad99ef
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Aug 17 18:39:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 09:38:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b08fc35

net-analyzer/alive: EAPI8 bump, fix LICENSE

Closes: https://bugs.gentoo.org/877407
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32360
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/alive/{alive-2.0.5.ebuild => alive-2.0.5-r1.ebuild} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/alive/alive-2.0.5.ebuild b/net-analyzer/alive/alive-2.0.5-r1.ebuild
similarity index 81%
rename from net-analyzer/alive/alive-2.0.5.ebuild
rename to net-analyzer/alive/alive-2.0.5-r1.ebuild
index 567f090930f3..bfa83a170f30 100644
--- a/net-analyzer/alive/alive-2.0.5.ebuild
+++ b/net-analyzer/alive/alive-2.0.5-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools unpacker
 
-DESCRIPTION="A periodic ping program"
+DESCRIPTION="Periodic ping program"
 HOMEPAGE="https://www.gnu.org/software/alive/"
 SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~x86"
 


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

end of thread, other threads:[~2023-08-18  9:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-03  0:10 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/alive/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-08-18  9:52 Sam James
2022-04-09  2:42 Sam James
2022-01-02  7:12 Sam James
2022-01-02  3:05 Sam James
2021-04-01 12:19 Thomas Deutschmann
2021-03-27 19:17 Sergei Trofimovich
2021-03-16 13:10 Sam James
2019-12-17  9:38 Jeroen Roovers
2019-12-17  9:38 Jeroen Roovers
2019-11-13  1:03 Aaron Bauman

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