public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/policyd-weight/
@ 2018-04-18 14:47 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-04-18 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     1bfec1ebd7ca5e7efad798628bf6ff66a61657de
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 14:44:14 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 14:47:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bfec1eb

mail-filter/policyd-weight: amd64 stable wrt bug #648490

Bug: https://bugs.gentoo.org/648490
Package-Manager: Portage-2.3.29, Repoman-2.3.9

 mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild b/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild
index d4850b609ee..16319cb7224 100644
--- a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild
+++ b/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.policyd-weight.org/releases/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha amd64 ~x86"
 IUSE=""
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/policyd-weight/
@ 2018-04-22  1:35 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-04-22  1:35 UTC (permalink / raw
  To: gentoo-commits

commit:     93d589140f94389a22af970336808bf507e9e1d1
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 01:33:23 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 01:35:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d58914

mail-filter/policyd-weight: x86 stable (bug #648490)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild b/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild
index 16319cb7224..298da40f0b8 100644
--- a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild
+++ b/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.policyd-weight.org/releases/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~x86"
+KEYWORDS="~alpha amd64 x86"
 IUSE=""
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/policyd-weight/
@ 2018-05-21 17:05 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-21 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     935c8b84d751ab7077bdca9005140fb697a5c2b0
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon May 21 08:03:20 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 21 17:04:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935c8b84

mail-filter/policyd-weight: remove old

Closes: https://github.com/gentoo/gentoo/pull/8507

 .../policyd-weight-0.1.15.2-r1.ebuild              | 42 ----------------------
 1 file changed, 42 deletions(-)

diff --git a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r1.ebuild b/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r1.ebuild
deleted file mode 100644
index 6f6c048e470..00000000000
--- a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils user
-
-DESCRIPTION="Weighted Policy daemon for Postfix"
-HOMEPAGE="http://www.policyd-weight.org/"
-SRC_URI="http://www.policyd-weight.org/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="virtual/perl-Sys-Syslog
-	dev-perl/Net-DNS
-	>=mail-mta/postfix-2.1"
-
-pkg_setup() {
-	enewgroup 'polw'
-	enewuser 'polw' -1 -1 -1 'polw'
-}
-
-src_compile() { :; }
-
-src_install() {
-	exeinto /usr/libexec/postfix
-	doexe policyd-weight
-	fowners root:wheel /usr/libexec/postfix/policyd-weight
-
-	doman man/man5/*.5 man/man8/*.8
-	dodoc *.txt
-
-	sed -i -e "s:^   \$LOCKPATH.*:   \$LOCKPATH = '/var/run/policyd-weight/'; # must be a directory (add:" policyd-weight.conf.sample || die
-	insinto /etc
-	newins policyd-weight.conf.sample policyd-weight.conf
-
-	newinitd "${FILESDIR}/${PN}.init.d-r1" "${PN}"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/policyd-weight/
@ 2021-04-17 19:20 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-04-17 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     18addb2932cccf33987271c89b25c9e43da0804c
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 17:27:35 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 17 19:19:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18addb29

mail-filter/policyd-weight: drop old version

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../policyd-weight-0.1.15.2-r2.ebuild              | 59 ----------------------
 1 file changed, 59 deletions(-)

diff --git a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild b/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild
deleted file mode 100644
index 298da40f0b8..00000000000
--- a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit user tmpfiles
-
-PATCH_VER="1.0"
-
-DESCRIPTION="Weighted Policy daemon for Postfix"
-HOMEPAGE="http://www.policyd-weight.org/"
-SRC_URI="http://www.policyd-weight.org/releases/${P}.tar.gz
-	mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz
-	https://dev.gentoo.org/~whissi/dist/${PN}/${P}-patches-${PATCH_VER}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="virtual/perl-File-Spec
-	virtual/perl-Sys-Syslog
-	dev-perl/Net-DNS
-	dev-perl/Net-IP
-	>=mail-mta/postfix-2.1"
-
-pkg_setup() {
-	enewgroup 'polw'
-	enewuser 'polw' -1 -1 -1 'polw'
-}
-
-src_prepare() {
-	eapply "${WORKDIR}"/patches/*.patch
-
-	default
-}
-
-src_compile() { :; }
-
-src_install() {
-	exeinto /usr/libexec/postfix
-	doexe policyd-weight
-	fowners root:wheel /usr/libexec/postfix/policyd-weight
-
-	doman man/man5/*.5 man/man8/*.8
-	dodoc *.txt
-
-	insinto /etc
-	newins policyd-weight.conf.sample policyd-weight.conf
-
-	newinitd "${FILESDIR}/${PN}.init.d-r2" "${PN}"
-
-	newtmpfiles "${FILESDIR}"/${PN}.tmpfile ${PN}.conf
-}
-
-pkg_postinst() {
-	tmpfiles_process "${PN}.conf"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/policyd-weight/
@ 2021-04-17 19:20 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-04-17 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     9541c7d8ceaa1a3d58f756ab6d3479cef427c3d7
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 17:26:19 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 17 19:19:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9541c7d8

mail-filter/policyd-weight: migrate to glep 81

Closes: https://bugs.gentoo.org/781314
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../policyd-weight-0.1.15.2-r3.ebuild              | 57 ++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r3.ebuild b/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r3.ebuild
new file mode 100644
index 00000000000..ad62cc4de1a
--- /dev/null
+++ b/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit tmpfiles
+
+PATCH_VER="1.0"
+
+DESCRIPTION="Weighted Policy daemon for Postfix"
+HOMEPAGE="http://www.policyd-weight.org/"
+SRC_URI="
+	http://www.policyd-weight.org/releases/${P}.tar.gz
+	mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz
+	https://dev.gentoo.org/~whissi/dist/${PN}/${P}-patches-${PATCH_VER}.tar.xz
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 x86"
+
+RDEPEND="
+	acct-group/polw
+	acct-user/polw
+	dev-perl/Net-DNS
+	dev-perl/Net-IP
+	mail-mta/postfix
+	virtual/perl-File-Spec
+	virtual/perl-Sys-Syslog
+"
+
+src_prepare() {
+	default
+	eapply "${WORKDIR}"/patches/*.patch
+}
+
+src_compile() { :; }
+
+src_install() {
+	exeinto /usr/libexec/postfix
+	doexe policyd-weight
+	fowners root:wheel /usr/libexec/postfix/policyd-weight
+
+	doman man/man5/*.5 man/man8/*.8
+	dodoc *.txt
+
+	insinto /etc
+	newins policyd-weight.conf.sample policyd-weight.conf
+
+	newinitd "${FILESDIR}"/policyd-weight.init.d-r2 policyd-weight
+
+	newtmpfiles "${FILESDIR}"/policyd-weight.tmpfile policyd-weight.conf
+}
+
+pkg_postinst() {
+	tmpfiles_process policyd-weight.conf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/policyd-weight/
@ 2024-07-01 18:55 Mike Gilbert
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Gilbert @ 2024-07-01 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     b1e7e027aec24f2729daf33021261e9e168f9214
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  1 18:51:20 2024 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jul  1 18:53:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e7e027

mail-filter/policyd-weight: update SRC_URI

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 mail-filter/policyd-weight/policyd-weight-0.1.15.2-r3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r3.ebuild b/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r3.ebuild
index ad62cc4de1a5..11e59e2db4d7 100644
--- a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r3.ebuild
+++ b/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,8 +11,7 @@ DESCRIPTION="Weighted Policy daemon for Postfix"
 HOMEPAGE="http://www.policyd-weight.org/"
 SRC_URI="
 	http://www.policyd-weight.org/releases/${P}.tar.gz
-	mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz
-	https://dev.gentoo.org/~whissi/dist/${PN}/${P}-patches-${PATCH_VER}.tar.xz
+	mirror://gentoo/b9/${P}-patches-${PATCH_VER}.tar.xz
 "
 
 LICENSE="GPL-2"


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

end of thread, other threads:[~2024-07-01 18:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-18 14:47 [gentoo-commits] repo/gentoo:master commit in: mail-filter/policyd-weight/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2018-04-22  1:35 Thomas Deutschmann
2018-05-21 17:05 Aaron Bauman
2021-04-17 19:20 Conrad Kostecki
2021-04-17 19:20 Conrad Kostecki
2024-07-01 18:55 Mike Gilbert

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