public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IMAP-Admin/
@ 2017-10-26  0:42 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-10-26  0:42 UTC (permalink / raw
  To: gentoo-commits

commit:     48dcf0b8310d2e7ed8579d1b8d8857e9e881d8c6
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 00:42:05 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 00:42:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48dcf0b8

dev-perl/IMAP-Admin: Bump to version 1.6.8

- EAPI6
- Add basic compile tests
- Fence/document manual tests

Upstream:
- Remove use of legacy defined(@array) syntax

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild | 36 +++++++++++++++++++++++++++++
 dev-perl/IMAP-Admin/Manifest                |  1 +
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild
new file mode 100644
index 00000000000..0aa8613b1af
--- /dev/null
+++ b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.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=EESTABROO
+DIST_EXAMPLES=("examples/*" "test.pl")
+inherit perl-module
+
+DESCRIPTION="Perl module for basic IMAP server administration"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_test() {
+	local MODULES=(
+		"IMAP::Admin ${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
+	ewarn "Comprehensive testing requires manual steps. For details, see:"
+	ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}"
+}

diff --git a/dev-perl/IMAP-Admin/Manifest b/dev-perl/IMAP-Admin/Manifest
index 1eac3cc7807..1ca103ece67 100644
--- a/dev-perl/IMAP-Admin/Manifest
+++ b/dev-perl/IMAP-Admin/Manifest
@@ -1 +1,2 @@
 DIST IMAP-Admin-1.6.7.tar.gz 14990 SHA256 382f44a8ab92ae9332ce35327c97e49253768719988a569e2fbb18b41acaf58a SHA512 cd4c735b3152e9f9db5198274b6c1dd39a8cf0f127b55e671880e6a6fb2278673e5443df46e9e01741cca1f1013f885781bee6b9c45214919510762475e72a75 WHIRLPOOL 2f0ffa26dd7ac2e825134730b229802e673f8fe5d85b61c77464dec862298bc09965f6dc1e41dbe2c632bc422be1f5462492db2077fbb460b94960284fa77eb7
+DIST IMAP-Admin-1.6.8.tar.gz 15332 SHA256 86bd699bda6774b6281e2abb629deeeb30edb58b7a179679aba90243ef1a7456 SHA512 b9a600b66b539a9d7e5fa3c635f37302bbef87f5403c432f880edd724ab0576b1365303a309582d5dfd455093e8a67ad9716154d55ca9e938dd8175acb7fa0b1 WHIRLPOOL dd3b82a5cba1859affcc498ac63eed26e8685a0bce20ac90bfa363d8fa4bd0b6ebccbf44a44408ddd03917423493bc20d89786de09b7fe822e9af703774a9978


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IMAP-Admin/
@ 2018-06-10 15:56 Thomas Deutschmann
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     62b198a1ef93a5c5343d5af1b2b3e1c4eb4ea3a9
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 15:54:06 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 15:56:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b198a1

dev-perl/IMAP-Admin: x86 stable (bug #657684)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild
index 0aa8613b1af..d0d54c76a3f 100644
--- a/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild
+++ b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module for basic IMAP server administration"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 src_test() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IMAP-Admin/
@ 2018-06-10 19:33 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2018-06-10 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3471998af3d92d067bd50d4563c2c5039c6b42ed
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 19:17:00 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 19:32:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3471998a

dev-perl/IMAP-Admin: amd64 stable wrt bug #657684

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild
index d0d54c76a3f..23e46954e20 100644
--- a/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild
+++ b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module for basic IMAP server administration"
 
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 src_test() {


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

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

commit:     c1aa6cf51a8a1ee39297e7ac40367a90ec18505b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 17 04:07:51 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 17 04:29:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1aa6cf5

dev-perl/IMAP-Admin: Cleanup old version 1.6.7-r1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/IMAP-Admin/IMAP-Admin-1.6.7-r1.ebuild | 23 -----------------------
 dev-perl/IMAP-Admin/Manifest                   |  1 -
 2 files changed, 24 deletions(-)

diff --git a/dev-perl/IMAP-Admin/IMAP-Admin-1.6.7-r1.ebuild b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.7-r1.ebuild
deleted file mode 100644
index 9b4ee09221b..00000000000
--- a/dev-perl/IMAP-Admin/IMAP-Admin-1.6.7-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=EESTABROO
-inherit perl-module
-
-DESCRIPTION="Perl module for basic IMAP server administration"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-src_install() {
-	perl-module_src_install
-	if use examples; then
-		docompress -x usr/share/doc/${PF}/examples/
-		insinto usr/share/doc/${PF}
-		doins -r examples/
-	fi
-}

diff --git a/dev-perl/IMAP-Admin/Manifest b/dev-perl/IMAP-Admin/Manifest
index a63b673cdcb..7d74ea8f3d0 100644
--- a/dev-perl/IMAP-Admin/Manifest
+++ b/dev-perl/IMAP-Admin/Manifest
@@ -1,2 +1 @@
-DIST IMAP-Admin-1.6.7.tar.gz 14990 BLAKE2B 70d6635f54968a350376f6aa16d4fe5694f53b2222c86f24ebe9e67ad4ee0db5b161357516f517e40386f1a5dcc9b6f0acb5938cff4b5dd0207db9ae9a5d4c78 SHA512 cd4c735b3152e9f9db5198274b6c1dd39a8cf0f127b55e671880e6a6fb2278673e5443df46e9e01741cca1f1013f885781bee6b9c45214919510762475e72a75
 DIST IMAP-Admin-1.6.8.tar.gz 15332 BLAKE2B 7a2935b5eb7f206aa9c2757e4153065150ecf9dbfb243f4e09b1611682e6b10d496493c4a19301a4967dfc4329c4360ccf8c1ae074a615d9a9660c12635646af SHA512 b9a600b66b539a9d7e5fa3c635f37302bbef87f5403c432f880edd724ab0576b1365303a309582d5dfd455093e8a67ad9716154d55ca9e938dd8175acb7fa0b1


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IMAP-Admin/
@ 2021-11-03 20:56 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-11-03 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     285c62bb55deedee2cb0198910cf815b3b33626c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  3 20:40:18 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov  3 20:56:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285c62bb

dev-perl/IMAP-Admin: EAPI=8 bump

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

 .../{IMAP-Admin-1.6.8.ebuild => IMAP-Admin-1.6.8-r1.ebuild}       | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8-r1.ebuild
similarity index 76%
rename from dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild
rename to dev-perl/IMAP-Admin/IMAP-Admin-1.6.8-r1.ebuild
index 23e46954e20..c07c1696295 100644
--- a/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8.ebuild
+++ b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.8-r1.ebuild
@@ -1,17 +1,17 @@
-# 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=EESTABROO
 DIST_EXAMPLES=("examples/*" "test.pl")
+DIST_WIKI=tests
 inherit perl-module
 
 DESCRIPTION="Perl module for basic IMAP server administration"
 
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 src_test() {
 	local MODULES=(
@@ -31,6 +31,4 @@ src_test() {
 		done
 		die "Failing due to module compilation errors";
 	fi
-	ewarn "Comprehensive testing requires manual steps. For details, see:"
-	ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}"
 }


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

end of thread, other threads:[~2021-11-03 20:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-17  4:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/IMAP-Admin/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-11-03 20:56 Andreas K. Hüttel
2018-06-10 19:33 Aaron Bauman
2018-06-10 15:56 Thomas Deutschmann
2017-10-26  0:42 Kent Fredric

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