diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-09-23 08:30:07 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-09-23 08:45:30 +0200 |
commit | eaec56b5d3057530ab246a5756ee6fc137aac64b (patch) | |
tree | 9c945002ce48868046cfab811386a50dab88bdb4 /app-arch | |
parent | app-arch/dpkg: Use HTTPS. (diff) | |
download | gentoo-eaec56b5d3057530ab246a5756ee6fc137aac64b.tar.gz gentoo-eaec56b5d3057530ab246a5756ee6fc137aac64b.tar.bz2 gentoo-eaec56b5d3057530ab246a5756ee6fc137aac64b.zip |
app-arch/unp: Use HTTPS.
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unp/unp-2.0_pre7.ebuild | 4 | ||||
-rw-r--r-- | app-arch/unp/unp-2.0_pre7_p1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/unp/unp-2.0_pre7.ebuild b/app-arch/unp/unp-2.0_pre7.ebuild index 517595fd46e6..17f3ea399609 100644 --- a/app-arch/unp/unp-2.0_pre7.ebuild +++ b/app-arch/unp/unp-2.0_pre7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=2 @@ -6,7 +6,7 @@ EAPI=2 inherit eutils bash-completion-r1 DESCRIPTION="Script for unpacking various file formats" -HOMEPAGE="http://packages.qa.debian.org/u/unp.html" +HOMEPAGE="https://packages.qa.debian.org/u/unp.html" SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${PV/_/$'\x7e'}.tar.bz2" S="${WORKDIR}/${PN}-${PV/_/$'\x7e'}" diff --git a/app-arch/unp/unp-2.0_pre7_p1.ebuild b/app-arch/unp/unp-2.0_pre7_p1.ebuild index fae53e4e73b5..3c2f98f8f9cf 100644 --- a/app-arch/unp/unp-2.0_pre7_p1.ebuild +++ b/app-arch/unp/unp-2.0_pre7_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils bash-completion-r1 DESCRIPTION="Script for unpacking various file formats" -HOMEPAGE="http://packages.qa.debian.org/u/unp.html" +HOMEPAGE="https://packages.qa.debian.org/u/unp.html" TEMP_PV="${PV/_pre/$'\x7e'pre}" MY_PV="${TEMP_PV/_p/+nmu}" SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${MY_PV}.tar.bz2" |