diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-07-28 09:18:56 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-07-28 09:18:56 +0000 |
commit | 73f9d9f6cb1fa54f999c9d0df0137846f1a9806b (patch) | |
tree | 58d3239d7618acea36677db2b96eba6443435f07 /net-misc/knutclient | |
parent | rm old version (diff) | |
download | gentoo-2-73f9d9f6cb1fa54f999c9d0df0137846f1a9806b.tar.gz gentoo-2-73f9d9f6cb1fa54f999c9d0df0137846f1a9806b.tar.bz2 gentoo-2-73f9d9f6cb1fa54f999c9d0df0137846f1a9806b.zip |
Corrected the homepage. Fixes bug 186857. Removed version 0.8.6 which is not fetchable anymore.
(Portage version: 2.1.3)
Diffstat (limited to 'net-misc/knutclient')
-rw-r--r-- | net-misc/knutclient/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/knutclient/files/digest-knutclient-0.8.6 | 3 | ||||
-rw-r--r-- | net-misc/knutclient/files/knutclient-0.8.5-arts-configure.patch | 142 | ||||
-rw-r--r-- | net-misc/knutclient/knutclient-0.8.6.ebuild | 24 | ||||
-rw-r--r-- | net-misc/knutclient/knutclient-0.9.1.ebuild | 6 | ||||
-rw-r--r-- | net-misc/knutclient/knutclient-0.9.3.ebuild | 4 | ||||
-rw-r--r-- | net-misc/knutclient/knutclient-0.9.ebuild | 6 |
7 files changed, 15 insertions, 178 deletions
diff --git a/net-misc/knutclient/ChangeLog b/net-misc/knutclient/ChangeLog index 1f90d69adf35..258b0a9326c1 100644 --- a/net-misc/knutclient/ChangeLog +++ b/net-misc/knutclient/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/knutclient # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/knutclient/ChangeLog,v 1.32 2007/05/24 10:24:25 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/knutclient/ChangeLog,v 1.33 2007/07/28 09:18:56 philantrop Exp $ + + 28 Jul 2007; Wulf C. Krueger <philantrop@gentoo.org> + -files/knutclient-0.8.5-arts-configure.patch, -knutclient-0.8.6.ebuild, + knutclient-0.9.ebuild, knutclient-0.9.1.ebuild, knutclient-0.9.3.ebuild: + Corrected the homepage. Fixes bug 186857. Removed version 0.8.6 which is not + fetchable anymore. 24 May 2007; Lars Weiler <pylon@gentoo.org> knutclient-0.9.3.ebuild: Stable on ppc; bug #175221. diff --git a/net-misc/knutclient/files/digest-knutclient-0.8.6 b/net-misc/knutclient/files/digest-knutclient-0.8.6 deleted file mode 100644 index c544f407684c..000000000000 --- a/net-misc/knutclient/files/digest-knutclient-0.8.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 08889c7f220ecbe029de7f43182ec3b5 knutclient-0.8.6.tar.gz 1395983 -RMD160 0b3fbdeb413a35ccb711ad9caa7830c074a41f8a knutclient-0.8.6.tar.gz 1395983 -SHA256 7d98987c4fdfe53312ddd8bea56836a61af71508aac45a91fa09d0659a03ff23 knutclient-0.8.6.tar.gz 1395983 diff --git a/net-misc/knutclient/files/knutclient-0.8.5-arts-configure.patch b/net-misc/knutclient/files/knutclient-0.8.5-arts-configure.patch deleted file mode 100644 index f4f0338b01a4..000000000000 --- a/net-misc/knutclient/files/knutclient-0.8.5-arts-configure.patch +++ /dev/null @@ -1,142 +0,0 @@ ---- configure.orig 2005-08-31 19:13:02.000000000 +0100 -+++ configure 2005-08-31 19:15:10.000000000 +0100 -@@ -24766,139 +24766,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 - if test -n "$KDECONFIG"; then diff --git a/net-misc/knutclient/knutclient-0.8.6.ebuild b/net-misc/knutclient/knutclient-0.8.6.ebuild deleted file mode 100644 index de53015a606d..000000000000 --- a/net-misc/knutclient/knutclient-0.8.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/knutclient/knutclient-0.8.6.ebuild,v 1.6 2006/07/27 22:08:42 flameeyes Exp $ - -inherit kde - -MY_P=${P/_/-} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Client for the NUT UPS monitoring daemon" -HOMEPAGE="http://www.alo.cz/knutclient/index.html" -SRC_URI="ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -need-kde 3.1 - -src_unpack() { - kde_src_unpack - use arts || epatch "${FILESDIR}/${PN}-0.8.5-arts-configure.patch" -} diff --git a/net-misc/knutclient/knutclient-0.9.1.ebuild b/net-misc/knutclient/knutclient-0.9.1.ebuild index ab96f4a32348..a71787eab311 100644 --- a/net-misc/knutclient/knutclient-0.9.1.ebuild +++ b/net-misc/knutclient/knutclient-0.9.1.ebuild @@ -1,6 +1,6 @@ -# 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-misc/knutclient/knutclient-0.9.1.ebuild,v 1.5 2007/02/04 08:27:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/knutclient/knutclient-0.9.1.ebuild,v 1.6 2007/07/28 09:18:56 philantrop Exp $ inherit kde @@ -8,7 +8,7 @@ MY_P=${P/_/-} S=${WORKDIR}/${MY_P} DESCRIPTION="Client for the NUT UPS monitoring daemon" -HOMEPAGE="http://www.alo.cz/knutclient/index.html" +HOMEPAGE="http://www.knut.noveradsl.cz/knutclient/" SRC_URI="ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/${MY_P}.tar.gz mirror://gentoo/kde-admindir-3.5.5.tar.bz2" diff --git a/net-misc/knutclient/knutclient-0.9.3.ebuild b/net-misc/knutclient/knutclient-0.9.3.ebuild index d73e96879043..3be5359deddd 100644 --- a/net-misc/knutclient/knutclient-0.9.3.ebuild +++ b/net-misc/knutclient/knutclient-0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/knutclient/knutclient-0.9.3.ebuild,v 1.7 2007/05/24 10:24:25 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/knutclient/knutclient-0.9.3.ebuild,v 1.8 2007/07/28 09:18:56 philantrop Exp $ inherit kde @@ -8,7 +8,7 @@ MY_P=${P/_/-} S=${WORKDIR}/${MY_P} DESCRIPTION="Client for the NUT UPS monitoring daemon" -HOMEPAGE="http://www.alo.cz/knutclient/index.html" +HOMEPAGE="http://www.knut.noveradsl.cz/knutclient/" SRC_URI="ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/${MY_P}.tar.gz" SLOT="0" diff --git a/net-misc/knutclient/knutclient-0.9.ebuild b/net-misc/knutclient/knutclient-0.9.ebuild index 0d7cca86453e..d906f6f6c6b1 100644 --- a/net-misc/knutclient/knutclient-0.9.ebuild +++ b/net-misc/knutclient/knutclient-0.9.ebuild @@ -1,6 +1,6 @@ -# 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-misc/knutclient/knutclient-0.9.ebuild,v 1.4 2007/02/04 08:27:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/knutclient/knutclient-0.9.ebuild,v 1.5 2007/07/28 09:18:56 philantrop Exp $ inherit kde @@ -8,7 +8,7 @@ MY_P=${P/_/-} S=${WORKDIR}/${MY_P} DESCRIPTION="Client for the NUT UPS monitoring daemon" -HOMEPAGE="http://www.alo.cz/knutclient/index.html" +HOMEPAGE="http://www.knut.noveradsl.cz/knutclient/" SRC_URI="ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/${MY_P}.tar.gz" SLOT="0" |