From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C376C1395E2 for ; Mon, 28 Nov 2016 21:22:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DFE4E0A72; Mon, 28 Nov 2016 21:22:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81092E0A6C for ; Mon, 28 Nov 2016 21:22:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FF65340F43 for ; Mon, 28 Nov 2016 21:22:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 908D4332 for ; Mon, 28 Nov 2016 21:22:07 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1480366941.550b342f2695e6e3e80f6cc52d552e6daf51b5be.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/mitlm/ X-VCS-Repository: proj/sci X-VCS-Files: sci-misc/mitlm/mitlm-0.4.1.ebuild X-VCS-Directories: sci-misc/mitlm/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 550b342f2695e6e3e80f6cc52d552e6daf51b5be X-VCS-Branch: master Date: Mon, 28 Nov 2016 21:22:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2113c0a5-d92f-4f2f-84ef-363214231efd X-Archives-Hash: 0f409bb264165a378224c4b74200c109 commit: 550b342f2695e6e3e80f6cc52d552e6daf51b5be Author: Marius Brehler linux sungazer de> AuthorDate: Mon Nov 28 21:02:21 2016 +0000 Commit: Marius Brehler linux sungazer 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"