mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-mail/offlineimap: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11959 Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
committed by
Aaron Bauman
parent
96522ab611
commit
43fe066d33
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -11,7 +11,7 @@ PYTHON_REQ_USE="threads,sqlite?,ssl?"
|
||||
inherit eutils distutils-r1
|
||||
|
||||
DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support"
|
||||
HOMEPAGE="http://offlineimap.org"
|
||||
HOMEPAGE="https://www.offlineimap.org/"
|
||||
SRC_URI="https://github.com/OfflineIMAP/${PN}/tarball/v${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -11,7 +11,7 @@ PYTHON_REQ_USE="threads,sqlite?,ssl?"
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support"
|
||||
HOMEPAGE="http://offlineimap.org"
|
||||
HOMEPAGE="https://www.offlineimap.org/"
|
||||
SRC_URI="https://github.com/OfflineIMAP/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -11,7 +11,7 @@ PYTHON_REQ_USE="threads,sqlite,ssl?"
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support"
|
||||
HOMEPAGE="http://offlineimap.org"
|
||||
HOMEPAGE="https://www.offlineimap.org/"
|
||||
SRC_URI="https://github.com/OfflineIMAP/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -11,7 +11,7 @@ PYTHON_REQ_USE="threads,sqlite,ssl?"
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support"
|
||||
HOMEPAGE="http://offlineimap.org"
|
||||
HOMEPAGE="https://www.offlineimap.org/"
|
||||
SRC_URI="https://github.com/OfflineIMAP/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -11,7 +11,7 @@ PYTHON_REQ_USE="threads,sqlite,ssl?"
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support"
|
||||
HOMEPAGE="http://offlineimap.org"
|
||||
HOMEPAGE="https://www.offlineimap.org/"
|
||||
SRC_URI="https://github.com/OfflineIMAP/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
Reference in New Issue
Block a user