Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqliteman/
Date: Thu, 03 Dec 2015 13:34:25
Message-Id: 1449149644.e9279b278bae00ff451cdc943755e977e4a6214c.kensington@gentoo
1 commit: e9279b278bae00ff451cdc943755e977e4a6214c
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 13:33:56 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 13:34:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9279b27
7
8 dev-db/sqliteman: remove old
9
10 Package-Manager: portage-2.2.26
11
12 dev-db/sqliteman/sqliteman-1.2.2.ebuild | 28 ----------------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/dev-db/sqliteman/sqliteman-1.2.2.ebuild b/dev-db/sqliteman/sqliteman-1.2.2.ebuild
16 deleted file mode 100644
17 index b5908b4..0000000
18 --- a/dev-db/sqliteman/sqliteman-1.2.2.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=3
26 -
27 -inherit eutils cmake-utils
28 -
29 -DESCRIPTION="Powerful GUI manager for the Sqlite3 database"
30 -HOMEPAGE="http://sqliteman.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -RDEPEND="dev-qt/qtgui:4
39 - dev-qt/qtsql:4[sqlite]
40 - x11-libs/qscintilla"
41 -DEPEND="${RDEPEND}"
42 -
43 -DOCS="AUTHORS README"
44 -
45 -src_prepare() {
46 - # remove bundled lib
47 - rm -rf "${S}"/${PN}/qscintilla2
48 -}