From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4723659CA3 for ; Sun, 6 Mar 2016 11:48:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD00B21C049 for ; Sun, 6 Mar 2016 11:48:17 +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 5A44AE07EC for ; Sat, 5 Mar 2016 16:25:57 +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 7DAEF340AA7 for ; Sat, 5 Mar 2016 16:25:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5805F208E for ; Sat, 5 Mar 2016 16:25:52 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1457195087.d949bffc1fc736326d850597ffaba2dc0e169c5e.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtompoly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtompoly/libtompoly-0.04.ebuild X-VCS-Directories: dev-libs/libtompoly/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: d949bffc1fc736326d850597ffaba2dc0e169c5e X-VCS-Branch: master Date: Sat, 5 Mar 2016 16:25:52 +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: 4fa9699f-8e18-4e1f-93fc-b18906301d8d X-Archives-Hash: b4e826df6acabd3c1c8865e6fd3cc934 commit: d949bffc1fc736326d850597ffaba2dc0e169c5e Author: Patrick Lauer gentoo org> AuthorDate: Sat Mar 5 16:07:49 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sat Mar 5 16:24:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d949bffc dev-libs/libtompoly: Update HOMEPAGE and SRC_URI Package-Manager: portage-2.2.27 dev-libs/libtompoly/libtompoly-0.04.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libtompoly/libtompoly-0.04.ebuild b/dev-libs/libtompoly/libtompoly-0.04.ebuild index df09fb0..0331db1 100644 --- a/dev-libs/libtompoly/libtompoly-0.04.ebuild +++ b/dev-libs/libtompoly/libtompoly-0.04.ebuild @@ -7,8 +7,8 @@ EAPI="4" inherit toolchain-funcs multilib DESCRIPTION="portable ISO C library for polynomial basis arithmetic" -HOMEPAGE="http://poly.libtomcrypt.org/" -SRC_URI="http://poly.libtomcrypt.org/files/ltp-${PV}.tar.bz2" +HOMEPAGE="http://www.libtom.org/" +SRC_URI="https://github.com/libtom/libtompoly/releases/download/${PV}/ltp-${PV}.tar.bz2" LICENSE="WTFPL-2" SLOT="0"