* [gentoo-commits] repo/gentoo:master commit in: net-mail/pflogsumm/
@ 2019-11-06 12:57 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2019-11-06 12:57 UTC (permalink / raw
To: gentoo-commits
commit: 21cf8062d97ac5b97bb8a20adefce1612248c762
Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Wed Nov 6 12:09:31 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 6 12:57:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21cf8062
net-mail/pflogsumm: use EAPI 7
Bug: https://bugs.gentoo.org/699438
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild
new file mode 100644
index 00000000000..a8f133c77c6
--- /dev/null
+++ b/net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Pflogsumm is a log analyzer for Postfix logs"
+HOMEPAGE="https://jimsun.linxnet.com/postfix_contrib.html"
+SRC_URI="https://jimsun.linxnet.com/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+
+RDEPEND="dev-lang/perl
+ dev-perl/Date-Calc"
+
+DOCS=( ChangeLog pflogsumm-faq.txt README ToDo )
+
+src_install() {
+ default
+ doman pflogsumm.1
+ dobin pflogsumm.pl
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/pflogsumm/
@ 2019-11-06 12:57 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2019-11-06 12:57 UTC (permalink / raw
To: gentoo-commits
commit: e092ba63fef83a188c1c210ed7733b88577ca274
Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Wed Nov 6 12:10:18 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 6 12:57:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e092ba63
net-mail/pflogsumm: add myself as maintainer
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-mail/pflogsumm/metadata.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/net-mail/pflogsumm/metadata.xml b/net-mail/pflogsumm/metadata.xml
index 7a38bb90096..1b662aaef98 100644
--- a/net-mail/pflogsumm/metadata.xml
+++ b/net-mail/pflogsumm/metadata.xml
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>hydrapolic@gmail.com</email>
+ <name>Tomáš Mózes</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/pflogsumm/
@ 2019-11-10 16:40 Aaron Bauman
0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2019-11-10 16:40 UTC (permalink / raw
To: gentoo-commits
commit: ba3de5ec40787e960708de8fadf42164e5ab41eb
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 16:40:06 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 16:40:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3de5ec
net-mail/pflogsumm: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-mail/pflogsumm/pflogsumm-1.1.5.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/net-mail/pflogsumm/pflogsumm-1.1.5.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.5.ebuild
deleted file mode 100644
index 8d7d93a5f2a..00000000000
--- a/net-mail/pflogsumm/pflogsumm-1.1.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Pflogsumm is a log analyzer for Postfix logs"
-HOMEPAGE="http://jimsun.linxnet.com/postfix_contrib.html"
-SRC_URI="http://jimsun.linxnet.com/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/perl
- dev-perl/Date-Calc"
-
-src_install() {
- dodoc README ToDo ChangeLog pflogsumm-faq.txt
- doman pflogsumm.1
- dobin pflogsumm.pl
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/pflogsumm/
@ 2019-11-10 16:40 Aaron Bauman
0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2019-11-10 16:40 UTC (permalink / raw
To: gentoo-commits
commit: fc939cea92f03529489620f01ae3760a4af15077
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 16:38:48 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 16:40:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc939cea
net-mail/pflogsumm: ALLARCHES EAPI bump
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild
index a8f133c77c6..e47ed3e9716 100644
--- a/net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild
+++ b/net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://jimsun.linxnet.com/downloads/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 sparc x86"
RDEPEND="dev-lang/perl
dev-perl/Date-Calc"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/pflogsumm/
@ 2019-12-24 19:55 Mikle Kolyada
0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2019-12-24 19:55 UTC (permalink / raw
To: gentoo-commits
commit: ee9a6e71418c348e1710c0ad94a30a858123d4a0
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 19:55:31 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 19:55:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9a6e71
net-mail/pflogsumm: Add ~arm keyword wrt bug #603852
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild
index 8f70f3e92a5..91a56878d77 100644
--- a/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild
+++ b/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://jimsun.linxnet.com/downloads/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~sparc ~x86"
RDEPEND="dev-lang/perl
dev-perl/Date-Calc"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/pflogsumm/
@ 2019-12-24 19:55 Mikle Kolyada
0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2019-12-24 19:55 UTC (permalink / raw
To: gentoo-commits
commit: 889979c9800b6fdbdf62ba020def1661bcbdeb7d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 19:54:54 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 19:54:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=889979c9
net-mail/pflogsumm: Add ~arm keyword wrt bug #603852
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild
index e47ed3e9716..62a53bbc3c0 100644
--- a/net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild
+++ b/net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://jimsun.linxnet.com/downloads/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 sparc x86"
+KEYWORDS="amd64 ~arm sparc x86"
RDEPEND="dev-lang/perl
dev-perl/Date-Calc"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/pflogsumm/
@ 2021-02-05 10:40 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-02-05 10:40 UTC (permalink / raw
To: gentoo-commits
commit: 8d597a78a1d4e2923ec169974f578ea10bf44d19
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 5 10:40:35 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 5 10:40:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d597a78
net-mail/pflogsumm: Stabilize 1.1.5-r2 amd64, #768816
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild
index 91a56878d77..8a56f3342a3 100644
--- a/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild
+++ b/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://jimsun.linxnet.com/downloads/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~sparc ~x86"
RDEPEND="dev-lang/perl
dev-perl/Date-Calc"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/pflogsumm/
@ 2021-02-05 10:42 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-02-05 10:42 UTC (permalink / raw
To: gentoo-commits
commit: daf19009985c12f3a367c99de4763c7e11b44617
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 5 10:42:35 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 5 10:42:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf19009
net-mail/pflogsumm: Stabilize 1.1.5-r2 sparc, #768816
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild
index 8a56f3342a3..525ec582ca1 100644
--- a/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild
+++ b/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://jimsun.linxnet.com/downloads/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~arm ~sparc ~x86"
+KEYWORDS="amd64 ~arm sparc ~x86"
RDEPEND="dev-lang/perl
dev-perl/Date-Calc"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/pflogsumm/
@ 2021-02-05 12:31 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-02-05 12:31 UTC (permalink / raw
To: gentoo-commits
commit: fa666febc05a510e1a7b123ca2a7255e3c6a3160
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 5 12:31:04 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 5 12:31:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa666feb
net-mail/pflogsumm: Stabilize 1.1.5-r2 x86, #768816
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild
index 525ec582ca1..3c7019839b1 100644
--- a/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild
+++ b/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://jimsun.linxnet.com/downloads/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~arm sparc ~x86"
+KEYWORDS="amd64 ~arm sparc x86"
RDEPEND="dev-lang/perl
dev-perl/Date-Calc"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-02-05 12:31 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-10 16:40 [gentoo-commits] repo/gentoo:master commit in: net-mail/pflogsumm/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2021-02-05 12:31 Sam James
2021-02-05 10:42 Sam James
2021-02-05 10:40 Sam James
2019-12-24 19:55 Mikle Kolyada
2019-12-24 19:55 Mikle Kolyada
2019-11-10 16:40 Aaron Bauman
2019-11-06 12:57 Michał Górny
2019-11-06 12:57 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox