diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:47:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:49:19 +0200 |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /net-print/splix | |
parent | sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2 gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-print/splix')
-rw-r--r-- | net-print/splix/metadata.xml | 2 | ||||
-rw-r--r-- | net-print/splix/splix-2.0.0_p20111206.ebuild | 2 | ||||
-rw-r--r-- | net-print/splix/splix-2.0.0_p20130826.ebuild | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/net-print/splix/metadata.xml b/net-print/splix/metadata.xml index 06ac4fb6e275..ecc6d63f6a64 100644 --- a/net-print/splix/metadata.xml +++ b/net-print/splix/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>printing</herd> <maintainer> diff --git a/net-print/splix/splix-2.0.0_p20111206.ebuild b/net-print/splix/splix-2.0.0_p20111206.ebuild index 7246ffe81ea0..9a6655a92770 100644 --- a/net-print/splix/splix-2.0.0_p20111206.ebuild +++ b/net-print/splix/splix-2.0.0_p20111206.ebuild @@ -7,7 +7,7 @@ inherit eutils toolchain-funcs DESCRIPTION="A set of CUPS printer drivers for SPL (Samsung Printer Language) printers" HOMEPAGE="http://splix.sourceforge.net/" -SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.bz2 +SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.bz2 http://dev.gentooexperimental.org/~scarabeus/samsung-cms-20120312.tar.xz" # If you can't find your printer cms open the new bug if you recheck the diff --git a/net-print/splix/splix-2.0.0_p20130826.ebuild b/net-print/splix/splix-2.0.0_p20130826.ebuild index 342ccd7979dd..7be8b4f0dfc7 100644 --- a/net-print/splix/splix-2.0.0_p20130826.ebuild +++ b/net-print/splix/splix-2.0.0_p20130826.ebuild @@ -7,8 +7,8 @@ inherit eutils toolchain-funcs DESCRIPTION="A set of CUPS printer drivers for SPL (Samsung Printer Language) printers" HOMEPAGE="http://splix.sourceforge.net/" -SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.bz2 - http://dev.gentoo.org/~voyageur/samsung-cms-20120312.tar.xz" +SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.bz2 + https://dev.gentoo.org/~voyageur/samsung-cms-20120312.tar.xz" LICENSE="GPL-2" SLOT="0" |