mail-mta/qpsmtpd: use HTTPS for GitHub, replace defunct HOMEPAGE
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 16:24:28 +0000 (02:24 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:38:01 +0000 (11:38 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild
mail-mta/qpsmtpd/qpsmtpd-9999.ebuild

index bcead806b6f62e2120a92890b2d1dfd2f1929910..c815be43a4db2abb6000d484a31919f6293d58e9 100644 (file)
@@ -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"
index 0465f18f165f4b82036041ee8df9812aee9ea28b..1374e821c0e6d5f4ca505ef1ced03f7491042b67 100644 (file)
@@ -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"