diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-12-31 14:56:55 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-12-31 14:56:55 +0000 |
commit | c7b9ed62b73fe74eccbed96eed34024a1c4651d6 (patch) | |
tree | be5daac087898974e80c69a616999fbf39c492a7 /dev-db/sqliteman | |
parent | Added ~amd64. Fixed gcc-4.3 issue, bug #250682. Clean up. (diff) | |
download | historical-c7b9ed62b73fe74eccbed96eed34024a1c4651d6.tar.gz historical-c7b9ed62b73fe74eccbed96eed34024a1c4651d6.tar.bz2 historical-c7b9ed62b73fe74eccbed96eed34024a1c4651d6.zip |
Initial commit, thanks to the users in bug 173637 and Sunrise who developed the ebuild.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.27-hh7 i686
Diffstat (limited to 'dev-db/sqliteman')
-rw-r--r-- | dev-db/sqliteman/ChangeLog | 11 | ||||
-rw-r--r-- | dev-db/sqliteman/Manifest | 4 | ||||
-rw-r--r-- | dev-db/sqliteman/metadata.xml | 8 | ||||
-rw-r--r-- | dev-db/sqliteman/sqliteman-1.2.0.ebuild | 24 |
4 files changed, 47 insertions, 0 deletions
diff --git a/dev-db/sqliteman/ChangeLog b/dev-db/sqliteman/ChangeLog new file mode 100644 index 000000000000..98ed0205bfcb --- /dev/null +++ b/dev-db/sqliteman/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-db/sqliteman +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v 1.1 2008/12/31 14:56:55 yngwin Exp $ + +*sqliteman-1.2.0 (31 Dec 2008) + + 31 Dec 2008; Ben de Groot <yngwin@gentoo.org> +metadata.xml, + +sqliteman-1.2.0.ebuild: + Initial commit, thanks to the users in bug 173637 and Sunrise who + developed the ebuild. + diff --git a/dev-db/sqliteman/Manifest b/dev-db/sqliteman/Manifest new file mode 100644 index 000000000000..714aec359afe --- /dev/null +++ b/dev-db/sqliteman/Manifest @@ -0,0 +1,4 @@ +DIST sqliteman-1.2.0.tar.gz 1519236 RMD160 9069b6444541c1ecc6e99eacf69427f702fe7c6a SHA1 dc5202708f7611a8900699d1a85adcae3915d55d SHA256 c75e5029d2066f3b78437012cd31b14a47514b9f44096cc1d5352c765c307ce3 +EBUILD sqliteman-1.2.0.ebuild 649 RMD160 6311f247f33be0b99eb8f53a5efa935e74af6c26 SHA1 3026f9aa18ea5c305694f43c6d53dc9bb78d3b78 SHA256 dca96b0621308193ffad8313a8b1ab361699a099ef9400ae2b93b455656556dd +MISC ChangeLog 420 RMD160 7c46248d271aa26c0bff0a0a29520c570bc99eb4 SHA1 d706faf608ffd30a2b12b71beae1ce43bb8c042b SHA256 4a65ced3ef2c04c44f63c7e4e9fe39a58383dbb1e31b8cea2e2bf3aca401012d +MISC metadata.xml 221 RMD160 751930ca3ccaae39b6812a3d815205868a849159 SHA1 82e9a3c59185254f589ecf5821acf0d5e2706020 SHA256 536a67c6ff2cfa07af754114369e9780ad66d24c739644d107e0ec707a4147b0 diff --git a/dev-db/sqliteman/metadata.xml b/dev-db/sqliteman/metadata.xml new file mode 100644 index 000000000000..59b4c4e82619 --- /dev/null +++ b/dev-db/sqliteman/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>qt</herd> + <maintainer> + <email>qt@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/dev-db/sqliteman/sqliteman-1.2.0.ebuild b/dev-db/sqliteman/sqliteman-1.2.0.ebuild new file mode 100644 index 000000000000..3df195e2297a --- /dev/null +++ b/dev-db/sqliteman/sqliteman-1.2.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.0.ebuild,v 1.1 2008/12/31 14:56:55 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="~x86 ~amd64" +IUSE="" + +RDEPEND="|| ( ( x11-libs/qt-gui:4 + x11-libs/qt-sql:4[sqlite] ) + ( =x11-libs/qt-4.3*[sqlite3] ) ) + >=x11-libs/qscintilla-2.1-r1" +DEPEND="${RDEPEND}" + +DOCS="AUTHORS README" |