summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2006-01-18 22:59:09 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2006-01-18 22:59:09 +0000
commite8a1c39c5aa793cc09354cba0eeb6ca74d6cced5 (patch)
tree8b6ea0f78456dcc8f1e35ae5caee9f7e833c1baa /sci-mathematics
parentbug 101448, hardened patch, plus added hppa patch back into 2.010702 builds (diff)
downloadhistorical-e8a1c39c5aa793cc09354cba0eeb6ca74d6cced5.tar.gz
historical-e8a1c39c5aa793cc09354cba0eeb6ca74d6cced5.tar.bz2
historical-e8a1c39c5aa793cc09354cba0eeb6ca74d6cced5.zip
Stable on amd64, addition of app-arch/unzip to the deps.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/qtiplot/ChangeLog6
-rw-r--r--sci-mathematics/qtiplot/Manifest12
-rw-r--r--sci-mathematics/qtiplot/qtiplot-0.7.4.ebuild8
-rw-r--r--sci-mathematics/qtiplot/qtiplot-0.7.6.ebuild6
4 files changed, 20 insertions, 12 deletions
diff --git a/sci-mathematics/qtiplot/ChangeLog b/sci-mathematics/qtiplot/ChangeLog
index 15ef9d9f31ac..441c2acb0130 100644
--- a/sci-mathematics/qtiplot/ChangeLog
+++ b/sci-mathematics/qtiplot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/qtiplot
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/ChangeLog,v 1.8 2006/01/16 23:16:16 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/ChangeLog,v 1.9 2006/01/18 22:59:09 cryos Exp $
+
+ 18 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> qtiplot-0.7.4.ebuild,
+ qtiplot-0.7.6.ebuild:
+ Stable on amd64, addition of app-arch/unzip to the deps.
*qtiplot-0.7.6 (16 Jan 2006)
diff --git a/sci-mathematics/qtiplot/Manifest b/sci-mathematics/qtiplot/Manifest
index 4f27aa4c7dfb..230071db39ec 100644
--- a/sci-mathematics/qtiplot/Manifest
+++ b/sci-mathematics/qtiplot/Manifest
@@ -1,18 +1,18 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 dea1f391ddff1b7742691354e072b241 ChangeLog 1622
+MD5 3269bc18089c39a4da8755afdfe0a559 ChangeLog 1780
MD5 5adcb06c1529439b2546dc3afb1e3609 files/digest-qtiplot-0.7.4 62
MD5 cab60c3e8730d451474342ca5b129198 files/digest-qtiplot-0.7.6 62
MD5 4260dd304cd0920a91f163ff379938c3 files/qtiplot-0.7.4-qmake.patch 5573
MD5 255a39958bfe0778043cbe4795eea8f2 files/qtiplot-0.7.6-qmake.patch 985
MD5 be5373660391ac23dc1d97a654ca9e79 metadata.xml 604
-MD5 cfcd3d5fde60261f6b11618ae36deccf qtiplot-0.7.4.ebuild 1011
-MD5 0d8348a43140cc942bbb57c966ef4243 qtiplot-0.7.6.ebuild 1011
+MD5 c6c6cc5bd10b2789d120d26b7ac1a1b5 qtiplot-0.7.4.ebuild 1047
+MD5 0d740cdf1f1e576fa552a176073ce7b9 qtiplot-0.7.6.ebuild 1048
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDzClQntT9W3vfTuoRAgvzAJ9zKgGzdr45Ys2uVkiq2kMsLc1cZgCeNhFz
-eKCB4ALnPcKJcK+ocFY8wJc=
-=O7oO
+iD8DBQFDzshJntT9W3vfTuoRAicJAJ9PCDjH9fSMuAv39LUg7/0ye5d6GQCeMm9p
+TQvpBgarGH2fyLpyhWZCuQg=
+=eJHT
-----END PGP SIGNATURE-----
diff --git a/sci-mathematics/qtiplot/qtiplot-0.7.4.ebuild b/sci-mathematics/qtiplot/qtiplot-0.7.4.ebuild
index 267104929ac1..e58f42e94300 100644
--- a/sci-mathematics/qtiplot/qtiplot-0.7.4.ebuild
+++ b/sci-mathematics/qtiplot/qtiplot-0.7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/qtiplot-0.7.4.ebuild,v 1.2 2006/01/09 14:15:40 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/qtiplot-0.7.4.ebuild,v 1.3 2006/01/18 22:59:09 cryos Exp $
inherit eutils multilib qt3
@@ -10,13 +10,15 @@ SRC_URI="http://soft.proindependent.com/src/${P}.zip"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
-DEPEND="$(qt_min_version 3.3)
+RDEPEND="$(qt_min_version 3.3)
>=x11-libs/qwt-4.2.0
>=x11-libs/qwtplot3d-0.2.6
>=sci-libs/gsl-1.6"
+DEPEND="${RDEPEND}
+ app-arch/unzip"
S=${WORKDIR}/${P}/${P}
diff --git a/sci-mathematics/qtiplot/qtiplot-0.7.6.ebuild b/sci-mathematics/qtiplot/qtiplot-0.7.6.ebuild
index dea52d498b5e..bc92ad9dbddb 100644
--- a/sci-mathematics/qtiplot/qtiplot-0.7.6.ebuild
+++ b/sci-mathematics/qtiplot/qtiplot-0.7.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/qtiplot-0.7.6.ebuild,v 1.1 2006/01/16 23:16:16 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/qtiplot-0.7.6.ebuild,v 1.2 2006/01/18 22:59:09 cryos Exp $
inherit eutils multilib qt3
@@ -13,10 +13,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="$(qt_min_version 3.3)
+RDEPEND="$(qt_min_version 3.3)
>=x11-libs/qwt-4.2.0
>=x11-libs/qwtplot3d-0.2.6
>=sci-libs/gsl-1.6"
+DEPEND="${RDEPEND}
+ app-arch/unzip"
S=${WORKDIR}/${P}/${P}