dev-db/sqliteman: remove 1.2.2-r2 and 1.2.2-r3
authorMichael Palimaka <kensington@gentoo.org>
Tue, 21 Nov 2017 10:30:54 +0000 (21:30 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Tue, 21 Nov 2017 10:31:07 +0000 (21:31 +1100)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

dev-db/sqliteman/files/sqliteman-1.2.2-qscintilla-2.10.patch [deleted file]
dev-db/sqliteman/sqliteman-1.2.2-r2.ebuild [deleted file]
dev-db/sqliteman/sqliteman-1.2.2-r3.ebuild [deleted file]

diff --git a/dev-db/sqliteman/files/sqliteman-1.2.2-qscintilla-2.10.patch b/dev-db/sqliteman/files/sqliteman-1.2.2-qscintilla-2.10.patch
deleted file mode 100644 (file)
index c197ad3..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/cmake/modules/FindQScintilla.cmake b/cmake/modules/FindQScintilla.cmake
-index c4592d0..7700ec4 100644
---- a/cmake/modules/FindQScintilla.cmake
-+++ b/cmake/modules/FindQScintilla.cmake
-@@ -21,7 +21,7 @@ IF(QT4_FOUND)
-     "${QT_INCLUDE_DIR}/Qsci" /usr/include /usr/include/Qsci
-     )
--    SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2)
-+    SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2 qscintilla2_qt4 libqscintilla2_qt4)
-     FIND_LIBRARY(QSCINTILLA_LIBRARY
-         NAMES ${QSCINTILLA_NAMES}
-         PATHS ${QT_LIBRARY_DIR}
diff --git a/dev-db/sqliteman/sqliteman-1.2.2-r2.ebuild b/dev-db/sqliteman/sqliteman-1.2.2-r2.ebuild
deleted file mode 100644 (file)
index 0550f0f..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Powerful GUI manager for the Sqlite3 database"
-HOMEPAGE="https://sourceforge.net/projects/sqliteman/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-       dev-qt/qtcore:4
-       dev-qt/qtgui:4
-       dev-qt/qtsql:4[sqlite]
-       x11-libs/qscintilla:=[qt4(-)]"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS README )
-PATCHES=( "${FILESDIR}/${P}-lpthread.patch" )
-
-src_prepare() {
-       # remove bundled lib
-       rm -rf "${S}"/${PN}/qscintilla2 || die
-
-       cmake-utils_src_prepare
-}
diff --git a/dev-db/sqliteman/sqliteman-1.2.2-r3.ebuild b/dev-db/sqliteman/sqliteman-1.2.2-r3.ebuild
deleted file mode 100644 (file)
index e591dfb..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Powerful GUI manager for the Sqlite3 database"
-HOMEPAGE="https://sourceforge.net/projects/sqliteman/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
-       dev-qt/qtcore:4
-       dev-qt/qtgui:4
-       dev-qt/qtsql:4[sqlite]
-       x11-libs/qscintilla:=[qt4(-)]"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${P}-lpthread.patch"
-       "${FILESDIR}/${P}-qscintilla-2.10.patch"
-)
-
-src_prepare() {
-       # remove bundled lib
-       rm -rf "${S}"/${PN}/qscintilla2 || die
-
-       cmake-utils_src_prepare
-}