summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-05 11:01:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-05 11:01:00 +0000
commit61c39dd6f01758e8e3b6189ac22012a4f0f52161 (patch)
treee7c36b93e42b48a533daeceaff12ca7f19705a68 /net-dialup/komport
parentstable x86; bug #143325 (diff)
downloadgentoo-2-61c39dd6f01758e8e3b6189ac22012a4f0f52161.tar.gz
gentoo-2-61c39dd6f01758e8e3b6189ac22012a4f0f52161.tar.bz2
gentoo-2-61c39dd6f01758e8e3b6189ac22012a4f0f52161.zip
Update admin directory rather than patching configure to remove aRTs checks.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'net-dialup/komport')
-rw-r--r--net-dialup/komport/ChangeLog8
-rw-r--r--net-dialup/komport/files/digest-komport-0.5.93
-rw-r--r--net-dialup/komport/files/komport-0.5.9-configure-arts.diff129
-rw-r--r--net-dialup/komport/komport-0.5.9.ebuild12
4 files changed, 13 insertions, 139 deletions
diff --git a/net-dialup/komport/ChangeLog b/net-dialup/komport/ChangeLog
index 219c3b05d75c..df51ee82575f 100644
--- a/net-dialup/komport/ChangeLog
+++ b/net-dialup/komport/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/komport
-# 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 $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/komport/ChangeLog,v 1.8 2007/02/05 11:01:00 flameeyes Exp $
+
+ 05 Feb 2007; Diego Pettenò <flameeyes@gentoo.org>
+ -files/komport-0.5.9-configure-arts.diff, komport-0.5.9.ebuild:
+ Update admin directory rather than patching configure to remove aRTs checks.
10 May 2005; Carsten Lohrke <carlo@gentoo.org>
+files/komport-0.5.9-configure-arts.diff, komport-0.5.9.ebuild:
diff --git a/net-dialup/komport/files/digest-komport-0.5.9 b/net-dialup/komport/files/digest-komport-0.5.9
index 7fb4096df2b5..8ffe6399fd05 100644
--- a/net-dialup/komport/files/digest-komport-0.5.9
+++ b/net-dialup/komport/files/digest-komport-0.5.9
@@ -1,3 +1,6 @@
+MD5 0631502f50688142ae50da2cb136a422 kde-admindir-3.5.5.tar.bz2 187274
+RMD160 24528f3bf94e7d1a1036b6e5af180719785839ed kde-admindir-3.5.5.tar.bz2 187274
+SHA256 1aa56856e432839ec74a67ab33fc21b56ed4f1b4b5c60bfd5b953cb2d3423153 kde-admindir-3.5.5.tar.bz2 187274
MD5 215bab736190d6150988bc39929a846d komport-0.5.9.tar.gz 506578
RMD160 be9497241272fbf6cde080221c3814d989c66515 komport-0.5.9.tar.gz 506578
SHA256 941a4acfbed5fc7c345d28e167afc16ec8d11e50f02d76344ebc340ddf802ce2 komport-0.5.9.tar.gz 506578
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
deleted file mode 100644
index dbe168174a6f..000000000000
--- a/net-dialup/komport/files/komport-0.5.9-configure-arts.diff
+++ /dev/null
@@ -1,129 +0,0 @@
---- 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 6284ee5dd0c6..374b96786279 100644
--- a/net-dialup/komport/komport-0.5.9.ebuild
+++ b/net-dialup/komport/komport-0.5.9.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.8 2006/03/12 14:33:50 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/komport/komport-0.5.9.ebuild,v 1.9 2007/02/05 11:01:00 flameeyes Exp $
inherit kde
DESCRIPTION="Komport - Serial port communications and vt102 terminal emulator for KDE"
HOMEPAGE="http://komport.sourceforge.net/"
-SRC_URI="mirror://sourceforge/komport/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+ mirror://gentoo/kde-admindir-3.5.5.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
@@ -14,8 +15,3 @@ KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
need-kde 3
-
-src_unpack() {
- kde_src_unpack
- epatch "${FILESDIR}/${P}-configure-arts.diff"
-}