mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-java/jcifs: use HTTPS for links to samba.org (bug #636916)
This commit is contained in:
committed by
Mike Gilbert
parent
fce92bf693
commit
0bda9a3ee6
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="2"
|
||||
@@ -7,8 +7,8 @@ JAVA_PKG_IUSE="doc examples source"
|
||||
inherit eutils java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="Library that implements the CIFS/SMB networking protocol in Java"
|
||||
SRC_URI="http://jcifs.samba.org/src/${P}.tgz"
|
||||
HOMEPAGE="http://jcifs.samba.org/"
|
||||
SRC_URI="https://jcifs.samba.org/src/${P}.tgz"
|
||||
HOMEPAGE="https://jcifs.samba.org/"
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="1.1"
|
||||
KEYWORDS="amd64 ppc64 x86 ~x86-fbsd"
|
||||
|
||||
@@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc examples source"
|
||||
inherit java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="Library that implements the CIFS/SMB networking protocol in Java"
|
||||
SRC_URI="http://jcifs.samba.org/src/${P}.tgz"
|
||||
HOMEPAGE="http://jcifs.samba.org/"
|
||||
SRC_URI="https://jcifs.samba.org/src/${P}.tgz"
|
||||
HOMEPAGE="https://jcifs.samba.org/"
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="1.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user