summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-05-11 23:00:15 +0300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-05-11 23:00:15 +0300
commit9ac12b568623b809388005fc80f0893532a87534 (patch)
tree1339069e3ccc2ba9445414346701c5b7a887387c /sci-visualization
parentdev-db/sqlite: Transform to lib-only binary compat package (diff)
downloaddilfridge-9ac12b568623b809388005fc80f0893532a87534.tar.gz
dilfridge-9ac12b568623b809388005fc80f0893532a87534.tar.bz2
dilfridge-9ac12b568623b809388005fc80f0893532a87534.zip
sci-visualization/qtiplot-bin: Add missing dep sqlite:2
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/qtiplot-bin/Manifest2
-rw-r--r--sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9.12.ebuild39
-rw-r--r--sci-visualization/qtiplot-bin/qtiplot-bin-1.0.0_rc1-r1.ebuild3
-rw-r--r--sci-visualization/qtiplot-bin/qtiplot-bin-1.0.0_rc1.ebuild39
4 files changed, 2 insertions, 81 deletions
diff --git a/sci-visualization/qtiplot-bin/Manifest b/sci-visualization/qtiplot-bin/Manifest
index a972723..fc6acef 100644
--- a/sci-visualization/qtiplot-bin/Manifest
+++ b/sci-visualization/qtiplot-bin/Manifest
@@ -1,3 +1 @@
-DIST 020518_qtiplot-1.0.0-rc1-32bit-static.tar.bz2 39898379 BLAKE2B 4445cd0d2e86ecb9b953b251cdb379322037a4edf0345e9e9f2f2ad5773d3a81a18a638761249807e1283ae5d25d3b7b096d61c3914c77f6c3eab495d90016a6 SHA512 03cb7aac45cd951ce1aa128d5b259a58d0e12708145c01fa74898a2d3fd503d3bb61dd3b4040c0a68b0792b38608f21f274642d1c625edfe3e9453ab30b41cd8
DIST 020518_qtiplot-1.0.0-rc1-64bit-static.tar.bz2 38946495 BLAKE2B 32af7e0aabf24d90b4411f51cec6deba1340bc160ad57ffbf7647a7d92e98102f046d71670d9f2a13d68ec16912b1e0a7a69fbb00f9c6c6bda157feedc3538d9 SHA512 7bec770083ab48b78cfc69824ce2e6b57f8812ae1755aa144bcf3b5ca73082245801f5400db87764debc9f8fe3831dfbc863ebdad4f5a72df35126c6f2693fda
-DIST 260917_qtiplot-0.9.9.12-32bit-static.tar.bz2 44204908 BLAKE2B 060798bf9987df59f08bd04f9657663184863372a9f7a99fbd23ee427cd0cd671fca70781516705edddda93ff44477372fe6040381144e80358faa1485beceba SHA512 7f94fde69437c1dc1f45df1fa087d18c9706d1e4d6e3cf5e47c58073f4b014f01e71ed4b2fdfa76b887085d857a08566313c1692637fc668d13f728987d6a893
diff --git a/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9.12.ebuild b/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9.12.ebuild
deleted file mode 100644
index e1dd3df..0000000
--- a/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9.12.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Qt based clone of the Origin plotting package, commercial binary"
-HOMEPAGE="http://www.qtiplot.com/"
-SRC_URI="260917_qtiplot-0.9.9.12-32bit-static.tar.bz2"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-RESTRICT="fetch mirror splitdebug"
-IUSE=""
-
-QA_PREBUILT="*"
-
-S=${WORKDIR}
-
-RDEPEND="
- dev-libs/glib[abi_x86_32(-)]
- media-libs/fontconfig[abi_x86_32(-)]
- media-libs/freetype[abi_x86_32(-)]
- media-libs/mesa[abi_x86_32(-)]
- virtual/glu[abi_x86_32(-)]
- x11-libs/libICE[abi_x86_32(-)]
- x11-libs/libSM[abi_x86_32(-)]
- x11-libs/libX11[abi_x86_32(-)]
- x11-libs/libXext[abi_x86_32(-)]
- x11-libs/libXrender[abi_x86_32(-)]
- !sci-visualization/qtiplot
-"
-
-src_install() {
- dodir /opt
- cp -av "${S}"/qtiplot-* "${D}/opt/qtiplot" || die
-
- dosym ../qtiplot/qtiplot /opt/bin/qtiplot
-}
diff --git a/sci-visualization/qtiplot-bin/qtiplot-bin-1.0.0_rc1-r1.ebuild b/sci-visualization/qtiplot-bin/qtiplot-bin-1.0.0_rc1-r1.ebuild
index a19a145..c14d273 100644
--- a/sci-visualization/qtiplot-bin/qtiplot-bin-1.0.0_rc1-r1.ebuild
+++ b/sci-visualization/qtiplot-bin/qtiplot-bin-1.0.0_rc1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,6 +18,7 @@ QA_PREBUILT="*"
S=${WORKDIR}
RDEPEND="
+ =dev-db/sqlite-2*
dev-libs/glib
media-libs/fontconfig
media-libs/freetype
diff --git a/sci-visualization/qtiplot-bin/qtiplot-bin-1.0.0_rc1.ebuild b/sci-visualization/qtiplot-bin/qtiplot-bin-1.0.0_rc1.ebuild
deleted file mode 100644
index 9e40aff..0000000
--- a/sci-visualization/qtiplot-bin/qtiplot-bin-1.0.0_rc1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Qt based clone of the Origin plotting package, commercial binary"
-HOMEPAGE="http://www.qtiplot.com/"
-SRC_URI="020518_qtiplot-1.0.0-rc1-32bit-static.tar.bz2"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-RESTRICT="fetch mirror splitdebug"
-IUSE=""
-
-QA_PREBUILT="*"
-
-S=${WORKDIR}
-
-RDEPEND="
- dev-libs/glib[abi_x86_32(-)]
- media-libs/fontconfig[abi_x86_32(-)]
- media-libs/freetype[abi_x86_32(-)]
- media-libs/mesa[abi_x86_32(-)]
- virtual/glu[abi_x86_32(-)]
- x11-libs/libICE[abi_x86_32(-)]
- x11-libs/libSM[abi_x86_32(-)]
- x11-libs/libX11[abi_x86_32(-)]
- x11-libs/libXext[abi_x86_32(-)]
- x11-libs/libXrender[abi_x86_32(-)]
- !sci-visualization/qtiplot
-"
-
-src_install() {
- dodir /opt
- cp -av "${S}"/qtiplot-* "${D}/opt/qtiplot" || die
-
- dosym ../qtiplot/qtiplot /opt/bin/qtiplot
-}