Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/qpsmtpd/
Date: Sun, 30 Jul 2017 09:38:19
Message-Id: 1501407481.8906bf206dfad1802b44a11ed101495b0f308cd5.mgorny@gentoo
1 commit: 8906bf206dfad1802b44a11ed101495b0f308cd5
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 16:24:28 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:38:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8906bf20
7
8 mail-mta/qpsmtpd: use HTTPS for GitHub, replace defunct HOMEPAGE
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild | 9 ++++-----
13 mail-mta/qpsmtpd/qpsmtpd-9999.ebuild | 7 +++----
14 2 files changed, 7 insertions(+), 9 deletions(-)
15
16 diff --git a/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild b/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild
17 index bcead806b6f..c815be43a4d 100644
18 --- a/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild
19 +++ b/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -7,15 +7,14 @@ EAPI=5
27 inherit eutils perl-app user ${SCM}
28
29 DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
30 -HOMEPAGE="http://smtpd.develooper.com"
31 +HOMEPAGE="https://smtpd.github.io/qpsmtpd/"
32 KEYWORDS=""
33 if [[ ${PV} != *9999 ]]; then
34 - SRC_URI="https://github.com/smtpd/qpsmtpd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
35 + SRC_URI="https://github.com/smtpd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36 KEYWORDS="~amd64 ~x86"
37 else
38 # This is a spotted development fork with many improvements
39 -EGIT_REPO_URI="git://github.com/qpsmtpd-dev/qpsmtpd-dev.git
40 - https://github.com/qpsmtpd-dev/qpsmtpd-dev.git"
41 +EGIT_REPO_URI="https://github.com/smtpd/${PN}.git"
42 fi
43
44 LICENSE="MIT"
45
46 diff --git a/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild b/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
47 index 0465f18f165..1374e821c0e 100644
48 --- a/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
49 +++ b/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2015 Gentoo Foundation
52 +# Copyright 1999-2017 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=5
56 @@ -6,10 +6,9 @@ EAPI=5
57 inherit eutils perl-app user git-2
58
59 DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
60 -HOMEPAGE="http://smtpd.develooper.com"
61 +HOMEPAGE="https://smtpd.github.io/qpsmtpd/"
62 # This is a spotted development fork with many improvements
63 -EGIT_REPO_URI="git://github.com/qpsmtpd-dev/qpsmtpd-dev.git
64 - https://github.com/qpsmtpd-dev/qpsmtpd-dev.git"
65 +EGIT_REPO_URI="https://github.com/smtpd/${PN}.git"
66
67 LICENSE="MIT"
68 SLOT="0"