summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-09-17 11:46:27 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-09-17 11:46:27 +0000
commit240da54ea50b490379b51aff01e33a14ad42b86b (patch)
tree2dfeeeac5bd0a305927ada85e78cd430e0f7023e /dev-db/sqliteman
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-240da54ea50b490379b51aff01e33a14ad42b86b.tar.gz
gentoo-2-240da54ea50b490379b51aff01e33a14ad42b86b.tar.bz2
gentoo-2-240da54ea50b490379b51aff01e33a14ad42b86b.zip
Stable 1.2.2 on amd64 and x86. Drop older.
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/sqliteman')
-rw-r--r--dev-db/sqliteman/ChangeLog6
-rw-r--r--dev-db/sqliteman/sqliteman-1.2.1.ebuild28
-rw-r--r--dev-db/sqliteman/sqliteman-1.2.2.ebuild6
3 files changed, 8 insertions, 32 deletions
diff --git a/dev-db/sqliteman/ChangeLog b/dev-db/sqliteman/ChangeLog
index bedd9d4d85fa..fdf2871b4382 100644
--- a/dev-db/sqliteman/ChangeLog
+++ b/dev-db/sqliteman/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/sqliteman
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v 1.5 2010/06/27 20:42:38 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v 1.6 2010/09/17 11:46:26 scarabeus Exp $
+
+ 17 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -sqliteman-1.2.1.ebuild, sqliteman-1.2.2.ebuild:
+ Stable 1.2.2 on amd64 and x86. Drop older.
*sqliteman-1.2.2 (27 Jun 2010)
diff --git a/dev-db/sqliteman/sqliteman-1.2.1.ebuild b/dev-db/sqliteman/sqliteman-1.2.1.ebuild
deleted file mode 100644
index 26815c382721..000000000000
--- a/dev-db/sqliteman/sqliteman-1.2.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.1.ebuild,v 1.4 2010/01/02 20:27:11 yngwin Exp $
-
-EAPI=2
-
-inherit eutils cmake-utils
-
-DESCRIPTION="Powerful GUI manager for the Sqlite3 database"
-HOMEPAGE="http://sqliteman.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/qt-gui:4
- x11-libs/qt-sql:4[sqlite]
- x11-libs/qscintilla"
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS README"
-
-src_prepare() {
- # remove bundled lib
- rm -rf "${S}"/${PN}/qscintilla2
-}
diff --git a/dev-db/sqliteman/sqliteman-1.2.2.ebuild b/dev-db/sqliteman/sqliteman-1.2.2.ebuild
index 48719d1b6e3e..8e69f1b01657 100644
--- a/dev-db/sqliteman/sqliteman-1.2.2.ebuild
+++ b/dev-db/sqliteman/sqliteman-1.2.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.2.ebuild,v 1.1 2010/06/27 20:42:38 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.2.ebuild,v 1.2 2010/09/17 11:46:26 scarabeus Exp $
-EAPI=2
+EAPI=3
inherit eutils cmake-utils
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="x11-libs/qt-gui:4