summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-08-17 10:08:01 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-08-17 10:08:01 +0000
commit74f06a80975f4da3c5ddfa95f9b9ee2db14cd725 (patch)
tree4266f9ecdcd77d09c215cd46473381722cd0ef6b /kde-misc/kisdnwatch
parentReadding dropped keywords -- checkout was broken (diff)
downloadgentoo-2-74f06a80975f4da3c5ddfa95f9b9ee2db14cd725.tar.gz
gentoo-2-74f06a80975f4da3c5ddfa95f9b9ee2db14cd725.tar.bz2
gentoo-2-74f06a80975f4da3c5ddfa95f9b9ee2db14cd725.zip
New version (#102687).
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'kde-misc/kisdnwatch')
-rw-r--r--kde-misc/kisdnwatch/ChangeLog8
-rw-r--r--kde-misc/kisdnwatch/files/digest-kisdnwatch-01.00.101
-rw-r--r--kde-misc/kisdnwatch/files/kisdnwatch-01.00.10-configure.patch142
-rw-r--r--kde-misc/kisdnwatch/kisdnwatch-01.00.10.ebuild29
4 files changed, 179 insertions, 1 deletions
diff --git a/kde-misc/kisdnwatch/ChangeLog b/kde-misc/kisdnwatch/ChangeLog
index 37a32bd6337a..2893e9a4d99f 100644
--- a/kde-misc/kisdnwatch/ChangeLog
+++ b/kde-misc/kisdnwatch/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-misc/kisdnwatch
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kisdnwatch/ChangeLog,v 1.4 2005/06/26 08:39:10 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kisdnwatch/ChangeLog,v 1.5 2005/08/17 10:08:01 greg_g Exp $
+
+*kisdnwatch-01.00.10 (17 Aug 2005)
+
+ 17 Aug 2005; Gregorio Guidi <greg_g@gentoo.org>
+ +files/kisdnwatch-01.00.10-configure.patch, +kisdnwatch-01.00.10.ebuild:
+ New version (#102687).
26 Jun 2005; Simon Stelling <blubb@gentoo.org> kisdnwatch-01.00.08.ebuild:
added ~amd64 keyword
diff --git a/kde-misc/kisdnwatch/files/digest-kisdnwatch-01.00.10 b/kde-misc/kisdnwatch/files/digest-kisdnwatch-01.00.10
new file mode 100644
index 000000000000..4377014740ac
--- /dev/null
+++ b/kde-misc/kisdnwatch/files/digest-kisdnwatch-01.00.10
@@ -0,0 +1 @@
+MD5 7aaa08a0d8f4b8626eaa87593c49ff30 kisdnwatch-01.00.10.tar.gz 465250
diff --git a/kde-misc/kisdnwatch/files/kisdnwatch-01.00.10-configure.patch b/kde-misc/kisdnwatch/files/kisdnwatch-01.00.10-configure.patch
new file mode 100644
index 000000000000..290c0736d049
--- /dev/null
+++ b/kde-misc/kisdnwatch/files/kisdnwatch-01.00.10-configure.patch
@@ -0,0 +1,142 @@
+diff -Nur kisdnwatch-01.00.10.orig/configure kisdnwatch-01.00.10/configure
+--- kisdnwatch-01.00.10.orig/configure 2005-07-11 15:44:46.000000000 +0200
++++ kisdnwatch-01.00.10/configure 2005-08-17 11:45:05.000000000 +0200
+@@ -24570,138 +24570,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 KDE correctly.
+-" >&5
+-echo "$as_me: error: The important program mcopidl was not found!
+-Please check whether you installed KDE 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 KDE correctly.
+-" >&5
+-echo "$as_me: error: The important program artsc-config was not found!
+-Please check whether you installed KDE 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/kde-misc/kisdnwatch/kisdnwatch-01.00.10.ebuild b/kde-misc/kisdnwatch/kisdnwatch-01.00.10.ebuild
new file mode 100644
index 000000000000..0b0cd6947cdc
--- /dev/null
+++ b/kde-misc/kisdnwatch/kisdnwatch-01.00.10.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kisdnwatch/kisdnwatch-01.00.10.ebuild,v 1.1 2005/08/17 10:08:01 greg_g Exp $
+
+inherit kde eutils
+
+DESCRIPTION="A CAPI-Monitor for KDE."
+HOMEPAGE="http://www.avm.de/de/Service/AVM_Service_Portale/Linux/CAPI_Tools/K_ISDN_Watch.html"
+SRC_URI="ftp://ftp.avm.de/tools/k_isdn_watch.linux/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="net-dialup/capi4k-utils"
+
+need-kde 3
+
+src_unpack() {
+ kde_src_unpack
+
+ use arts || epatch ${FILESDIR}/${P}-configure.patch
+}
+
+src_install() {
+ kde_src_install
+ dodoc *.lsm
+}