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 | 04230c2041a674f034b31380aa2cee498120e3dd (patch) | |
tree | eeb5a7403b977052fdd2afa0cbab39880cc40c4e /sci-visualization | |
parent | Changed dependency for postgresql from dev-db/postgresql to virtual/postgresq... (diff) | |
download | historical-04230c2041a674f034b31380aa2cee498120e3dd.tar.gz historical-04230c2041a674f034b31380aa2cee498120e3dd.tar.bz2 historical-04230c2041a674f034b31380aa2cee498120e3dd.zip |
SRC_URI corrected
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/qtiplot/Manifest | 2 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-visualization/qtiplot/Manifest b/sci-visualization/qtiplot/Manifest index bb36f3ab5d98..7adf2e4c5d38 100644 --- a/sci-visualization/qtiplot/Manifest +++ b/sci-visualization/qtiplot/Manifest @@ -22,7 +22,7 @@ EBUILD qtiplot-0.7.7.ebuild 1098 RMD160 50d0e366309fcee9a7cf69f71715fd7215966548 EBUILD qtiplot-0.8.5.ebuild 1218 RMD160 b1a7916212cb8aabb8a503a14e542d2ae15ca3ab SHA1 fef63fb5398145209f712edb2005e5b0127f548d SHA256 a0ced0f0ee26a36101305794060ada41bf72be6ddc70bd5f961b12a1a229384c EBUILD qtiplot-0.9.4.ebuild 2299 RMD160 145d0c97d4a7eb60651fb4c8f013ab875f3f269d SHA1 2caf74868ee051c9ce4b62ca764bcf95e5f75423 SHA256 1626dd2f9febc50ed00f5b6f453404ab5950faf9485fa9624fd45b81923c7012 EBUILD qtiplot-0.9.5-r1.ebuild 2390 RMD160 cb3aa53e9dc91543fa50f14e778c5031bb8a5219 SHA1 34e54cb9d1a0aab275f075c4443184e0a40a9db6 SHA256 4805ba837a795dd934bea3b295886507daa5f1b9e9966e3b4f3b0d2fd544f540 -EBUILD qtiplot-0.9.6.2.ebuild 2843 RMD160 df7ecd428cd6e853803949aba3c348e01c483aa0 SHA1 b10a046da9fa858cacfc3d4326f47ae6350292bf SHA256 245420e47930905a03745d3361e5db45c6fdd46f8e997c4468dee45f63549a03 +EBUILD qtiplot-0.9.6.2.ebuild 2841 RMD160 916d5d8a5c33e72188d4c73d7fa87004451d617e SHA1 6091ab764511059a0c8945a2202a838af8de93a5 SHA256 544f94fef59586fdc15a4f158084b93b667742af776dc78e0c8f456fa99f47b3 EBUILD qtiplot-0.9.6.ebuild 2730 RMD160 e376a59210baaa10f4299934e5b597918b1a0259 SHA1 4560539a78af0c5a798e8c72e12cd89ebf4e58d8 SHA256 2933a53299d887f5ec106731cad8eef6319bb96b61959180b4ea7875931574e1 MISC ChangeLog 7110 RMD160 933d3b464527441083c7d74dee608a2adc14e45e SHA1 61023315ec2d07f19a1d3adac9630ab4837e711b SHA256 64c5d9f83701b212f0faa9eabcc32b4e509781b191ba714d768efc0da684cbc1 MISC metadata.xml 604 RMD160 1e0ed48d48668781cafc44ef8a14c3fb1e41eb28 SHA1 0f1b65755c3b923539a54b7e05dfda9679c4d758 SHA256 094795782ea49d41a8c4106510bb80d360f1bdaae3ab89c23c369def31bab56c 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" |