summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-11-21 21:30:54 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-11-21 21:31:07 +1100
commit87436a546204cd84761ac86ef8843937bab5bd2c (patch)
tree129057aecec219451cb19514508d1ad8123ddaf9
parentsci-mathematics/geogebra: fix metadata indentation (diff)
downloadgentoo-87436a546204cd84761ac86ef8843937bab5bd2c.tar.gz
gentoo-87436a546204cd84761ac86ef8843937bab5bd2c.tar.bz2
gentoo-87436a546204cd84761ac86ef8843937bab5bd2c.zip
dev-db/sqliteman: remove 1.2.2-r2 and 1.2.2-r3
Package-Manager: Portage-2.3.14, Repoman-2.3.6
-rw-r--r--dev-db/sqliteman/files/sqliteman-1.2.2-qscintilla-2.10.patch13
-rw-r--r--dev-db/sqliteman/sqliteman-1.2.2-r2.ebuild32
-rw-r--r--dev-db/sqliteman/sqliteman-1.2.2-r3.ebuild34
3 files changed, 0 insertions, 79 deletions
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
index c197ad342111..000000000000
--- a/dev-db/sqliteman/files/sqliteman-1.2.2-qscintilla-2.10.patch
+++ /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
index 0550f0f6afa4..000000000000
--- a/dev-db/sqliteman/sqliteman-1.2.2-r2.ebuild
+++ /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
index e591dfbd957f..000000000000
--- a/dev-db/sqliteman/sqliteman-1.2.2-r3.ebuild
+++ /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
-}