diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-10-13 22:26:32 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-10-13 22:26:32 +0000 |
commit | 6c0a7df656523afdd0717b47236a1b30c6879ace (patch) | |
tree | a27e0d0960a1fa176667c17d138dd1ddbfce61af /sci-visualization/qtiplot | |
parent | Fixed emacs site file installation, thanks to ulm, closing bug #241594. (diff) | |
download | gentoo-2-6c0a7df656523afdd0717b47236a1b30c6879ace.tar.gz gentoo-2-6c0a7df656523afdd0717b47236a1b30c6879ace.tar.bz2 gentoo-2-6c0a7df656523afdd0717b47236a1b30c6879ace.zip |
Fixed SRC_URI for mirrors, bug #218657.
(Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-visualization/qtiplot')
-rw-r--r-- | sci-visualization/qtiplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog index 7815cbc3de13..d0af373477b4 100644 --- a/sci-visualization/qtiplot/ChangeLog +++ b/sci-visualization/qtiplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/qtiplot # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.34 2008/09/28 10:40:33 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.35 2008/10/13 22:26:32 bicatali Exp $ + + 13 Oct 2008; Sébastien Fabbro <bicatali@gentoo.org> + qtiplot-0.9.7.2.ebuild: + Fixed SRC_URI for mirrors, bug #218657. 28 Sep 2008; Markus Dittrich <markusle@gentoo.org> qtiplot-0.9.7.2.ebuild: Changed boost dependency to >=1.35.0 since compile fails otherwise diff --git a/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild index e659d419a613..e56849d98f00 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild,v 1.2 2008/09/28 10:40:33 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild,v 1.3 2008/10/13 22:26:32 bicatali Exp $ EAPI="1" inherit eutils multilib qt4 fdo-mime python DESCRIPTION="Qt based clone of the Origin plotting package" HOMEPAGE="http://soft.proindependent.com/qtiplot.html" -SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2 +SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2 doc? ( mirror://gentoo/${PN}-0.9.7-manual-en.tar.bz2 )" LICENSE="GPL-2" |