summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2008-12-31 15:01:37 +0000
committerThomas Sachau <tommy@gentoo.org>2008-12-31 15:01:37 +0000
commite6d9711b37804f6149b8c7a9e458f55624a226e3 (patch)
tree5f675177e9e206269a59ab0b97497cb35706f911 /dev-db/sqliteman/sqliteman-1.0.1.ebuild
parentmedia-radio/xwxapt: removed unneeded quotation (diff)
downloadsunrise-e6d9711b37804f6149b8c7a9e458f55624a226e3.tar.gz
sunrise-e6d9711b37804f6149b8c7a9e458f55624a226e3.tar.bz2
sunrise-e6d9711b37804f6149b8c7a9e458f55624a226e3.zip
dev-db/sqliteman: In gentoo-x86, thanks go to Ben de Groot
svn path=/sunrise/; revision=7567
Diffstat (limited to 'dev-db/sqliteman/sqliteman-1.0.1.ebuild')
-rw-r--r--dev-db/sqliteman/sqliteman-1.0.1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-db/sqliteman/sqliteman-1.0.1.ebuild b/dev-db/sqliteman/sqliteman-1.0.1.ebuild
deleted file mode 100644
index ae4a9c0e3..000000000
--- a/dev-db/sqliteman/sqliteman-1.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils cmake-utils
-
-DESCRIPTION="Simple but powerfull Sqlite3 GUI database manager"
-HOMEPAGE="http://sqliteman.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=x11-libs/qt-4.2
- >=dev-db/sqlite-3.0"
-DEPEND="${RDEPEND}
- dev-util/cmake"
-
-pkg_setup() {
- if ! built_with_use ">=x11-libs/qt-4.2" sqlite3; then
- eerror "sqliteman requires x11-libs/qt-4 compiled with sqlite3 support"
- die "Please, rebuild x11-libs/qt-4 with the \"sqlite3\" USE flag."
- fi
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc AUTHORS README
-}