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
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')
-rw-r--r--dev-db/sqliteman/ChangeLog35
-rw-r--r--dev-db/sqliteman/Manifest4
-rw-r--r--dev-db/sqliteman/metadata.xml5
-rw-r--r--dev-db/sqliteman/sqliteman-1.0.1.ebuild31
4 files changed, 0 insertions, 75 deletions
diff --git a/dev-db/sqliteman/ChangeLog b/dev-db/sqliteman/ChangeLog
deleted file mode 100644
index 7012962c7..000000000
--- a/dev-db/sqliteman/ChangeLog
+++ /dev/null
@@ -1,35 +0,0 @@
-# ChangeLog for dev-db/sqliteman
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 29 Jun 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- sqliteman-1.0.1.ebuild:
- Add IUSE
-
- 25 Nov 2007; Jakub Moc <jakub@gentoo.org> sqliteman-1.0.1.ebuild:
- Switch to cmake-utils eclass; move built_with_use check to pkg_setup()
-
- 24 Nov 2007; Tiziano Müller <dev-zero@gentoo.org> ++,
- -sqliteman-0.99_pre20070509.ebuild:
- Version bump.
-
- 19 May 2007; Ali Polatel (hawking) <polatel@gmail.com>
- sqliteman-0.99_pre20070509.ebuild:
- cosmetics
-
- 12 May 2007; Ali Polatel (hawking) <polatel@gmail.com>
- -sqliteman-0.99_pre20070403.ebuild, -sqliteman-0.99_pre20070421.ebuild:
- Nuke old
-
- 11 May 2007; Guy Rutenberg (guyru) <guyrutenberg@gmail.com>
- +sqliteman-0.99_pre20070509.ebuild:
- Version bump, bug #173637
-
- 25 Apr 2007; Guy Rutenberg (guyru) <guyrutenberg@gmail.com>
- +sqliteman-0.99_pre20070421.ebuild:
- Version bump, bug #173637
-
- 07 Apr 2007; Guy Rutenberg (guyru) <guyrutenberg@gmail.com>
- +sqliteman-0.99_pre20070403.ebuild, +metadata.xml:
- New Ebuild for bug #173637
-
diff --git a/dev-db/sqliteman/Manifest b/dev-db/sqliteman/Manifest
deleted file mode 100644
index 091d6ce1b..000000000
--- a/dev-db/sqliteman/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST sqliteman-1.0.1.tar.gz 538425 RMD160 48e279c5abe1e8da6e9cd618fbb55e36648ed625 SHA1 1c4ac936174f0f1dbddec479657e1da0dd133d01 SHA256 8f5779482e161e469124e44a98ead628b12c213d3df356231924d1172508a572
-EBUILD sqliteman-1.0.1.ebuild 733 RMD160 145e18433eb719899ae102a66c43c949a825ea37 SHA1 e883a7dbbc1cf3c03c6830c4eeaa1bfd01900bb7 SHA256 1cfb1d0e5ff19bfb0af10fb8f14fbeafe8e95b354ab4bb4803a212d15d06b0da
-MISC ChangeLog 1121 RMD160 40b0317f2917aae8237d13f96f9ba2045da52de1 SHA1 fd3fcd95a1969a786655932cdf5111dc8ad7ffcf SHA256 0bc065daca48ba614b494aafc609964cd9a0512be5e3370c1fe4d1cab9b81f71
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/dev-db/sqliteman/metadata.xml b/dev-db/sqliteman/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/dev-db/sqliteman/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
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
-}