summaryrefslogtreecommitdiff
path: root/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1-r1.ebuild
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-04-14 21:39:58 +0200
committerUlrich Müller <ulm@gentoo.org>2018-04-14 21:43:21 +0200
commitdf9b751f851ae073d6b68b3571a1652d2ac4221b (patch)
tree8cabf998f777565eb9f85ca144c72f8199f4056d /dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1-r1.ebuild
parent865e8e15699d5338bf4e2770991faf9fdfa21f7f (diff)
downloadgentoo-df9b751f851ae073d6b68b3571a1652d2ac4221b.tar.gz
gentoo-df9b751f851ae073d6b68b3571a1652d2ac4221b.tar.bz2
gentoo-df9b751f851ae073d6b68b3571a1652d2ac4221b.zip
dev-db/qt5-sqlcipher: More general handling of cached versions.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1-r1.ebuild')
-rw-r--r--dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1-r1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1-r1.ebuild b/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1-r1.ebuild
deleted file mode 100644
index 3a85ab072f1c..000000000000
--- a/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Qt SQL driver plugin for SQLCipher"
-HOMEPAGE="https://github.com/blizzard4591/qt5-sqlcipher"
-SRC_URI="https://github.com/blizzard4591/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1" # version 2.1 only
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=">=dev-db/sqlcipher-3.4.1
- >=dev-qt/qtcore-5.7.1:5=
- >=dev-qt/qtsql-5.7.1:5=[sqlite] <dev-qt/qtsql-5.9.6:5=[sqlite]"
-RDEPEND="${DEPEND}"
-
-DOCS=(README.md)
-
-src_prepare() {
- eapply "${FILESDIR}"/${PN}-install-path.patch
- sed -i -e "s/@LIBDIR@/$(get_libdir)/" CMakeLists.txt || die
- # workaround for bug 647624 (Qt 5.9.3 and 5.9.4 files are identical)
- cp -R qt-file-cache/5.9.{3,4} || die
- cp -R qt-file-cache/5.9.{3,5} || die
- cmake-utils_src_prepare
-}
-
-src_test() {
- cd "${BUILD_DIR}" || die
- ./qsqlcipher-test || die
-}