* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Device-SerialPort/
@ 2017-10-20 7:40 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2017-10-20 7:40 UTC (permalink / raw
To: gentoo-commits
commit: b5dfb800693ccbf78a0b90c1603ce6200af48228
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 07:39:28 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 07:39:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5dfb800
dev-perl/Device-SerialPort: EAPI6 + Basic tests
- EAPI6
- Add compile tests
- Fence/Document advanced testing
- Add USE="examples"
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../Device-SerialPort-1.40.0-r2.ebuild | 53 ++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
new file mode 100644
index 00000000000..175ab8c6cee
--- /dev/null
+++ b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=COOK
+DIST_VERSION=1.04
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="A Serial port Perl Module"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+#From the module:
+# If you run 'make test', you must make sure that nothing is plugged
+# into '/dev/ttyS1'!
+# Doesn't sound wise to enable SRC_TEST="do" - mcummings
+
+src_configure() {
+ myconf=()
+ [[ -n "${DEVICE_SERIALPORT_PORT}" ]] && myconf+=( "TESTPORT=${DEVICE_SERIALPORT_PORT}" )
+ perl-module_src_configure
+}
+src_test() {
+ local MODULES=(
+ "Device::SerialPort ${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
+ if [[ -n "${DEVICE_SERIALPORT_PORT}" ]]; then
+ DIST_TEST="do"; # Parallel testing a serial port sounds unsmart.
+ perl-module_src_test;
+ else
+ ewarn "Functional tests are disabled without manual intervention."
+ ewarn "For details, read:"
+ ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/Device-SerialPort"
+ fi
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Device-SerialPort/
@ 2018-06-09 10:06 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-06-09 10:06 UTC (permalink / raw
To: gentoo-commits
commit: 865cc27d11e2111e51a048e333b034b6b719ceae
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sat Jun 9 08:32:37 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 9 10:05:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865cc27d
dev-perl/Device-SerialPort: stable 1.40.0-r2 for sparc
Bug: https://bugs.gentoo.org/657558
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
index 175ab8c6cee..0f5cc2205e4 100644
--- a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
+++ b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.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="A Serial port Perl Module"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc sparc ~x86"
IUSE=""
#From the module:
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Device-SerialPort/
@ 2018-06-10 14:57 Aaron Bauman
0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2018-06-10 14:57 UTC (permalink / raw
To: gentoo-commits
commit: 18174572163f22dd5eab3b0abbe8881fa85aad9e
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 14:57:07 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 14:57:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18174572
dev-perl/Device-SerialPort: amd64 stable wrt bug #657558
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
index 0f5cc2205e4..bccfa86867d 100644
--- a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
+++ b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A Serial port Perl Module"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc sparc ~x86"
IUSE=""
#From the module:
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Device-SerialPort/
@ 2018-06-10 15:48 Thomas Deutschmann
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 15:48 UTC (permalink / raw
To: gentoo-commits
commit: 28bf4d076486624486822efc3c45db094efe246e
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 15:48:04 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 15:48:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28bf4d07
dev-perl/Device-SerialPort: x86 stable (bug #657558)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
index bccfa86867d..1fb29526239 100644
--- a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
+++ b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A Serial port Perl Module"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc sparc x86"
IUSE=""
#From the module:
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Device-SerialPort/
@ 2018-06-10 18:39 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-06-10 18:39 UTC (permalink / raw
To: gentoo-commits
commit: a725a61f6f5d0c1a2af7258623b104d5598695a2
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 18:37:05 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 18:39:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a725a61f
dev-perl/Device-SerialPort: stable 1.40.0-r2 for ia64, bug #657558
Bug: https://bugs.gentoo.org/657558
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
index 1fb29526239..8ebf0f73315 100644
--- a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
+++ b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A Serial port Perl Module"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc sparc x86"
IUSE=""
#From the module:
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Device-SerialPort/
@ 2018-06-25 20:43 Tobias Klausmann
0 siblings, 0 replies; 12+ messages in thread
From: Tobias Klausmann @ 2018-06-25 20:43 UTC (permalink / raw
To: gentoo-commits
commit: aca4c738ee01639ea1689776211c9fad73463c12
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 25 20:43:35 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Jun 25 20:43:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca4c738
dev-perl/Device-SerialPort-1.40.0-r2: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/657558
dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
index 36a4780baf6..d5244a9dfd4 100644
--- a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
+++ b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A Serial port Perl Module"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc sparc x86"
IUSE=""
#From the module:
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Device-SerialPort/
@ 2020-04-14 7:58 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2020-04-14 7:58 UTC (permalink / raw
To: gentoo-commits
commit: 140d49d709990a28ef6c362bcd023519124b8252
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 12 14:03:46 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 07:55:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140d49d7
dev-perl/Device-SerialPort: Remove old 1.40.0-r1
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Device-SerialPort-1.40.0-r1.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r1.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r1.ebuild
deleted file mode 100644
index f0bc0134dc0..00000000000
--- a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=COOK
-MODULE_VERSION=1.04
-inherit perl-module
-
-DESCRIPTION="A Serial port Perl Module"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc sparc x86"
-IUSE=""
-
-#From the module:
-# If you run 'make test', you must make sure that nothing is plugged
-# into '/dev/ttyS1'!
-# Doesn't sound wise to enable SRC_TEST="do" - mcummings
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Device-SerialPort/
@ 2020-07-30 9:48 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2020-07-30 9:48 UTC (permalink / raw
To: gentoo-commits
commit: 035bf924263ce3c55e0b42d4560c3dbcdd239b6c
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 09:47:01 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 09:47:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=035bf924
dev-perl/Device-SerialPort: -r bump for EAPI7 & Fixes
- EAPI7
- Fix license as best as possible
- Ensure CFLAGS passed to make/compiler
- Indent wiki link slightly for clearer readability
Bug: https://bugs.gentoo.org/734728
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Device-SerialPort-1.40.0-r3.ebuild | 59 ++++++++++++++++++++++
1 file changed, 59 insertions(+)
diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild
new file mode 100644
index 00000000000..1964f6c577e
--- /dev/null
+++ b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=COOK
+DIST_VERSION=1.04
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="A Serial port Perl Module"
+# https://bugs.gentoo.org/734728
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+
+#From the module:
+# If you run 'make test', you must make sure that nothing is plugged
+# into '/dev/ttyS1'!
+# Doesn't sound wise to enable SRC_TEST="do" - mcummings
+
+src_configure() {
+ myconf=()
+ [[ -n "${DEVICE_SERIALPORT_PORT}" ]] && myconf+=( "TESTPORT=${DEVICE_SERIALPORT_PORT}" )
+ perl-module_src_configure
+}
+src_compile() {
+ mymake=(
+ "OPTIMIZE=${CFLAGS}"
+ )
+ perl-module_src_compile
+}
+src_test() {
+ local MODULES=(
+ "Device::SerialPort ${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
+ if [[ -n "${DEVICE_SERIALPORT_PORT}" ]]; then
+ DIST_TEST="do"; # Parallel testing a serial port sounds unsmart.
+ perl-module_src_test;
+ else
+ ewarn "Functional tests are disabled without manual intervention."
+ ewarn "For details, read:"
+ ewarn " https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}#Tests"
+ fi
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Device-SerialPort/
@ 2021-05-24 14:33 Andreas K. Hüttel
0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2021-05-24 14:33 UTC (permalink / raw
To: gentoo-commits
commit: ed927024ef1bd07a5efef165f9bc39e13b535983
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 14:17:27 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May 24 14:32:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed927024
dev-perl/Device-SerialPort: Stable for all
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild
index 1964f6c577e..b877493dcfb 100644
--- a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild
+++ b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.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
@@ -12,7 +12,7 @@ DESCRIPTION="A Serial port Perl Module"
# https://bugs.gentoo.org/734728
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc sparc x86"
#From the module:
# If you run 'make test', you must make sure that nothing is plugged
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Device-SerialPort/
@ 2021-05-24 14:33 Andreas K. Hüttel
0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2021-05-24 14:33 UTC (permalink / raw
To: gentoo-commits
commit: 48ff66a5dd5f60e140af19dd9185aae4fd52bdf3
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 14:17:47 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May 24 14:32:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ff66a5
dev-perl/Device-SerialPort: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Device-SerialPort-1.40.0-r2.ebuild | 53 ----------------------
1 file changed, 53 deletions(-)
diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
deleted file mode 100644
index 0f1ccfb6056..00000000000
--- a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=COOK
-DIST_VERSION=1.04
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="A Serial port Perl Module"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc sparc x86"
-IUSE=""
-
-#From the module:
-# If you run 'make test', you must make sure that nothing is plugged
-# into '/dev/ttyS1'!
-# Doesn't sound wise to enable SRC_TEST="do" - mcummings
-
-src_configure() {
- myconf=()
- [[ -n "${DEVICE_SERIALPORT_PORT}" ]] && myconf+=( "TESTPORT=${DEVICE_SERIALPORT_PORT}" )
- perl-module_src_configure
-}
-src_test() {
- local MODULES=(
- "Device::SerialPort ${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
- if [[ -n "${DEVICE_SERIALPORT_PORT}" ]]; then
- DIST_TEST="do"; # Parallel testing a serial port sounds unsmart.
- perl-module_src_test;
- else
- ewarn "Functional tests are disabled without manual intervention."
- ewarn "For details, read:"
- ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/Device-SerialPort"
- fi
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Device-SerialPort/
@ 2022-07-02 23:08 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2022-07-02 23:08 UTC (permalink / raw
To: gentoo-commits
commit: fda4e5bae2e106ffc3ce06fb482fb61a2dbc28aa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 23:08:37 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 23:08:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda4e5ba
dev-perl/Device-SerialPort: fix DIST_TEST (cosmetic)
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild
index b877493dcfb5..4e58fdbd37a3 100644
--- a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild
+++ b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.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
@@ -17,19 +17,21 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc sparc x86"
#From the module:
# If you run 'make test', you must make sure that nothing is plugged
# into '/dev/ttyS1'!
-# Doesn't sound wise to enable SRC_TEST="do" - mcummings
+# Doesn't sound wise to enable DIST_TEST="do" - mcummings
src_configure() {
myconf=()
[[ -n "${DEVICE_SERIALPORT_PORT}" ]] && myconf+=( "TESTPORT=${DEVICE_SERIALPORT_PORT}" )
perl-module_src_configure
}
+
src_compile() {
mymake=(
"OPTIMIZE=${CFLAGS}"
)
perl-module_src_compile
}
+
src_test() {
local MODULES=(
"Device::SerialPort ${DIST_VERSION}"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Device-SerialPort/
@ 2023-06-21 6:22 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-06-21 6:22 UTC (permalink / raw
To: gentoo-commits
commit: 49fc86339afabc41fc443379af7090d3906f1951
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 06:12:46 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 06:22:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49fc8633
dev-perl/Device-SerialPort: update DESCRIPTION
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild
index 4e58fdbd37a3..e697d80e4533 100644
--- a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild
+++ b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ DIST_VERSION=1.04
DIST_EXAMPLES=("eg/*")
inherit perl-module
-DESCRIPTION="A Serial port Perl Module"
+DESCRIPTION="Serial port Perl Module"
# https://bugs.gentoo.org/734728
LICENSE="GPL-2+"
SLOT="0"
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2023-06-21 6:22 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-10 14:57 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Device-SerialPort/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2023-06-21 6:22 Sam James
2022-07-02 23:08 Sam James
2021-05-24 14:33 Andreas K. Hüttel
2021-05-24 14:33 Andreas K. Hüttel
2020-07-30 9:48 Kent Fredric
2020-04-14 7:58 Kent Fredric
2018-06-25 20:43 Tobias Klausmann
2018-06-10 18:39 Sergei Trofimovich
2018-06-10 15:48 Thomas Deutschmann
2018-06-09 10:06 Sergei Trofimovich
2017-10-20 7:40 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox