diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-08-17 10:09:21 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-08-17 10:09:21 +0000 |
commit | eb49defa47ad6ccf0b97abeb7b45b1bfa3beed5a (patch) | |
tree | 8092b68eb1aab1f4cd6089b691891bbc95918b11 /kde-misc | |
parent | Version bumped. (diff) | |
download | historical-eb49defa47ad6ccf0b97abeb7b45b1bfa3beed5a.tar.gz historical-eb49defa47ad6ccf0b97abeb7b45b1bfa3beed5a.tar.bz2 historical-eb49defa47ad6ccf0b97abeb7b45b1bfa3beed5a.zip |
New version (#102686).
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kadslwatch/ChangeLog | 10 | ||||
-rw-r--r-- | kde-misc/kadslwatch/files/digest-kadslwatch-01.00.06 | 1 | ||||
-rw-r--r-- | kde-misc/kadslwatch/files/kadslwatch-01.00.06-configure.patch | 142 | ||||
-rw-r--r-- | kde-misc/kadslwatch/kadslwatch-01.00.06.ebuild | 29 |
4 files changed, 180 insertions, 2 deletions
diff --git a/kde-misc/kadslwatch/ChangeLog b/kde-misc/kadslwatch/ChangeLog index 1a3e4c314963..aafe921c5ba1 100644 --- a/kde-misc/kadslwatch/ChangeLog +++ b/kde-misc/kadslwatch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-misc/kadslwatch -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/ChangeLog,v 1.4 2004/12/05 17:05:16 motaboy Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/ChangeLog,v 1.5 2005/08/17 10:09:21 greg_g Exp $ + +*kadslwatch-01.00.06 (17 Aug 2005) + + 17 Aug 2005; Gregorio Guidi <greg_g@gentoo.org> + +files/kadslwatch-01.00.06-configure.patch, +kadslwatch-01.00.06.ebuild: + New version (#102686). 05 Dec 2004; Simone Gotti <motaboy@gentoo.org> kadslwatch-01.00.05.ebuild: Stable on x86. diff --git a/kde-misc/kadslwatch/files/digest-kadslwatch-01.00.06 b/kde-misc/kadslwatch/files/digest-kadslwatch-01.00.06 new file mode 100644 index 000000000000..63146ac90536 --- /dev/null +++ b/kde-misc/kadslwatch/files/digest-kadslwatch-01.00.06 @@ -0,0 +1 @@ +MD5 94f3b95d75c568ebde362e52f30af91f kadslwatch-01.00.06.tar.gz 477950 diff --git a/kde-misc/kadslwatch/files/kadslwatch-01.00.06-configure.patch b/kde-misc/kadslwatch/files/kadslwatch-01.00.06-configure.patch new file mode 100644 index 000000000000..499c484d5cee --- /dev/null +++ b/kde-misc/kadslwatch/files/kadslwatch-01.00.06-configure.patch @@ -0,0 +1,142 @@ +diff -Nur kadslwatch-01.00.06.orig/configure kadslwatch-01.00.06/configure +--- kadslwatch-01.00.06.orig/configure 2005-03-01 13:48:31.000000000 +0100 ++++ kadslwatch-01.00.06/configure 2005-08-17 11:53:03.000000000 +0200 +@@ -24571,138 +24571,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/kadslwatch/kadslwatch-01.00.06.ebuild b/kde-misc/kadslwatch/kadslwatch-01.00.06.ebuild new file mode 100644 index 000000000000..a82b5d51b55a --- /dev/null +++ b/kde-misc/kadslwatch/kadslwatch-01.00.06.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/kadslwatch/kadslwatch-01.00.06.ebuild,v 1.1 2005/08/17 10:09:21 greg_g Exp $ + +inherit kde eutils + +DESCRIPTION="A universal CAPI based ADSL monitor for KDE." +HOMEPAGE="http://www.avm.de/de/Service/AVM_Service_Portale/Linux/CAPI_Tools/K_ADSL_Watch.html" +SRC_URI="ftp://ftp.avm.de/tools/k_adsl_watch.linux/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~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 +} |