summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2005-07-23 17:44:54 +0000
committerCarsten Lohrke <carlo@gentoo.org>2005-07-23 17:44:54 +0000
commitcd67dc5f38bd267d424945905aa83db8daaf179c (patch)
tree48c1a81555a9215eceb647056bea2cf14cd60242 /net-dialup
parentdon't check for arts (diff)
downloadhistorical-cd67dc5f38bd267d424945905aa83db8daaf179c.tar.gz
historical-cd67dc5f38bd267d424945905aa83db8daaf179c.tar.bz2
historical-cd67dc5f38bd267d424945905aa83db8daaf179c.zip
don't check for arts
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/serlook/ChangeLog6
-rw-r--r--net-dialup/serlook/Manifest5
-rw-r--r--net-dialup/serlook/files/serlook-0.3.1-noarts.patch140
-rw-r--r--net-dialup/serlook/serlook-0.3.1-r1.ebuild4
4 files changed, 151 insertions, 4 deletions
diff --git a/net-dialup/serlook/ChangeLog b/net-dialup/serlook/ChangeLog
index b4da59d9ec7b..d6a0ce3b4614 100644
--- a/net-dialup/serlook/ChangeLog
+++ b/net-dialup/serlook/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/serlook
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/serlook/ChangeLog,v 1.2 2005/07/18 20:50:35 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/serlook/ChangeLog,v 1.3 2005/07/23 17:44:54 carlo Exp $
+
+ 23 Jul 2005; Carsten Lohrke <carlo@gentoo.org>
+ +files/serlook-0.3.1-noarts.patch, serlook-0.3.1-r1.ebuild:
+ don't check for arts
*serlook-0.3.1-r1 (18 Jul 2005)
diff --git a/net-dialup/serlook/Manifest b/net-dialup/serlook/Manifest
index a378a54ac23b..bc1dfce54a27 100644
--- a/net-dialup/serlook/Manifest
+++ b/net-dialup/serlook/Manifest
@@ -1,8 +1,9 @@
MD5 4460860b343a65f40e3676e41a6d71e4 serlook-0.3.1.ebuild 478
-MD5 37a955b3b6906886b3d8027f427f1c9b serlook-0.3.1-r1.ebuild 571
-MD5 4f76407b99227d7924f524ad37da02ec ChangeLog 856
+MD5 39085a4115bf0c22e935a39e892c7baf serlook-0.3.1-r1.ebuild 612
+MD5 954b1dab55548eddb9f621612dc0cbe3 ChangeLog 991
MD5 cf5f047091cbfcd00440b6cce50aa9d3 metadata.xml 323
MD5 ba9219bb47091095fd1ea80bf3540c3c serlook-0.2.4.ebuild 492
MD5 6187a2d3a691c324ee6b6903a543e304 files/digest-serlook-0.2.4 71
MD5 fdaf3c1d625b2427c501d8b3bf5e1056 files/digest-serlook-0.3.1 66
MD5 fdaf3c1d625b2427c501d8b3bf5e1056 files/digest-serlook-0.3.1-r1 66
+MD5 3f39eec80d1e4154a94aad447bc93a18 files/serlook-0.3.1-noarts.patch 3533
diff --git a/net-dialup/serlook/files/serlook-0.3.1-noarts.patch b/net-dialup/serlook/files/serlook-0.3.1-noarts.patch
new file mode 100644
index 000000000000..5e5ccd6d313c
--- /dev/null
+++ b/net-dialup/serlook/files/serlook-0.3.1-noarts.patch
@@ -0,0 +1,140 @@
+--- configure.orig 2005-07-23 19:33:43.000000000 +0200
++++ configure 2005-07-23 19:36:28.000000000 +0200
+@@ -23939,137 +23939,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
diff --git a/net-dialup/serlook/serlook-0.3.1-r1.ebuild b/net-dialup/serlook/serlook-0.3.1-r1.ebuild
index e3737724259e..e6b5dde62430 100644
--- a/net-dialup/serlook/serlook-0.3.1-r1.ebuild
+++ b/net-dialup/serlook/serlook-0.3.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/serlook/serlook-0.3.1-r1.ebuild,v 1.1 2005/07/18 20:50:35 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/serlook/serlook-0.3.1-r1.ebuild,v 1.2 2005/07/23 17:44:54 carlo Exp $
inherit kde eutils
@@ -13,6 +13,8 @@ LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
IUSE=""
+PATCHES="${FILESDIR}/${P}-noarts.patch"
+
need-kde 3
src_install(){