summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Gotti <motaboy@gentoo.org>2004-10-31 12:58:09 +0000
committerSimone Gotti <motaboy@gentoo.org>2004-10-31 12:58:09 +0000
commit39a010a3c8e16f90ace3df35beb905cabb09e0bc (patch)
tree0ca978e5dd5e050677fba746c94a935d72f39c52 /dev-db/rekall
parent~alpha keyword. (diff)
downloadhistorical-39a010a3c8e16f90ace3df35beb905cabb09e0bc.tar.gz
historical-39a010a3c8e16f90ace3df35beb905cabb09e0bc.tar.bz2
historical-39a010a3c8e16f90ace3df35beb905cabb09e0bc.zip
Added a patch to the configure script to honor the "arts" USE flag. Fixes bug #65457.
Diffstat (limited to 'dev-db/rekall')
-rw-r--r--dev-db/rekall/ChangeLog7
-rw-r--r--dev-db/rekall/Manifest5
-rw-r--r--dev-db/rekall/files/rekall-2.2.1-configure.patch141
-rw-r--r--dev-db/rekall/rekall-2.2.1.ebuild3
4 files changed, 152 insertions, 4 deletions
diff --git a/dev-db/rekall/ChangeLog b/dev-db/rekall/ChangeLog
index 380bda19fd73..7b348281da6c 100644
--- a/dev-db/rekall/ChangeLog
+++ b/dev-db/rekall/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/rekall
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/rekall/ChangeLog,v 1.7 2004/10/15 16:14:18 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/rekall/ChangeLog,v 1.8 2004/10/31 12:56:34 motaboy Exp $
+
+ 31 Oct 2004; Simone Gotti <motaboy@gentoo.org>
+ +files/rekall-2.2.1-configure.patch:
+ Added a patch to the configure script to honor the "arts" USE flag. Fixes
+ bug #65457.
15 Oct 2004; Carsten Lohrke <carlo@gentoo.org> rekall-2.2.1.ebuild:
stable on x86
diff --git a/dev-db/rekall/Manifest b/dev-db/rekall/Manifest
index 73c74b0c9552..e19a0431ad09 100644
--- a/dev-db/rekall/Manifest
+++ b/dev-db/rekall/Manifest
@@ -1,7 +1,8 @@
-MD5 fe7c938f2b75c0eb2d31bb8084691712 rekall-2.2.1.ebuild 1442
+MD5 b807dab0e3b7e288c7a3d8c512fe734b rekall-2.2.1.ebuild 1485
MD5 8cc4b1b43bf8acb358364a702fea690d rekall-2.2.0.ebuild 1341
-MD5 da421a3d2369a22f8a4d473df7fbfc4c ChangeLog 977
+MD5 839e98f09b1b884a28f865686d56ff3a ChangeLog 1158
MD5 d225760167d9e5f4667bfc512d348e9e metadata.xml 223
MD5 10a64bbfc569ae4806e63d8750f620d4 files/digest-rekall-2.2.0 65
MD5 c27d1a7caffa2635fd1eb6c6eebb6236 files/digest-rekall-2.2.1 65
+MD5 6e8cf3e47b57a4b0fb23df79067dc8f8 files/rekall-2.2.1-configure.patch 3567
MD5 b0d87ac49e12a197c3fb375c5e4ef053 files/rekall-2.2.1-gcc-3.4-compat.patch 3902
diff --git a/dev-db/rekall/files/rekall-2.2.1-configure.patch b/dev-db/rekall/files/rekall-2.2.1-configure.patch
new file mode 100644
index 000000000000..83a2e4cb5540
--- /dev/null
+++ b/dev-db/rekall/files/rekall-2.2.1-configure.patch
@@ -0,0 +1,141 @@
+--- 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/rekall-2.2.1.ebuild b/dev-db/rekall/rekall-2.2.1.ebuild
index 3458a8cf0ca0..00f8bc34ac86 100644
--- a/dev-db/rekall/rekall-2.2.1.ebuild
+++ b/dev-db/rekall/rekall-2.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.3 2004/10/15 16:14:18 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/rekall/rekall-2.2.1.ebuild,v 1.4 2004/10/31 12:56:34 motaboy Exp $
inherit kde eutils
@@ -26,6 +26,7 @@ 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
}