public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Modem-Vgetty/
@ 2017-11-22  8:47 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2017-11-22  8:47 UTC (permalink / raw
  To: gentoo-commits

commit:     98e8f7b04edc1e8e8c9215f0e428c95bbb3962f8
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 08:47:29 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 08:47:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e8f7b0

dev-perl/Modem-Vgetty: EAPI6, add tests

- EAPI6ify
- Add basic compile time testing

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/Modem-Vgetty/Manifest                     |  2 +-
 .../Modem-Vgetty/Modem-Vgetty-0.30.0-r2.ebuild     | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Modem-Vgetty/Manifest b/dev-perl/Modem-Vgetty/Manifest
index 3988e296fad..47ba7b67074 100644
--- a/dev-perl/Modem-Vgetty/Manifest
+++ b/dev-perl/Modem-Vgetty/Manifest
@@ -1 +1 @@
-DIST Modem-Vgetty-0.03.tar.gz 11763 SHA256 0e3f01693c16c3063ecf474fcccbf3a1d0bbaa32c6b01f735b222c29d4f50a4d SHA512 19a50ebcd3c85205c3d89f9b995810aed3945fd19810ee68f540dd2a3a80d2ff840a7899828ae9261b28d47b9abc22a806b51ddcc6c6ef2553ef2d0bac8d0707 WHIRLPOOL 4c3df6dcb3f1b170ca6d462144e97c2909ffa479ca009e1ee01a5059b275aa177a3909a71852cfcef9702216d207741020ff042f7bd5e2053ca467598377e013
+DIST Modem-Vgetty-0.03.tar.gz 11763 BLAKE2B d70cb4c4023ec726c3b3774e15ad231f559c6e19a1950816d6371b727d496b79131bd5526263a176b37b52c8530927e3a737efac04710f6eb4ed059557284c72 SHA512 19a50ebcd3c85205c3d89f9b995810aed3945fd19810ee68f540dd2a3a80d2ff840a7899828ae9261b28d47b9abc22a806b51ddcc6c6ef2553ef2d0bac8d0707

diff --git a/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r2.ebuild b/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r2.ebuild
new file mode 100644
index 00000000000..6d7b1e17050
--- /dev/null
+++ b/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=YENYA
+DIST_VERSION=0.03
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module
+
+DESCRIPTION="Interface to voice modems using vgetty"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_test() {
+	local MODULES=(
+		"Modem::Vgetty ${DIST_VERSION}"
+	)
+	local failed=()
+	for dep in "${MODULES[@]}"; do
+		ebegin "Compile testing ${dep}"
+			perl -Mblib="${S}" -M"${dep} ()" -e1
+		eend $? || failed+=( "$dep" )
+	done
+	if [[ ${failed[@]} ]]; then
+		echo
+		eerror "One or more modules failed compile:";
+		for dep in "${failed[@]}"; do
+			eerror "  ${dep}"
+		done
+		die "Failing due to module compilation errors";
+	fi
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Modem-Vgetty/
@ 2018-07-15 15:51 Mikle Kolyada
  0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2018-07-15 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e7446e038da0923efe7e5bb9e7c5919d99219da5
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 15:39:23 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 15:51:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7446e03

dev-perl/Modem-Vgetty: amd64 stable wrt bug #661196

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r2.ebuild b/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r2.ebuild
index 6d7b1e17050..922941756cb 100644
--- a/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r2.ebuild
+++ b/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-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
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Interface to voice modems using vgetty"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 src_test() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Modem-Vgetty/
@ 2018-08-18  1:17 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2018-08-18  1:17 UTC (permalink / raw
  To: gentoo-commits

commit:     2dc7f169a298d1d74010bc704a81ab4b71aa6e07
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 17 06:09:34 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 01:16:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc7f169

dev-perl/Modem-Vgetty: Cleanup old version 0.30.0-r1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r1.ebuild | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r1.ebuild b/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r1.ebuild
deleted file mode 100644
index abcfee29573..00000000000
--- a/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=YENYA
-MODULE_VERSION=0.03
-inherit perl-module
-
-DESCRIPTION="Interface to voice modems using vgetty"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-#SRC_TEST="do" # no tests


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Modem-Vgetty/
@ 2021-11-14 16:12 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-11-14 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     602972e4f76ad022d9ef77b48761e39387ab189f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 16:01:21 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 16:11:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602972e4

dev-perl/Modem-Vgetty: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...{Modem-Vgetty-0.30.0-r2.ebuild => Modem-Vgetty-0.30.0-r3.ebuild} | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r2.ebuild b/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r3.ebuild
similarity index 92%
rename from dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r2.ebuild
rename to dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r3.ebuild
index 922941756cb0..89313fde42a0 100644
--- a/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r2.ebuild
+++ b/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=YENYA
 DIST_VERSION=0.03
@@ -9,10 +9,8 @@ DIST_EXAMPLES=( "examples/*" )
 inherit perl-module
 
 DESCRIPTION="Interface to voice modems using vgetty"
-
 SLOT="0"
 KEYWORDS="amd64 ~x86"
-IUSE=""
 
 src_test() {
 	local MODULES=(


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

end of thread, other threads:[~2021-11-14 16:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-15 15:51 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Modem-Vgetty/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2021-11-14 16:12 Andreas K. Hüttel
2018-08-18  1:17 Kent Fredric
2017-11-22  8:47 Kent Fredric

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