summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-03-09 14:42:39 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-03-09 14:42:39 +0000
commitff0a60e1e485ba4bcac3a24297533875cd37032e (patch)
tree9ee1168f967645d02a618ffeb5f6679bb1b222e4 /dev-db
parentFix Manifest. (diff)
downloadgentoo-2-ff0a60e1e485ba4bcac3a24297533875cd37032e.tar.gz
gentoo-2-ff0a60e1e485ba4bcac3a24297533875cd37032e.tar.bz2
gentoo-2-ff0a60e1e485ba4bcac3a24297533875cd37032e.zip
Remove old ebuilds.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/rekall/files/digest-rekall-2.2.11
-rw-r--r--dev-db/rekall/files/rekall-2.2.1-configure.patch141
-rw-r--r--dev-db/rekall/files/rekall-2.2.1-gcc-3.4-compat.patch114
-rw-r--r--dev-db/rekall/rekall-2.2.1.ebuild52
4 files changed, 0 insertions, 308 deletions
diff --git a/dev-db/rekall/files/digest-rekall-2.2.1 b/dev-db/rekall/files/digest-rekall-2.2.1
deleted file mode 100644
index e54679c85382..000000000000
--- a/dev-db/rekall/files/digest-rekall-2.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d6a6ab0042e4f9550afb26f2bc44fd68 rekall-2.2.1.tar.gz 4378335
diff --git a/dev-db/rekall/files/rekall-2.2.1-configure.patch b/dev-db/rekall/files/rekall-2.2.1-configure.patch
deleted file mode 100644
index 83a2e4cb5540..000000000000
--- a/dev-db/rekall/files/rekall-2.2.1-configure.patch
+++ /dev/null
@@ -1,141 +0,0 @@
---- configure.orig 2004-10-30 02:14:03.743616592 +0200
-+++ configure 2004-10-30 02:14:37.392501184 +0200
-@@ -23859,138 +23859,6 @@
- fi
-
-
-- echo "$as_me:$LINENO: checking for mcopidl" >&5
--echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6
-- if test -n "$MCOPIDL"; then
-- kde_cv_path="$MCOPIDL";
-- else
-- kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
--
-- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
-- echo $ECHO_N "(cached) $ECHO_C" >&6
--else
--
-- kde_cv_path="NONE"
-- dirs="$kde_default_bindirs"
-- kde_save_IFS=$IFS
-- IFS=':'
-- for dir in $PATH; do
-- dirs="$dirs $dir"
-- done
-- IFS=$kde_save_IFS
--
-- for dir in $dirs; do
-- if test -x "$dir/mcopidl"; then
-- if test -n ""
-- then
-- evalstr="$dir/mcopidl 2>&1 "
-- if eval $evalstr; then
-- kde_cv_path="$dir/mcopidl"
-- break
-- fi
-- else
-- kde_cv_path="$dir/mcopidl"
-- break
-- fi
-- fi
-- done
--
-- eval "kde_cv_path_$kde_cache=$kde_cv_path"
--
--
--fi
--
--
-- eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
--
-- fi
--
-- if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
-- echo "$as_me:$LINENO: result: not found" >&5
--echo "${ECHO_T}not found" >&6
--
-- { { echo "$as_me:$LINENO: error: The important program mcopidl was not found!
--Please check whether you installed aRts correctly.
--" >&5
--echo "$as_me: error: The important program mcopidl was not found!
--Please check whether you installed aRts correctly.
--" >&2;}
-- { (exit 1); exit 1; }; }
--
-- else
-- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
--echo "${ECHO_T}$kde_cv_path" >&6
-- MCOPIDL=$kde_cv_path
--
-- fi
--
--
-- echo "$as_me:$LINENO: checking for artsc-config" >&5
--echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6
-- if test -n "$ARTSCCONFIG"; then
-- kde_cv_path="$ARTSCCONFIG";
-- else
-- kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
--
-- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
-- echo $ECHO_N "(cached) $ECHO_C" >&6
--else
--
-- kde_cv_path="NONE"
-- dirs="$kde_default_bindirs"
-- kde_save_IFS=$IFS
-- IFS=':'
-- for dir in $PATH; do
-- dirs="$dirs $dir"
-- done
-- IFS=$kde_save_IFS
--
-- for dir in $dirs; do
-- if test -x "$dir/artsc-config"; then
-- if test -n ""
-- then
-- evalstr="$dir/artsc-config 2>&1 "
-- if eval $evalstr; then
-- kde_cv_path="$dir/artsc-config"
-- break
-- fi
-- else
-- kde_cv_path="$dir/artsc-config"
-- break
-- fi
-- fi
-- done
--
-- eval "kde_cv_path_$kde_cache=$kde_cv_path"
--
--
--fi
--
--
-- eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
--
-- fi
--
-- if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
-- echo "$as_me:$LINENO: result: not found" >&5
--echo "${ECHO_T}not found" >&6
--
-- { { echo "$as_me:$LINENO: error: The important program artsc-config was not found!
--Please check whether you installed aRts correctly.
--" >&5
--echo "$as_me: error: The important program artsc-config was not found!
--Please check whether you installed aRts correctly.
--" >&2;}
-- { (exit 1); exit 1; }; }
--
-- else
-- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
--echo "${ECHO_T}$kde_cv_path" >&6
-- ARTSCCONFIG=$kde_cv_path
--
-- fi
--
--
- echo "$as_me:$LINENO: checking for kde-config" >&5
- echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
- if test -n "$KDECONFIG"; then
diff --git a/dev-db/rekall/files/rekall-2.2.1-gcc-3.4-compat.patch b/dev-db/rekall/files/rekall-2.2.1-gcc-3.4-compat.patch
deleted file mode 100644
index c7d49f645ecf..000000000000
--- a/dev-db/rekall/files/rekall-2.2.1-gcc-3.4-compat.patch
+++ /dev/null
@@ -1,114 +0,0 @@
---- libs/kbase/kb_options.cpp.orig 2004-10-14 16:46:56.000000000 +0200
-+++ libs/kbase/kb_options.cpp 2004-10-14 16:48:28.000000000 +0200
-@@ -251,41 +251,41 @@
- return kbOptions.value ; \
- }
-
--GETVALUE(uint, GridXStep, gridX ) ;
--GETVALUE(uint, GridYStep, gridY ) ;
--GETVALUE(uint, FormWidth, formW ) ;
--GETVALUE(uint, FormHeight, formH ) ;
--GETVALUE(int, DefaultDX, defDX ) ;
--GETVALUE(int, DefaultDY, defDY ) ;
--GETVALUE(uint, CtrlSpace, space ) ;
--
--GETVALUE(bool, UseMDI, useMdi ) ;
--GETVALUE(bool, SingleDBOnly, singleDBOnly ) ;
--
--GETVALUE(uint, LeftMargin, marginL ) ;
--GETVALUE(uint, RightMargin, marginR ) ;
--GETVALUE(uint, TopMargin, marginT ) ;
--GETVALUE(uint, BottomMargin, marginB ) ;
--GETVALUE(uint, DPI, dpi ) ;
--
--GETVALUE(bool, OpenLast, openLast ) ;
--GETVALUE(bool, DesignInches, designInches ) ;
--GETVALUE(bool, TablesModal, tablesModal ) ;
--GETVALUE(bool, FormsModal, formsModal ) ;
--GETVALUE(bool, ReportsModal, reportsModal ) ;
--GETVALUE(bool, QueriesModal, queriesModal ) ;
--
--GETVALUE(uint, LogMaxQueries, logMaxQueries ) ;
--GETVALUE(uint, LogMaxEvents, logMaxEvents ) ;
--GETVALUE(uint, LogMaxArgs, logMaxArgs ) ;
--GETVALUE(uint, LogMaxArgLen, logMaxArgLen ) ;
--
--GETVALUE(KBOptions::ScriptType, ScriptType, scriptType ) ;
--GETVALUE(KBOptions::MacroDebug, MacroDebug, macroDebug ) ;
--
--GETVALUE(KBOptions::VerifyOption, VerInsert, verInsert ) ;
--GETVALUE(KBOptions::VerifyOption, VerUpdate, verUpdate ) ;
--GETVALUE(KBOptions::VerifyOption, VerDelete, verDelete ) ;
--GETVALUE(bool, VerMultiple, verMultiple ) ;
-+GETVALUE(uint, GridXStep, gridX )
-+GETVALUE(uint, GridYStep, gridY )
-+GETVALUE(uint, FormWidth, formW )
-+GETVALUE(uint, FormHeight, formH )
-+GETVALUE(int, DefaultDX, defDX )
-+GETVALUE(int, DefaultDY, defDY )
-+GETVALUE(uint, CtrlSpace, space )
-+
-+GETVALUE(bool, UseMDI, useMdi )
-+GETVALUE(bool, SingleDBOnly, singleDBOnly )
-+
-+GETVALUE(uint, LeftMargin, marginL )
-+GETVALUE(uint, RightMargin, marginR )
-+GETVALUE(uint, TopMargin, marginT )
-+GETVALUE(uint, BottomMargin, marginB )
-+GETVALUE(uint, DPI, dpi )
-+
-+GETVALUE(bool, OpenLast, openLast )
-+GETVALUE(bool, DesignInches, designInches )
-+GETVALUE(bool, TablesModal, tablesModal )
-+GETVALUE(bool, FormsModal, formsModal )
-+GETVALUE(bool, ReportsModal, reportsModal )
-+GETVALUE(bool, QueriesModal, queriesModal )
-+
-+GETVALUE(uint, LogMaxQueries, logMaxQueries )
-+GETVALUE(uint, LogMaxEvents, logMaxEvents )
-+GETVALUE(uint, LogMaxArgs, logMaxArgs )
-+GETVALUE(uint, LogMaxArgLen, logMaxArgLen )
-+
-+GETVALUE(KBOptions::ScriptType, ScriptType, scriptType )
-+GETVALUE(KBOptions::MacroDebug, MacroDebug, macroDebug )
-+
-+GETVALUE(KBOptions::VerifyOption, VerInsert, verInsert )
-+GETVALUE(KBOptions::VerifyOption, VerUpdate, verUpdate )
-+GETVALUE(KBOptions::VerifyOption, VerDelete, verDelete )
-+GETVALUE(bool, VerMultiple, verMultiple )
-
--GETVALUE(QString, ScriptFont, scriptFont ) ;
-+GETVALUE(QString, ScriptFont, scriptFont )
---- libs/kbase/kb_draglist.h.orig 2004-10-14 17:21:21.000000000 +0200
-+++ libs/kbase/kb_draglist.h 2004-10-14 17:21:43.000000000 +0200
-@@ -25,7 +25,7 @@
-
- class LIBKBASE_API KBDragBox : public QListBox
- {
-- Q_OBJECT ;
-+ Q_OBJECT
-
- int mouseDownAt ;
- int mouseUpAt ;
---- libs/kbase/kb_optionsdlg.h.orig 2004-10-14 17:38:25.000000000 +0200
-+++ libs/kbase/kb_optionsdlg.h 2004-10-14 17:38:40.000000000 +0200
-@@ -302,7 +302,7 @@
- /* */
- class LIBKBASE_API KBOptionsDlg : public _KBDialog
- {
-- Q_OBJECT ;
-+ Q_OBJECT
-
- #if ! __KB_EMBEDDED
- QTextView m_blurb ;
---- libs/common/kb_libloader_kde.h.orig 2004-10-14 22:48:37.000000000 +0200
-+++ libs/common/kb_libloader_kde.h 2004-10-14 22:49:03.000000000 +0200
-@@ -233,7 +233,7 @@
- { \
- return new className ; \
- } \
-- } ; \
-+ } \
- KInstance *className::s_instance = 0 ;
-
-
diff --git a/dev-db/rekall/rekall-2.2.1.ebuild b/dev-db/rekall/rekall-2.2.1.ebuild
deleted file mode 100644
index 7656e2f66860..000000000000
--- a/dev-db/rekall/rekall-2.2.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/rekall/rekall-2.2.1.ebuild,v 1.5 2005/01/01 17:43:04 eradicator Exp $
-
-inherit kde eutils
-
-DESCRIPTION="Rekall - a database frontend for MySQL, PostgreSQL and XBase"
-HOMEPAGE="http://www.rekallrevealed.org/"
-SRC_URI="http://www.rekallrevealed.org/packages/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc"
-IUSE="mysql odbc postgres xbase"
-
-DEPEND="sys-apps/sed
- virtual/python
- mysql? ( >=dev-db/mysql-3.23.57-r1 )
- postgres? ( >=dev-db/postgresql-7.3.4-r1 )
- xbase? ( =dev-db/xbsql-0.11 )"
-RDEPEND="virtual/python
- mysql? ( >=dev-db/mysql-3.23.57-r1 )
- postgres? ( >=dev-db/postgresql-7.3.4-r1 )
- xbase? ( =dev-db/xbsql-0.11 )"
-need-kde 3
-
-src_unpack() {
- kde_src_unpack
- epatch ${FILESDIR}/${P}-configure.patch
- epatch ${FILESDIR}/${P}-gcc-3.4-compat.patch
- sed -i -e 's/$(LN_S) $(kde_libs_htmldir)\/$(KDE_LANG)\/common/$(LN_S) common/' ${S}/doc/rekall/Makefile.in
-}
-
-src_compile() {
- myconf="--with-gui=kde \
- `use_enable mysql` \
- `use_enable postgres pgsql` \
- `use_enable xbase` \
- `use_enable odbc` \
- `use_enable odbc iodbc`"
- kde_src_compile
-}
-
-src_install() {
- kde_src_install
- if use postgres; then
- cd ${D}/usr/lib
- mv libkbase_driver_pgsql.so libkbase_driver_pgsql.so.0.0.0
- ln -s libkbase_driver_pgsql.so.0.0.0 libkbase_driver_pgsql.so.0
- ln -s libkbase_driver_pgsql.so.0.0.0 libkbase_driver_pgsql.so
- fi
-}