swegener 15/04/18 13:03:10 Modified: ChangeLog libtommath-0.42.0-r1.ebuild Log: Rename distfile to include package name. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
Revision Changes Path 1.66 dev-libs/libtommath/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtommath/ChangeLog?rev=1.66&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtommath/ChangeLog?rev=1.66&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtommath/ChangeLog?r1=1.65&r2=1.66 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- ChangeLog 17 Feb 2015 01:30:59 -0000 1.65 +++ ChangeLog 18 Apr 2015 13:03:10 -0000 1.66 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libtommath # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.66 2015/04/18 13:03:10 swegener Exp $ + + 18 Apr 2015; Sven Wegener <[email protected]> libtommath-0.42.0-r1.ebuild: + Rename distfile to include package name. 17 Feb 2015; Ian Delaney <[email protected]> libtommath-0.42.0-r1.ebuild: update HOMEPAGE, SRC-URI 1.21 dev-libs/libtommath/libtommath-0.42.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild?r1=1.20&r2=1.21 Index: libtommath-0.42.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- libtommath-0.42.0-r1.ebuild 17 Feb 2015 01:30:59 -0000 1.20 +++ libtommath-0.42.0-r1.ebuild 18 Apr 2015 13:03:10 -0000 1.21 @@ -1,6 +1,6 @@ # 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.20 2015/02/17 01:30:59 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild,v 1.21 2015/04/18 13:03:10 swegener Exp $ EAPI=4 @@ -8,7 +8,7 @@ DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications" HOMEPAGE="https://github.com/libtom/libtommath" -SRC_URI="https://github.com/libtom/libtommath/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/libtom/libtommath/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="WTFPL-2" SLOT="0"
