summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 02:24:28 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:38:01 +0200
commit8906bf206dfad1802b44a11ed101495b0f308cd5 (patch)
tree119fb281a90855eeaceac7e40ae614d0fa6b811b
parentgames-fps/quake3: use HTTPS for GitHub and HOMEPAGE (diff)
downloadgentoo-8906bf20.tar.gz
gentoo-8906bf20.tar.bz2
gentoo-8906bf20.zip
mail-mta/qpsmtpd: use HTTPS for GitHub, replace defunct HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r--mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild9
-rw-r--r--mail-mta/qpsmtpd/qpsmtpd-9999.ebuild7
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 bcead806b6f6..c815be43a4db 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 0465f18f165f..1374e821c0e6 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"