aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2016-11-28 22:02:21 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2016-11-28 22:02:21 +0100
commit550b342f2695e6e3e80f6cc52d552e6daf51b5be (patch)
tree7dd863515ef26b97004f31b063c59edd0ddb9b91 /sci-misc
parentlicenses: Add MIT-KhronosGroup license (diff)
downloadsci-550b342f2695e6e3e80f6cc52d552e6daf51b5be.tar.gz
sci-550b342f2695e6e3e80f6cc52d552e6daf51b5be.tar.bz2
sci-550b342f2695e6e3e80f6cc52d552e6daf51b5be.zip
sci-misc/mitlm: Move SRC_URI from google code to github
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/mitlm/mitlm-0.4.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-misc/mitlm/mitlm-0.4.1.ebuild b/sci-misc/mitlm/mitlm-0.4.1.ebuild
index 8037d5178..a1d3e745e 100644
--- a/sci-misc/mitlm/mitlm-0.4.1.ebuild
+++ b/sci-misc/mitlm/mitlm-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,8 +7,8 @@ EAPI="5"
inherit autotools
DESCRIPTION="A set of tools designed for the efficient estimation of statistical n-gram language models"
-HOMEPAGE="https://code.google.com/p/mitlm/"
-SRC_URI="https://mitlm.googlecode.com/files/${P}.tar.gz"
+HOMEPAGE="https://github.com/mitlm/mitlm"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${PN}_${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"