summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2005-05-10 17:25:01 +0000
committerCarsten Lohrke <carlo@gentoo.org>2005-05-10 17:25:01 +0000
commit3f48f91fa067eefe0c968c3f4f260cc046e80a91 (patch)
tree9b09b4b421119352b1c8ffb09d0adcfcd7925674 /net-dialup
parentfixed SRC_URI for 0.5.1 (diff)
downloadhistorical-3f48f91fa067eefe0c968c3f4f260cc046e80a91.tar.gz
historical-3f48f91fa067eefe0c968c3f4f260cc046e80a91.tar.bz2
historical-3f48f91fa067eefe0c968c3f4f260cc046e80a91.zip
remove configure check for arts
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/komport/ChangeLog8
-rw-r--r--net-dialup/komport/Manifest5
-rw-r--r--net-dialup/komport/files/komport-0.5.9-configure-arts.diff129
-rw-r--r--net-dialup/komport/komport-0.5.9.ebuild13
4 files changed, 147 insertions, 8 deletions
diff --git a/net-dialup/komport/ChangeLog b/net-dialup/komport/ChangeLog
index 0c826f767347..219c3b05d75c 100644
--- a/net-dialup/komport/ChangeLog
+++ b/net-dialup/komport/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/komport
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/komport/ChangeLog,v 1.6 2004/10/26 22:25:25 malc Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/komport/ChangeLog,v 1.7 2005/05/10 17:25:01 carlo Exp $
+
+ 10 May 2005; Carsten Lohrke <carlo@gentoo.org>
+ +files/komport-0.5.9-configure-arts.diff, komport-0.5.9.ebuild:
+ remove configure check for arts
26 Oct 2004; Malcolm Lashley <malc@gentoo.org> komport-0.5.9.ebuild:
~amd64 closes bug 68048
diff --git a/net-dialup/komport/Manifest b/net-dialup/komport/Manifest
index db632c7ff3fc..a9df8b44959d 100644
--- a/net-dialup/komport/Manifest
+++ b/net-dialup/komport/Manifest
@@ -1,4 +1,5 @@
+MD5 bcadf39170c734433170728c4191a011 komport-0.5.9.ebuild 566
+MD5 41bcf80b399b7ce487cec25f08d518b4 ChangeLog 852
MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
-MD5 eadd42def9a62aa7dee69d38b2c40b36 ChangeLog 701
-MD5 0690846c3b7ccd05f8decc2611126546 komport-0.5.9.ebuild 487
MD5 4f3fd78f4486d4772bc9b0f79755b559 files/digest-komport-0.5.9 65
+MD5 50f57a07e20a6c00d06873c77ef3b9b0 files/komport-0.5.9-configure-arts.diff 3131
diff --git a/net-dialup/komport/files/komport-0.5.9-configure-arts.diff b/net-dialup/komport/files/komport-0.5.9-configure-arts.diff
new file mode 100644
index 000000000000..dbe168174a6f
--- /dev/null
+++ b/net-dialup/komport/files/komport-0.5.9-configure-arts.diff
@@ -0,0 +1,129 @@
+--- configure.orig 2005-05-10 01:45:51.000000000 +0200
++++ configure 2005-05-10 01:47:38.000000000 +0200
+@@ -8270,126 +8270,6 @@
+ fi
+
+
+- echo $ac_n "checking for mcopidl""... $ac_c" 1>&6
+-echo "configure:8275: checking for mcopidl" >&5
+- if test -n "$MCOPIDL"; then
+- kde_cv_path="$MCOPIDL";
+- else
+- kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
+-
+- if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then
+- echo $ac_n "(cached) $ac_c" 1>&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 "$ac_t""not found" 1>&6
+-
+- { echo "configure: error: The important program mcopidl was not found!
+-Please check whether you installed KDE correctly.
+-" 1>&2; exit 1; }
+-
+- else
+- echo "$ac_t""$kde_cv_path" 1>&6
+- MCOPIDL=$kde_cv_path
+-
+- fi
+-
+-
+- echo $ac_n "checking for artsc-config""... $ac_c" 1>&6
+-echo "configure:8335: checking for artsc-config" >&5
+- if test -n "$ARTSCCONFIG"; then
+- kde_cv_path="$ARTSCCONFIG";
+- else
+- kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
+-
+- if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then
+- echo $ac_n "(cached) $ac_c" 1>&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 "$ac_t""not found" 1>&6
+-
+- { echo "configure: error: The important program artsc-config was not found!
+-Please check whether you installed KDE correctly.
+-" 1>&2; exit 1; }
+-
+- else
+- echo "$ac_t""$kde_cv_path" 1>&6
+- ARTSCCONFIG=$kde_cv_path
+-
+- fi
+-
+-
+ echo $ac_n "checking for kde-config""... $ac_c" 1>&6
+ echo "configure:8395: checking for kde-config" >&5
+ if test -n "$KDECONFIG"; then
diff --git a/net-dialup/komport/komport-0.5.9.ebuild b/net-dialup/komport/komport-0.5.9.ebuild
index 1ee7ac402e06..8e237c47e749 100644
--- a/net-dialup/komport/komport-0.5.9.ebuild
+++ b/net-dialup/komport/komport-0.5.9.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/komport/komport-0.5.9.ebuild,v 1.6 2004/10/26 22:25:25 malc Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/komport/komport-0.5.9.ebuild,v 1.7 2005/05/10 17:25:01 carlo Exp $
inherit kde
-need-kde 3
-
DESCRIPTION="Komport - Serial port communications and vt102 terminal emulator for KDE"
HOMEPAGE="http://komport.sourceforge.net/"
SRC_URI="mirror://sourceforge/komport/${P}.tar.gz"
@@ -14,3 +12,10 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
+
+need-kde 3
+
+src_unpack() {
+ kde_src_unpack
+ epatch ${FILESDIR}/${P}-configure-arts.diff
+} \ No newline at end of file