summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-02-17 01:30:59 +0000
committerIan Delaney <idella4@gentoo.org>2015-02-17 01:30:59 +0000
commitac1b221e176b7de9eb349490758440b207f6db1b (patch)
tree5c2fda7c0867aa39af64d3697c2885112bd04758 /dev-libs
parentUpdate HOMEPAGE now that berlios is dead. (diff)
downloadgentoo-2-ac1b221e176b7de9eb349490758440b207f6db1b.tar.gz
gentoo-2-ac1b221e176b7de9eb349490758440b207f6db1b.tar.bz2
gentoo-2-ac1b221e176b7de9eb349490758440b207f6db1b.zip
update HOMEPAGE, SRC-URI
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libtommath/ChangeLog7
-rw-r--r--dev-libs/libtommath/libtommath-0.42.0-r1.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog
index 0afc3fc89ca5..69ec8be5ad7e 100644
--- a/dev-libs/libtommath/ChangeLog
+++ b/dev-libs/libtommath/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libtommath
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.64 2013/08/16 13:30:06 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.65 2015/02/17 01:30:59 idella4 Exp $
+
+ 17 Feb 2015; Ian Delaney <idella4@gentoo.org> libtommath-0.42.0-r1.ebuild:
+ update HOMEPAGE, SRC-URI
16 Aug 2013; Alexis Ballier <aballier@gentoo.org>
libtommath-0.42.0-r1.ebuild:
diff --git a/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild b/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild
index 69b2993c168d..91a9b9788939 100644
--- a/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild
+++ b/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild,v 1.19 2013/08/16 13:30:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild,v 1.20 2015/02/17 01:30:59 idella4 Exp $
EAPI=4
inherit autotools eutils multilib toolchain-funcs
DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications"
-HOMEPAGE="http://www.libtom.org/"
-SRC_URI="http://www.libtom.org/files/ltm-${PV}.tar.bz2"
+HOMEPAGE="https://github.com/libtom/libtommath"
+SRC_URI="https://github.com/libtom/libtommath/archive/v${PV}.tar.gz"
LICENSE="WTFPL-2"
SLOT="0"