summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-03-08 03:05:30 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-03-08 03:05:30 +0000
commitd7f8706e114208521707c17b39cd53d7bea1507c (patch)
tree04a7582bf0071f37d3e473918cfd857d3349e430 /sci-mathematics
parentFix init.d stop(), re #459992 (diff)
downloadgentoo-2-d7f8706e114208521707c17b39cd53d7bea1507c.tar.gz
gentoo-2-d7f8706e114208521707c17b39cd53d7bea1507c.tar.bz2
gentoo-2-d7f8706e114208521707c17b39cd53d7bea1507c.zip
Fixing SRC_URI to make sense
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/yafu/ChangeLog5
-rw-r--r--sci-mathematics/yafu/yafu-1.34.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/yafu/ChangeLog b/sci-mathematics/yafu/ChangeLog
index c00fa776087c..01528742c75e 100644
--- a/sci-mathematics/yafu/ChangeLog
+++ b/sci-mathematics/yafu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/yafu
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/ChangeLog,v 1.9 2013/03/07 15:52:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/ChangeLog,v 1.10 2013/03/08 03:05:30 patrick Exp $
+
+ 08 Mar 2013; Patrick Lauer <patrick@gentoo.org> yafu-1.34.3.ebuild:
+ Fixing SRC_URI to make sense
07 Mar 2013; Justin Lecher <jlec@gentoo.org> yafu-1.34.3.ebuild:
Correct SRC_URI, #460696
diff --git a/sci-mathematics/yafu/yafu-1.34.3.ebuild b/sci-mathematics/yafu/yafu-1.34.3.ebuild
index 897ba7400f6f..12573055e1c7 100644
--- a/sci-mathematics/yafu/yafu-1.34.3.ebuild
+++ b/sci-mathematics/yafu/yafu-1.34.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/yafu-1.34.3.ebuild,v 1.2 2013/03/07 15:52:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/yafu-1.34.3.ebuild,v 1.3 2013/03/08 03:05:30 patrick Exp $
EAPI=5
@@ -10,7 +10,7 @@ MY_PV="$(get_version_component_range 1-2)"
DESCRIPTION="Yet another factoring utility"
HOMEPAGE="http://sourceforge.net/projects/yafu/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_PV}/${PN}-${MY_PV}.zip"
+SRC_URI="mirror://sourceforge/${PN}/${MY_PV}/${PN}-${MY_PV}-src.zip"
SLOT="0"
LICENSE="public-domain"