public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: mail-mta/qpsmtpd/
@ 2017-07-30  9:38 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2017-07-30  9:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8906bf206dfad1802b44a11ed101495b0f308cd5
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 16:24:28 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:38:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8906bf20

mail-mta/qpsmtpd: use HTTPS for GitHub, replace defunct HOMEPAGE

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild | 9 ++++-----
 mail-mta/qpsmtpd/qpsmtpd-9999.ebuild | 7 +++----
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild b/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild
index bcead806b6f..c815be43a4d 100644
--- a/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild
+++ b/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,15 +7,14 @@ EAPI=5
 inherit eutils perl-app user ${SCM}
 
 DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
-HOMEPAGE="http://smtpd.develooper.com"
+HOMEPAGE="https://smtpd.github.io/qpsmtpd/"
 KEYWORDS=""
 if [[ ${PV} != *9999 ]]; then
-	SRC_URI="https://github.com/smtpd/qpsmtpd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/smtpd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
 else
 	# This is a spotted development fork with many improvements
-EGIT_REPO_URI="git://github.com/qpsmtpd-dev/qpsmtpd-dev.git
-	https://github.com/qpsmtpd-dev/qpsmtpd-dev.git"
+EGIT_REPO_URI="https://github.com/smtpd/${PN}.git"
 fi
 
 LICENSE="MIT"

diff --git a/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild b/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
index 0465f18f165..1374e821c0e 100644
--- a/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
+++ b/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,10 +6,9 @@ EAPI=5
 inherit eutils perl-app user git-2
 
 DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
-HOMEPAGE="http://smtpd.develooper.com"
+HOMEPAGE="https://smtpd.github.io/qpsmtpd/"
 # This is a spotted development fork with many improvements
-EGIT_REPO_URI="git://github.com/qpsmtpd-dev/qpsmtpd-dev.git
-	https://github.com/qpsmtpd-dev/qpsmtpd-dev.git"
+EGIT_REPO_URI="https://github.com/smtpd/${PN}.git"
 
 LICENSE="MIT"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: mail-mta/qpsmtpd/
