diff options
author | Andrey Grozin <grozin@gentoo.org> | 2008-05-21 15:53:01 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2008-05-21 15:53:01 +0000 |
commit | f42ab3ef6b5f3c9f8e75e72cdfdd51794b399b90 (patch) | |
tree | f7581c945b6bcd9118e9933b93118e3e406c9bb5 /sci-visualization | |
parent | Changed dependency for postgresql from dev-db/postgresql to virtual/postgresq... (diff) | |
download | gentoo-2-f42ab3ef6b5f3c9f8e75e72cdfdd51794b399b90.tar.gz gentoo-2-f42ab3ef6b5f3c9f8e75e72cdfdd51794b399b90.tar.bz2 gentoo-2-f42ab3ef6b5f3c9f8e75e72cdfdd51794b399b90.zip |
SRC_URI corrected
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild index 6dca543d6526..32e91e3e5343 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.6.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.6.2.ebuild,v 1.1 2008/05/21 08:51:31 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.2 2008/05/21 15:53:01 grozin Exp $ EAPI="1" inherit eutils multilib qt4 fdo-mime DESCRIPTION="Qt based clone of the Origin plotting package" HOMEPAGE="http://soft.proindependent.com/qtiplot.html" -SRC_URI="http://soft.proindependent.com/src/${P}.tar.bz2 +SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2 doc? ( mirror://gentoo/${P}-manual-en.tar.bz2 )" LICENSE="GPL-2" |