]> Pileus Git - ~andy/sunrise/commitdiff
dev-db/sqliteman: Nuke old
authorAli Polatel <hawking@gentoo.org>
Sat, 12 May 2007 13:57:07 +0000 (13:57 +0000)
committerAli Polatel <hawking@gentoo.org>
Sat, 12 May 2007 13:57:07 +0000 (13:57 +0000)
svn path=/sunrise/; revision=3609

dev-db/sqliteman/ChangeLog
dev-db/sqliteman/Manifest
dev-db/sqliteman/sqliteman-0.99_pre20070403.ebuild [deleted file]
dev-db/sqliteman/sqliteman-0.99_pre20070421.ebuild [deleted file]

index 032a610c1cfec4ceab2c8611348b3f686c72802c..71453c9e34e69ea731b94929e26fa52f790946eb 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  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
index 83be135aa93fbb3efd96e246631ac5facbf667ba..96cfc1bd8f93a528ff7745ffc16cb43856dafea3 100644 (file)
@@ -1,8 +1,4 @@
-DIST sqliteman-0.99-20070403.tar.gz 698704 RMD160 bff796a81c7adabcc18296302955975e5c0a9d2d SHA1 dc5b447f46961d07fbe8a80876849722cb4cde3c SHA256 cecd8412a924715b45a955e1eccdf6695de85946c7fdf2f2ad43d920917a8b73
-DIST sqliteman-0.99-20070421.tar.gz 470394 RMD160 ddf674d3f4b2a061c75e819974f682cadb635879 SHA1 649c99441a2a3d09841ffe430351ce2ef248ca2d SHA256 f90f6420bf63b9e54416a6fe3fd1e9c17d2101be654aa5c483b2468e8b432d82
 DIST sqliteman-0.99-20070509.tar.gz 507601 RMD160 77eb3e25528d99f3458a0d6c0d8c26a12aef6d3d SHA1 126760259db3b0ea86139e5cd68d4a69bbc4a97a SHA256 3c063f8b7e628488e47f59659b4ec1f1f6df14206edbd6ce3ca54a557b5ccfb0
-EBUILD sqliteman-0.99_pre20070403.ebuild 1028 RMD160 cd93a07fac2ce778104d1f1e37849aab2a38db3e SHA1 04080fecb92dbb285e10a6c1574e66a639c22bfe SHA256 89e74ceb2938e113b85c0d3daf70afdc92b2a817a4cf1017e7623ca39bac9312
-EBUILD sqliteman-0.99_pre20070421.ebuild 987 RMD160 c3c921b536bf0345770b8ac466f88433f51db689 SHA1 9ee151296b8824bd637ec93864f487045d6e1d66 SHA256 53ceb05b21a00893b9802b96130339b6a4d1a6a51c810405ef37a5d495711fae
 EBUILD sqliteman-0.99_pre20070509.ebuild 988 RMD160 a2bdbcdc834dfb75d2329ffae3f78020e78a3326 SHA1 1323807c8235eeea2e2c0e5009251ed69cee1ecc SHA256 bf933c6403351dd23d4b0f6cb6ba76edfca15e3afec42a03f07e0289756cf64a
-MISC ChangeLog 520 RMD160 b8a5b01fde979e1640e7f7931cccba6fd03f7185 SHA1 9a7d5c0b113c84663899aa8d66110567bc7a3513 SHA256 e3a3b4bfde6c325ad278f89bb1473f2b4f424f35fa16c01dc8037e7fb56ff962
+MISC ChangeLog 663 RMD160 cf632d40a283bc1eff2a0c8f4c961c05b7a65928 SHA1 1dba7da00ddba9a642483fd0379c52873a7d8bd8 SHA256 8d26141f5e8a6b89db6f80330cdc5075da588c44ea286f87eab2c90f7243d738
 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/dev-db/sqliteman/sqliteman-0.99_pre20070403.ebuild b/dev-db/sqliteman/sqliteman-0.99_pre20070403.ebuild
deleted file mode 100644 (file)
index c9d26be..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="simple but powerfull Sqlite3 GUI database manager"
-HOMEPAGE="http://www.assembla.com/space/sqliteman/"
-SRC_URI="mirror://sourceforge/sqliteman/${P/_pre/-}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND="${RDEPEND}
-               dev-util/cmake"
-RDEPEND=">=x11-libs/qt-4.2
-               >=dev-db/sqlite-3.0"
-
-MY_P="sqliteman-0.99"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
-       if  ! built_with_use x11-libs/qt sqlite3; then
-               eerror "sqliteman requires that x11-libs/qt will be"
-               eerror "compiled with sqlite3 support"
-               die "Please, rebuild x11-libs/qt with the \"sqlite3\" USE flag."
-       fi
-       cmake . \
-               -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-               -DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
-               -DCMAKE_C_FLAGS="${CFLAGS}" \
-               || die "cmake failed"
-       emake || die "Compile Failed!"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "Install Failed!"
-
-       if use doc ; then
-               dodoc AUTHORS README
-       fi
-}
diff --git a/dev-db/sqliteman/sqliteman-0.99_pre20070421.ebuild b/dev-db/sqliteman/sqliteman-0.99_pre20070421.ebuild
deleted file mode 100644 (file)
index dcb1335..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="simple but powerfull Sqlite3 GUI database manager"
-HOMEPAGE="http://sqliteman.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sqliteman/${P/_pre/-}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=x11-libs/qt-4.2
-               >=dev-db/sqlite-3.0"
-DEPEND="${RDEPEND}
-               dev-util/cmake"
-
-MY_P="sqliteman-0.99"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
-       if  ! built_with_use x11-libs/qt sqlite3; then
-               eerror "sqliteman requires that x11-libs/qt will be"
-               eerror "compiled with sqlite3 support"
-               die "Please, rebuild x11-libs/qt with the \"sqlite3\" USE flag."
-       fi
-       cmake . \
-               -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-               -DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
-               -DCMAKE_C_FLAGS="${CFLAGS}" \
-               || die "cmake failed"
-       emake || die "Compile Failed!"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "Install Failed!"
-
-       dodoc AUTHORS README
-
-}