commit:     550b342f2695e6e3e80f6cc52d552e6daf51b5be
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Nov 28 21:02:21 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Nov 28 21:02:21 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=550b342f

sci-misc/mitlm: Move SRC_URI from google code to github

Package-Manager: portage-2.3.0

 sci-misc/mitlm/mitlm-0.4.1.ebuild | 6 +++---
 1 file 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 8037d51..a1d3e74 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"

Reply via email to