@ 2019-10-23  3:23 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2019-10-23  3:23 UTC (permalink / raw
  To: gentoo-commits

commit:     65abdcf2d2e236d2dc75a1cbff7752ea6b2884e6
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 03:20:15 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 03:20:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65abdcf2

mail-mta/qpsmtpd: Switch from perl-app.eclass to perl-module.eclass

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

 mail-mta/qpsmtpd/qpsmtpd-0.84-r2.ebuild | 4 ++--
 mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild    | 4 ++--
 mail-mta/qpsmtpd/qpsmtpd-9999.ebuild    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/mail-mta/qpsmtpd/qpsmtpd-0.84-r2.ebuild b/mail-mta/qpsmtpd/qpsmtpd-0.84-r2.ebuild
index b0dc181fd28..2b65df3df8f 100644
--- a/mail-mta/qpsmtpd/qpsmtpd-0.84-r2.ebuild
+++ b/mail-mta/qpsmtpd/qpsmtpd-0.84-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils perl-app user
+inherit eutils perl-module user
 
 DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
 HOMEPAGE="http://smtpd.develooper.com"

diff --git a/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild b/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild
index c815be43a4d..597ca0d347f 100644
--- a/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild
+++ b/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 [[ ${PV} == *9999 ]] && SCM="git-2"
-inherit eutils perl-app user ${SCM}
+inherit eutils perl-module user ${SCM}
 
 DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
 HOMEPAGE="https://smtpd.github.io/qpsmtpd/"

diff --git a/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild b/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
index 1374e821c0e..cf19ec33dd6 100644
--- a/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
+++ b/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils perl-app user git-2
+inherit eutils perl-module user git-2
 
 DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
 HOMEPAGE="https://smtpd.github.io/qpsmtpd/"


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

* [gentoo-commits] repo/gentoo:master commit in: mail-mta/qpsmtpd/
@ 2019-12-15 20:06 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2019-12-15 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     460095902755d5f888d084669237659410a032bd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 19:58:20 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 20:06:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46009590

mail-mta/qpsmtpd: Switch to git-r3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 mail-mta/qpsmtpd/qpsmtpd-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild b/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
index cf19ec33dd6..801cfb71075 100644
--- a/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
+++ b/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit eutils perl-module user git-2
+inherit eutils perl-module user git-r3
 
 DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
 HOMEPAGE="https://smtpd.github.io/qpsmtpd/"


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

* [gentoo-commits] repo/gentoo:master commit in: mail-mta/qpsmtpd/
@ 2021-02-15  9:03 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-02-15  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3cb50fd975d9551179e6c58adc5a2a7c13291570
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 09:00:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 09:03:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb50fd9

mail-mta/qpsmtpd: fix double KEYWORDS

Double KEYWORDS lines break tools like ekeyword and Nattka.
As per PMS, blank/empty KEYWORDS is implied by not defining
the variable.

See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild b/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild
index 07d06fd459c..c49137a6110 100644
--- a/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild
+++ b/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild
@@ -8,13 +8,12 @@ inherit eutils perl-module user ${SCM}
 
 DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
 HOMEPAGE="https://smtpd.github.io/qpsmtpd/"
-KEYWORDS=""
 if [[ ${PV} != *9999 ]]; then
 	SRC_URI="https://github.com/smtpd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
 else
 	# This is a spotted development fork with many improvements
-EGIT_REPO_URI="https://github.com/smtpd/${PN}.git"
+	EGIT_REPO_URI="https://github.com/smtpd/${PN}.git"
 fi
 
 LICENSE="MIT"


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

* [gentoo-commits] repo/gentoo:master commit in: mail-mta/qpsmtpd/
@ 2021-04-11 20:52 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-04-11 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     78de78f05b99c91baa9acf0fc1fab76a09540804
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 20:12:05 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 20:52:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78de78f0

mail-mta/qpsmtpd: migrate to GLEP 81

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

 ...{qpsmtpd-9999.ebuild => qpsmtpd-0.95-r1.ebuild} | 30 ++++++++++------------
 mail-mta/qpsmtpd/qpsmtpd-9999.ebuild               | 30 ++++++++++------------
 2 files changed, 26 insertions(+), 34 deletions(-)

diff --git a/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild b/mail-mta/qpsmtpd/qpsmtpd-0.95-r1.ebuild
similarity index 85%
copy from mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
copy to mail-mta/qpsmtpd/qpsmtpd-0.95-r1.ebuild
index 2964681181e..334237eed90 100644
--- a/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
+++ b/mail-mta/qpsmtpd/qpsmtpd-0.95-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 [[ ${PV} == *9999 ]] && SCM="git-r3"
-inherit perl-module user ${SCM}
+inherit perl-module ${SCM}
 
 DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
 HOMEPAGE="https://smtpd.github.io/qpsmtpd/"
@@ -20,27 +20,23 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="postfix ipv6 syslog"
 
-RDEPEND=">=dev-lang/perl-5.8.0
-	>=dev-perl/Net-DNS-0.690.0
-	virtual/perl-MIME-Base64
-	dev-perl/MailTools
-	dev-perl/IPC-Shareable
-	dev-perl/Socket6
+RDEPEND="
+	acct-group/smtpd
+	acct-user/smtpd
+	dev-lang/perl
 	dev-perl/Danga-Socket
+	dev-perl/IPC-Shareable
+	dev-perl/MailTools
+	dev-perl/Net-DNS
 	dev-perl/ParaDNS
+	dev-perl/Socket6
 	dev-perl/UNIVERSAL-isa
+	postfix? ( acct-group/postdrop )
+	virtual/inetd
+	virtual/perl-MIME-Base64
 	ipv6? ( dev-perl/IO-Socket-INET6 )
 	syslog? ( virtual/perl-Sys-Syslog )
-	virtual/inetd"
-
-pkg_setup() {
-	enewgroup smtpd
-	local additional_groups
-	if use postfix; then
-		additional_groups="${additional_groups},postdrop"
-	fi
-	enewuser smtpd -1 -1 /var/spool/qpsmtpd smtpd${additional_groups}
-}
+"
 
 src_unpack() {
 	if [[ ${PV} != *9999 ]]; then

diff --git a/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild b/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
index 2964681181e..334237eed90 100644
--- a/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
+++ b/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 [[ ${PV} == *9999 ]] && SCM="git-r3"
-inherit perl-module user ${SCM}
+inherit perl-module ${SCM}
 
 DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
 HOMEPAGE="https://smtpd.github.io/qpsmtpd/"
@@ -20,27 +20,23 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="postfix ipv6 syslog"
 
-RDEPEND=">=dev-lang/perl-5.8.0
-	>=dev-perl/Net-DNS-0.690.0
-	virtual/perl-MIME-Base64
-	dev-perl/MailTools
-	dev-perl/IPC-Shareable
-	dev-perl/Socket6
+RDEPEND="
+	acct-group/smtpd
+	acct-user/smtpd
+	dev-lang/perl
 	dev-perl/Danga-Socket
+	dev-perl/IPC-Shareable
+	dev-perl/MailTools
+	dev-perl/Net-DNS
 	dev-perl/ParaDNS
+	dev-perl/Socket6
 	dev-perl/UNIVERSAL-isa
+	postfix? ( acct-group/postdrop )
+	virtual/inetd
+	virtual/perl-MIME-Base64
 	ipv6? ( dev-perl/IO-Socket-INET6 )
 	syslog? ( virtual/perl-Sys-Syslog )
-	virtual/inetd"
-
-pkg_setup() {
-	enewgroup smtpd
-	local additional_groups
-	if use postfix; then
-		additional_groups="${additional_groups},postdrop"
-	fi
-	enewuser smtpd -1 -1 /var/spool/qpsmtpd smtpd${additional_groups}
-}
+"
 
 src_unpack() {
 	if [[ ${PV} != *9999 ]]; then


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

* [gentoo-commits] repo/gentoo:master commit in: mail-mta/qpsmtpd/
@ 2021-04-11 20:52 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-04-11 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     cc9d769597af53ff0a29c7104d6ba7de7f5e0f1a
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 20:15:28 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 20:52:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9d7695

mail-mta/qpsmtpd: drop old version

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

 mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild | 87 ------------------------------------
 1 file changed, 87 deletions(-)

diff --git a/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild b/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild
deleted file mode 100644
index 2964681181e..00000000000
--- a/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-[[ ${PV} == *9999 ]] && SCM="git-r3"
-inherit perl-module user ${SCM}
-
-DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
-HOMEPAGE="https://smtpd.github.io/qpsmtpd/"
-if [[ ${PV} != *9999 ]]; then
-	SRC_URI="https://github.com/smtpd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-else
-	# This is a spotted development fork with many improvements
-	EGIT_REPO_URI="https://github.com/smtpd/${PN}.git"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="postfix ipv6 syslog"
-
-RDEPEND=">=dev-lang/perl-5.8.0
-	>=dev-perl/Net-DNS-0.690.0
-	virtual/perl-MIME-Base64
-	dev-perl/MailTools
-	dev-perl/IPC-Shareable
-	dev-perl/Socket6
-	dev-perl/Danga-Socket
-	dev-perl/ParaDNS
-	dev-perl/UNIVERSAL-isa
-	ipv6? ( dev-perl/IO-Socket-INET6 )
-	syslog? ( virtual/perl-Sys-Syslog )
-	virtual/inetd"
-
-pkg_setup() {
-	enewgroup smtpd
-	local additional_groups
-	if use postfix; then
-		additional_groups="${additional_groups},postdrop"
-	fi
-	enewuser smtpd -1 -1 /var/spool/qpsmtpd smtpd${additional_groups}
-}
-
-src_unpack() {
-	if [[ ${PV} != *9999 ]]; then
-		unpack ${A}
-		cd "${S}"
-	else
-		git-r3_src_unpack
-		cd "${S}"
-	fi
-}
-
-src_install() {
-	perl-module_src_install
-
-	insinto /etc/xinetd.d
-	newins "${FILESDIR}"/qpsmtpd.xinetd qpsmtpd
-
-	dodir /usr/share/qpsmtpd
-	cp -Rf plugins "${ED}"/usr/share/qpsmtpd/ || die
-
-	diropts -m 0755 -o smtpd -g smtpd
-	keepdir /var/spool/qpsmtpd
-
-	insinto /etc/qpsmtpd
-	doins config.sample/*
-
-	echo "/usr/share/qpsmtpd/plugins" > "${ED}"/etc/qpsmtpd/plugin_dirs || die
-	echo "/var/spool/qpsmtpd" > "${ED}"/etc/qpsmtpd/spool_dir || die
-	if use syslog; then
-		echo "logging/syslog loglevel LOGINFO priority LOG_NOTICE" > "${ED}"/etc/qpsmtpd/logging
-	else
-		diropts -m 0755 -o smtpd -g smtpd
-		dodir /var/log/qpsmtpd
-		keepdir /var/log/qpsmtpd
-		echo "logging/file loglevel LOGINFO /var/log/qpsmtpd/%Y-%m-%d" > "${ED}"/etc/qpsmtpd/logging
-	fi
-
-	newenvd "${FILESDIR}"/qpsmtpd.envd 99qpsmtpd
-
-	newconfd "${FILESDIR}"/qpsmtpd.confd qpsmtpd
-	newinitd "${FILESDIR}"/qpsmtpd.initd-r1 qpsmtpd
-
-	dodoc CREDITS Changes README.md README.plugins.md STATUS UPGRADING.md
-}


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-30  9:38 [gentoo-commits] repo/gentoo:master commit in: mail-mta/qpsmtpd/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2019-10-23  3:23 Andreas K. Hüttel
2019-12-15 20:06 Michał Górny
2021-02-15  9:03 Sam James
2021-04-11 20:52 Conrad Kostecki
2021-04-11 20:52 Conrad Kostecki

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