summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 21:19:13 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:22:39 +0200
commitdbc4cd3aac91475a742c9daf1f328ac07cdfc394 (patch)
tree78d737d28a45557435afdcc1dfbfb592c0421ccb /sys-apps/file/file-9999.ebuild
parentsys-apps/gentoo-functions: use HTTPS for GitHub (diff)
downloadgentoo-dbc4cd3aac91475a742c9daf1f328ac07cdfc394.tar.gz
gentoo-dbc4cd3aac91475a742c9daf1f328ac07cdfc394.tar.bz2
gentoo-dbc4cd3aac91475a742c9daf1f328ac07cdfc394.zip
sys-apps/file: use HTTPS for GitHub and HOMEPAGE, fix SRC_URI/HOMEPAGE
* Use HTTPS for accessing GitHub and the official HOMEPAGE * Remove unresolvable second domain from SRC_URI and HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-apps/file/file-9999.ebuild')
-rw-r--r--sys-apps/file/file-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
index 60b596e5e6f3..05427c55cb7b 100644
--- a/sys-apps/file/file-9999.ebuild
+++ b/sys-apps/file/file-9999.ebuild
@@ -9,16 +9,15 @@ DISTUTILS_OPTIONAL=1
inherit eutils distutils-r1 libtool toolchain-funcs multilib-minimal
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/glensc/file.git"
+ EGIT_REPO_URI="https://github.com/glensc/file.git"
inherit autotools git-r3
else
- SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz
- ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz"
+ SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
fi
DESCRIPTION="identify a file's format by scanning binary data for patterns"
-HOMEPAGE="http://www.darwinsys.com/file/ http://mx.gw.com/pipermail/file/"
+HOMEPAGE="https://www.darwinsys.com/file/"
LICENSE="BSD-2"
SLOT="0"