Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/libpst/
Date: Sat, 06 Apr 2019 22:23:13
Message-Id: 1554589338.0ddfa893941e0c25867f88811be74b1a2778a980.monsieurp@gentoo
1 commit: 0ddfa893941e0c25867f88811be74b1a2778a980
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 5 09:41:39 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 6 22:22:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddfa893
7
8 net-mail/libpst: use HTTPS.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 net-mail/libpst/libpst-0.6.66-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-mail/libpst/libpst-0.6.66-r1.ebuild b/net-mail/libpst/libpst-0.6.66-r1.ebuild
17 index 5f2f39862ea..2a7d39baf21 100644
18 --- a/net-mail/libpst/libpst-0.6.66-r1.ebuild
19 +++ b/net-mail/libpst/libpst-0.6.66-r1.ebuild
20 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
21 inherit autotools python-single-r1
22
23 DESCRIPTION="Tools and library for reading Outlook files (.pst format)"
24 -HOMEPAGE="http://www.five-ten-sg.com/libpst/"
25 -SRC_URI="http://www.five-ten-sg.com/${PN}/packages/${P}.tar.gz"
26 +HOMEPAGE="https://www.five-ten-sg.com/libpst/"
27 +SRC_URI="https://www.five-ten-sg.com/${PN}/packages/${P}.tar.gz"
28
29 LICENSE="GPL-2"
30 SLOT="0"