diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-23 23:04:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-30 01:51:51 +0100 |
commit | 25cb1a73f6b5969b3f43eccb82434fd868323280 (patch) | |
tree | cf6f84db3f629b6df1402829ac37f35acf0607a8 /kde-misc | |
parent | app-office: Remove ancient KOffice packages (diff) | |
download | kde-sunset-25cb1a73f6b5969b3f43eccb82434fd868323280.tar.gz kde-sunset-25cb1a73f6b5969b3f43eccb82434fd868323280.tar.bz2 kde-sunset-25cb1a73f6b5969b3f43eccb82434fd868323280.zip |
*/*: Remove ancient kde.eclass revdeps with "need-kde 3"
kde.eclass revdeps broken by ancient deps.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
43 files changed, 9 insertions, 999 deletions
diff --git a/kde-misc/kadslwatch/ChangeLog b/kde-misc/kadslwatch/ChangeLog deleted file mode 100644 index 3d5690a6..00000000 --- a/kde-misc/kadslwatch/ChangeLog +++ /dev/null @@ -1,39 +0,0 @@ -# ChangeLog for kde-misc/kadslwatch -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/ChangeLog,v 1.8 2009/10/12 08:41:01 abcd Exp $ - - 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> kadslwatch-01.00.06.ebuild: - QA fix: unquoted variable - - 28 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> - kadslwatch-01.00.06.ebuild: - Fixed DEPEND/RDEPEND. - - 22 Sep 2005; Gregorio Guidi <greg_g@gentoo.org> - kadslwatch-01.00.06.ebuild: - Stable on x86. - -*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. - - 23 Nov 2004; Carsten Lohrke <carlo@gentoo.org> kadslwatch-01.00.05.ebuild: - QA: missing "inherit eutils" - - 30 Oct 2004; Simone Gotti <motaboy@gentoo.org> kadslwatch-01.00.05.ebuild: - Don't install README.html 2 times in the doc dir. - -*kadslwatch-01.00.05 (29 Oct 2004) - - 29 Oct 2004; Simone Gotti <motaboy@gentoo.org> +metadata.xml, - +files/kadslwatch-01.00.05-Makefiles.patch, - +files/kadslwatch-01.00.05-configure.patch, +kadslwatch-01.00.05.ebuild: - New Ebuild, thanks to tuXXer and Stefan Briesenick. Closes bug #23051. Added - a patch for the configure script to honor the 'arts' USE flag, and a patch - to fix a sandbox violation - diff --git a/kde-misc/kadslwatch/Manifest b/kde-misc/kadslwatch/Manifest deleted file mode 100644 index 079c9806..00000000 --- a/kde-misc/kadslwatch/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kadslwatch-01.00.06.tar.gz 477950 SHA256 3733cddd035fe82e35f3e6127da37e950322b77e46cc71cb45586c0d2f0fbb33 diff --git a/kde-misc/kadslwatch/files/kadslwatch-01.00.06-configure.patch b/kde-misc/kadslwatch/files/kadslwatch-01.00.06-configure.patch deleted file mode 100644 index 499c484d..00000000 --- a/kde-misc/kadslwatch/files/kadslwatch-01.00.06-configure.patch +++ /dev/null @@ -1,142 +0,0 @@ -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 deleted file mode 100644 index 91ba12b4..00000000 --- a/kde-misc/kadslwatch/kadslwatch-01.00.06.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 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.4 2009/10/12 08:41:01 abcd 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" - -RDEPEND="${DEPEND}" - -need-kde 3 - -src_unpack() { - kde_src_unpack - - use arts || epatch "${FILESDIR}/${P}-configure.patch" -} - -src_install() { - kde_src_install - dodoc *.lsm -} diff --git a/kde-misc/kadslwatch/metadata.xml b/kde-misc/kadslwatch/metadata.xml deleted file mode 100644 index 5866eae7..00000000 --- a/kde-misc/kadslwatch/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/kde-misc/kalbum/ChangeLog b/kde-misc/kalbum/ChangeLog deleted file mode 100644 index 8fc567dd..00000000 --- a/kde-misc/kalbum/ChangeLog +++ /dev/null @@ -1,44 +0,0 @@ -# ChangeLog for kde-misc/kalbum -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kalbum/ChangeLog,v 1.6 2009/10/12 08:52:07 abcd Exp $ - - 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> kalbum-0.8.0.ebuild: - QA: Remove installation of nonexistent file - - 05 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> - -files/kalbum-0.8.0-configure-arts.patch, kalbum-0.8.0.ebuild: - Update admin directory rather than patching configure to remove aRTs checks. - - 10 Apr 2006; Marcus D. Hanwell <cryos@gentoo.org> kalbum-0.8.0.ebuild: - Stable on amd64. - - 07 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> - +files/kalbum-0.8.0-configure-arts.patch, kalbum-0.8.0.ebuild: - Marked ~amd64, also added arts configure patch closing bug 107730. - -*kalbum-0.8.0 (31 Oct 2004) - - 31 Oct 2004; Carsten Lohrke <carlo@gentoo.org> +metadata.xml, - +kalbum-0.8.0.ebuild: - Moved from app-misc/kalbum to kde-misc/kalbum. - - 23 Oct 2004; Jason Wever <weeve@gentoo.org> kalbum-0.8.0.ebuild: - Stable on sparc. - - 21 Mar 2004; Jason Wever <weeve@gentoo.org> kalbum-0.8.0.ebuild: - Added ~sparc keyword. - - 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> kalbum-0.8.0.ebuild: - inherit kde instead of deprecated kde-base - - 12 Jun 2003; <msterret@gentoo.org> kalbum-0.8.0.ebuild: - add Header - -*kalbum-0.8.0 (22 May 2003) - - 22 May 2003; Caleb Tennis <caleb@gentoo.org> ChangeLog : - - Kalbum is a KDE application for generating Photo albums. It can - generate & display "binary" albums, and create HTML albums with the - click of a button. Initial import, thanks to Ed Cates (Bug # 14934) - diff --git a/kde-misc/kalbum/Manifest b/kde-misc/kalbum/Manifest deleted file mode 100644 index 24fb9199..00000000 --- a/kde-misc/kalbum/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST kalbum-0.8.0.tar.bz2 546729 SHA256 82e0085bde8b3e0d197e0f82a757d56052f50a85cc7414b8e32e69613e7051bd -DIST kde-admindir-3.5.5.tar.bz2 187274 SHA256 1aa56856e432839ec74a67ab33fc21b56ed4f1b4b5c60bfd5b953cb2d3423153 diff --git a/kde-misc/kalbum/kalbum-0.8.0.ebuild b/kde-misc/kalbum/kalbum-0.8.0.ebuild deleted file mode 100644 index cd1df10e..00000000 --- a/kde-misc/kalbum/kalbum-0.8.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kalbum/kalbum-0.8.0.ebuild,v 1.5 2009/10/12 08:52:07 abcd Exp $ - -inherit kde - -IUSE="" -DESCRIPTION="A photo album generator for KDE 3.x" -SRC_URI="http://www.paldandy.com/kalbum/data/${P}/${P}.tar.bz2 - mirror://gentoo/kde-admindir-3.5.5.tar.bz2" -HOMEPAGE="http://www.paldandy.com/kalbum/" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc ~sparc x86" - -need-kde 3 diff --git a/kde-misc/kalbum/metadata.xml b/kde-misc/kalbum/metadata.xml deleted file mode 100644 index 6f49eba8..00000000 --- a/kde-misc/kalbum/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/kde-misc/kexchange/ChangeLog b/kde-misc/kexchange/ChangeLog deleted file mode 100644 index ee3b73a9..00000000 --- a/kde-misc/kexchange/ChangeLog +++ /dev/null @@ -1,43 +0,0 @@ -# ChangeLog for kde-misc/kexchange -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kexchange/ChangeLog,v 1.7 2007/02/22 00:44:53 peper Exp $ - - 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: - Transition to Manifest2. - - 12 Mar 2006; Jason Wever <weeve@gentoo.org> kexchange-1.0.ebuild: - Stable on SPARC. - - 05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> kexchange-1.0.ebuild: - Stable on ppc. - - 10 Mar 2005; Marcus D. Hanwell <cryos@gentoo.org> kexchange-1.0.ebuild: - Marked stable on amd64. - - 10 Mar 2005; Gregorio Guidi <greg_g@gentoo.org> kexchange-1.0.ebuild: - Stable on x86. - -*kexchange-1.0 (30 Oct 2004) - - 30 Oct 2004; Carsten Lohrke <carlo@gentoo.org> +metadata.xml, - +kexchange-1.0.ebuild: - Moved from app-misc/kexchange to kde-misc/kexchange. - - 26 Oct 2004; Jason Wever <weeve@gentoo.org> kexchange-1.0.ebuild: - Added ~sparc keyword. - - 05 Sep 2004; Malcolm Lashley <malc@gentoo.org> kexchange-1.0.ebuild: - ~amd64 - closes #62450 - - 30 Aug 2004; David Holm <dholm@gentoo.org> kexchange-1.0.ebuild: - Added to ~ppc. - - 12 Aug 2004; Carsten Lohrke <carlo@gentoo.org> kexchange-1.0.ebuild: - QA: inherit kde-base -> inherit kde - -*kexchange-1.0 (05 Aug 2004) - - 05 Aug 2004; Dominik Stadler <centic@gentoo.org> +metadata.xml, - +kexchange-1.0.ebuild: - Add new application, fixes Buig 30901 - diff --git a/kde-misc/kexchange/Manifest b/kde-misc/kexchange/Manifest deleted file mode 100644 index 03ab7fba..00000000 --- a/kde-misc/kexchange/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kexchange-1.0.tar.gz 872569 SHA256 79a76a4e536623f6acb5cf015093653b597141b19bc026f6c68889a325f00af1 diff --git a/kde-misc/kexchange/kexchange-1.0.ebuild b/kde-misc/kexchange/kexchange-1.0.ebuild deleted file mode 100644 index c09a986d..00000000 --- a/kde-misc/kexchange/kexchange-1.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kexchange/kexchange-1.0.ebuild,v 1.5 2006/03/12 19:12:34 weeve Exp $ - -inherit kde - -DESCRIPTION="A currency converter for KDE" -HOMEPAGE="http://www.favorin.com/projects/kexchange/" -SRC_URI="mirror://sourceforge/kexchange/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" -IUSE="" - -need-kde 3 diff --git a/kde-misc/kexchange/metadata.xml b/kde-misc/kexchange/metadata.xml deleted file mode 100644 index 6f49eba8..00000000 --- a/kde-misc/kexchange/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/kde-misc/kfish/ChangeLog b/kde-misc/kfish/ChangeLog deleted file mode 100644 index dab0259b..00000000 --- a/kde-misc/kfish/ChangeLog +++ /dev/null @@ -1,41 +0,0 @@ -# ChangeLog for kde-misc/kfish -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kfish/ChangeLog,v 1.4 2006/07/08 23:08:29 flameeyes Exp $ - - 08 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> kfish-2.01.ebuild: - Require arts forcefully as per bug #139689. - - 30 Dec 2004; Jason Wever <weeve@gentoo.org> kfish-2.01.ebuild: - Added ~sparc keyword. - -*kfish-2.01 (31 Oct 2004) - - 31 Oct 2004; Carsten Lohrke <carlo@gentoo.org> +.#metadata.xml.0, - +metadata.xml, +kfish-2.01.ebuild: - Moved from app-misc/kfish to kde-misc/kfish. - - 05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> kfish-2.01.ebuild: - Masked kfish-2.01.ebuild stable for ppc - - 18 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> kfish-1.0.ebuild, - kfish-2.01.ebuild: - clean older ebuild; add missing IUSE and SLOT - - 09 Apr 2004; David Holm <dholm@gentoo.org> kfish-2.01.ebuild: - Added to ~ppc. - - 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> kfish-1.0.ebuild, - kfish-2.01.ebuild: - inherit kde instead of deprecated kde-base - -*kfish-2.01 (06 Apr 2003) - - 06 Apr 2003; Dan Armak <danarmak@gentoo.org> kfish-2.01.ebuild: - Add stable x86 keyword. - -*kfish-1.0 (11 Aug 2002) - - 11 Aug 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : - - Initial ebuild; user submission #6133 by Wahuu. A kicker fish applet - (toy category). diff --git a/kde-misc/kfish/Manifest b/kde-misc/kfish/Manifest deleted file mode 100644 index 366e905b..00000000 --- a/kde-misc/kfish/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kfish-2.01.tar.bz2 430543 SHA256 7518584a540ec45174bb407618fb41b0dc76d3ec0a9939259438f4afd05773b7 diff --git a/kde-misc/kfish/kfish-2.01.ebuild b/kde-misc/kfish/kfish-2.01.ebuild deleted file mode 100644 index e36bc77d..00000000 --- a/kde-misc/kfish/kfish-2.01.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kfish/kfish-2.01.ebuild,v 1.3 2006/07/08 23:08:29 flameeyes Exp $ - -ARTS_REQUIRED="yes" - -inherit kde -need-kde 3 - -DESCRIPTION="amusing panel applet animated with a fish, bubbles and extras" -SRC_URI="mirror://sourceforge/kfish/${P}.tar.bz2" -HOMEPAGE="http://sourceforge.net/projects/scofmb/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc ~sparc" -IUSE="" diff --git a/kde-misc/kfish/metadata.xml b/kde-misc/kfish/metadata.xml deleted file mode 100644 index 6f49eba8..00000000 --- a/kde-misc/kfish/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/kde-misc/kisdnwatch/ChangeLog b/kde-misc/kisdnwatch/ChangeLog deleted file mode 100644 index 94ad7daa..00000000 --- a/kde-misc/kisdnwatch/ChangeLog +++ /dev/null @@ -1,37 +0,0 @@ -# ChangeLog for kde-misc/kisdnwatch -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kisdnwatch/ChangeLog,v 1.8 2009/10/12 09:12:55 abcd Exp $ - - 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> kisdnwatch-01.00.10.ebuild: - QA fix: unquoted variable - - 29 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> - kisdnwatch-01.00.10.ebuild: - Fixed DEPEND/RDEPEND. - - 22 Sep 2005; Gregorio Guidi <greg_g@gentoo.org> - kisdnwatch-01.00.10.ebuild: - Stable on x86. - -*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 - - 05 Dec 2004; Simone Gotti <motaboy@gentoo.org> kisdnwatch-01.00.08.ebuild: - Stable on x86. - - 23 Nov 2004; Carsten Lohrke <carlo@gentoo.org> kisdnwatch-01.00.08.ebuild: - QA: missing "inherit eutils" - -*kisdnwatch-01.00.08 (30 Oct 2004) - - 30 Oct 2004; Simone Gotti <motaboy@gentoo.org> +metadata.xml, - +files/kisdnwatch-01.00.08-Makefiles.patch, - +files/kisdnwatch-01.00.08-configure.patch, +kisdnwatch-01.00.08.ebuild: - New Ebuild, thanks to tuXXer and Stefan Briesenick. Closes bug - diff --git a/kde-misc/kisdnwatch/Manifest b/kde-misc/kisdnwatch/Manifest deleted file mode 100644 index ef0dd482..00000000 --- a/kde-misc/kisdnwatch/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kisdnwatch-01.00.10.tar.gz 465250 SHA256 10bb3e9eabcb5f949675135898201a6da6d4da69ee7e41545492c7f18d7b5658 diff --git a/kde-misc/kisdnwatch/files/kisdnwatch-01.00.10-configure.patch b/kde-misc/kisdnwatch/files/kisdnwatch-01.00.10-configure.patch deleted file mode 100644 index 290c0736..00000000 --- a/kde-misc/kisdnwatch/files/kisdnwatch-01.00.10-configure.patch +++ /dev/null @@ -1,142 +0,0 @@ -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 deleted file mode 100644 index e6d57567..00000000 --- a/kde-misc/kisdnwatch/kisdnwatch-01.00.10.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 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.4 2009/10/12 09:12:55 abcd 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" - -RDEPEND="${DEPEND}" - -need-kde 3 - -src_unpack() { - kde_src_unpack - - use arts || epatch "${FILESDIR}/${P}-configure.patch" -} - -src_install() { - kde_src_install - dodoc *.lsm -} diff --git a/kde-misc/kisdnwatch/metadata.xml b/kde-misc/kisdnwatch/metadata.xml deleted file mode 100644 index 5866eae7..00000000 --- a/kde-misc/kisdnwatch/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/kde-misc/kkeyled/kkeyled-0.8.11-r1.ebuild b/kde-misc/kkeyled/kkeyled-0.8.11-r1.ebuild index fec0e28e..9d2361dd 100644 --- a/kde-misc/kkeyled/kkeyled-0.8.11-r1.ebuild +++ b/kde-misc/kkeyled/kkeyled-0.8.11-r1.ebuild @@ -1,17 +1,15 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kkeyled/kkeyled-0.8.11-r1.ebuild,v 1.4 2009/10/12 07:30:37 abcd Exp $ ARTS_REQUIRED="never" - inherit kde -DESCRIPTION="KKeyLED - a Kicker module showing the status of your keyboard's numlock, capslock and scrolllock." +DESCRIPTION="Kicker module showing the status of your keyboard's numlock, capslock and scrolllock" HOMEPAGE="http://www.truesoft.ch/dieter/kkeyled.html" SRC_URI="http://www.truesoft.ch/dieter/kkeyled/software/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" diff --git a/kde-misc/kkeyled/kkeyled-0.8.11.ebuild b/kde-misc/kkeyled/kkeyled-0.8.11.ebuild deleted file mode 100644 index 2e0db300..00000000 --- a/kde-misc/kkeyled/kkeyled-0.8.11.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kkeyled/kkeyled-0.8.11.ebuild,v 1.6 2009/10/12 07:30:37 abcd Exp $ - -inherit kde - -need-kde 3 - -DESCRIPTION="KKeyLED - a Kicker module showing the status of your keyboard's numlock, capslock and scrolllock." -SRC_URI="http://www.truesoft.ch/dieter/kkeyled/software/${P}.tar.gz" -HOMEPAGE="http://www.truesoft.ch/dieter/kkeyled.html" - -IUSE="" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ppc ~sparc x86" - -S=${WORKDIR}/${PN} diff --git a/kde-misc/knetdockapp/Manifest b/kde-misc/knetdockapp/Manifest index 5d71cb95..c4270330 100644 --- a/kde-misc/knetdockapp/Manifest +++ b/kde-misc/knetdockapp/Manifest @@ -1,2 +1 @@ -DIST knetdockapp-0.67.5.3.tar.gz 279942 SHA256 a5d78615ff72d4b7a51e71f14715e672f57b1cd2c74c9318651e3fbb250d7278 DIST knetdockapp-0.82.1.tar.bz2 290700 SHA256 76bb2d35c920c7b487d97ac9e34d6efa5bbffcc69e73274db8eae85b12afaabb diff --git a/kde-misc/knetdockapp/knetdockapp-0.67.5.3.ebuild b/kde-misc/knetdockapp/knetdockapp-0.67.5.3.ebuild deleted file mode 100644 index adbc0103..00000000 --- a/kde-misc/knetdockapp/knetdockapp-0.67.5.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/knetdockapp/knetdockapp-0.67.5.3.ebuild,v 1.3 2007/06/16 19:01:18 philantrop Exp $ - -inherit kde -need-kde 3 - -DESCRIPTION="Network interface monitor panel applet" -HOMEPAGE="http://pan4os.info" -SRC_URI="http://pan4os.info/apps/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -# Broken on amd64, upstream responsive but not cooperative. -# cf. bug 179924. -KEYWORDS="-amd64 x86" -IUSE="" diff --git a/kde-misc/knetdockapp/knetdockapp-0.82.1.ebuild b/kde-misc/knetdockapp/knetdockapp-0.82.1.ebuild index 537827d2..02c04062 100644 --- a/kde-misc/knetdockapp/knetdockapp-0.82.1.ebuild +++ b/kde-misc/knetdockapp/knetdockapp-0.82.1.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/knetdockapp/knetdockapp-0.82.1.ebuild,v 1.1 2007/12/18 07:00:05 philantrop Exp $ inherit kde @@ -10,7 +9,6 @@ SRC_URI="http://pan4os.info/apps/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" - KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/kde-misc/knetstats/ChangeLog b/kde-misc/knetstats/ChangeLog deleted file mode 100644 index 065a7fba..00000000 --- a/kde-misc/knetstats/ChangeLog +++ /dev/null @@ -1,35 +0,0 @@ -# ChangeLog for kde-misc/knetstats -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/knetstats/ChangeLog,v 1.9 2009/10/12 09:18:26 abcd Exp $ - - 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> knetstats-1.6.1.ebuild, - knetstats-1.6.2.ebuild: - QA fix: unquoted variable, shorter DESCRIPTION - -*knetstats-1.6.2 (29 Mar 2009) - - 29 Mar 2009; Patrick Lauer <patrick@gentoo.org> +knetstats-1.6.2.ebuild: - Bump to 1.6.2, fixes #245354 - - 27 Sep 2007; Christoph Mende <angelos@gentoo.org> knetstats-1.6.1.ebuild: - Stable on amd64 wrt bug #193918 - - 03 Jun 2007; Wulf C. Krueger <philantrop@gentoo.org> - knetstats-1.6.1.ebuild: - Added keyword ~amd64 as it works fine there. - - 06 May 2007; Andrej Kacian <ticho@gentoo.org> knetstats-1.6.1.ebuild: - Stable on x86, bug #158968. - - 06 May 2007; Markus Rothe <corsair@gentoo.org> knetstats-1.6.1.ebuild: - Stable on ppc64; bug #158968 - - 30 Nov 2006; Markus Rothe <corsair@gentoo.org> knetstats-1.6.1.ebuild: - Added ~ppc64 - -*knetstats-1.6.1 (27 Nov 2006) - - 27 Nov 2006; Ioannis Aslanidis <deathwing00@gentoo.org> +metadata.xml, - +knetstats-1.6.1.ebuild: - Initial version. Added language support. Resolves enhancement bug #155385. - diff --git a/kde-misc/knetstats/Manifest b/kde-misc/knetstats/Manifest deleted file mode 100644 index 3eabf984..00000000 --- a/kde-misc/knetstats/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST knetstats-1.6.1.tar.bz2 527095 SHA256 b759eb999c3ce330fed1a247a4216dd192640e1ce92222f2215cc5498ea02c69 -DIST knetstats-1.6.2.tar.bz2 541712 SHA256 e5731e1e5f82ab54d989b4660a77bc5e9898e9e892da8966cc1c79829208aabb diff --git a/kde-misc/knetstats/knetstats-1.6.1.ebuild b/kde-misc/knetstats/knetstats-1.6.1.ebuild deleted file mode 100644 index eb12baf9..00000000 --- a/kde-misc/knetstats/knetstats-1.6.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/knetstats/knetstats-1.6.1.ebuild,v 1.7 2009/10/12 09:18:26 abcd Exp $ - -inherit kde - -DESCRIPTION="Simple KDE network monitor that shows statistics about any network interface in the system tray" -HOMEPAGE="http://knetstats.sourceforge.net" -SRC_URI="mirror://sourceforge/knetstats/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc64 x86" -IUSE="" - -need-kde 3 - -LANGS="bg br cs da de el es et fr ga gl it ja ka nl pl pt pt_BR ru sk sv tr" - -for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" -done - -src_unpack() { - kde_src_unpack - - local MAKE_LANGS - cd "${WORKDIR}/${P}/translations" - for X in ${LANGS} ; do - use linguas_${X} && MAKE_LANGS="${MAKE_LANGS} ${X}" - done - rm -f "${S}"/configure - sed -i -e "s:SUBDIRS=.*:SUBDIRS=${MAKE_LANGS}:" Makefile.am -} diff --git a/kde-misc/knetstats/knetstats-1.6.2.ebuild b/kde-misc/knetstats/knetstats-1.6.2.ebuild deleted file mode 100644 index fef20b91..00000000 --- a/kde-misc/knetstats/knetstats-1.6.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/knetstats/knetstats-1.6.2.ebuild,v 1.2 2009/10/12 09:18:26 abcd Exp $ - -inherit kde - -DESCRIPTION="Simple KDE network monitor that shows statistics about any network interface in the system tray" -HOMEPAGE="http://knetstats.sourceforge.net" -SRC_URI="mirror://sourceforge/knetstats/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" - -need-kde 3 - -LANGS="bg br cs da de el es et fr ga gl it ja ka nl pl pt pt_BR ru sk sv tr" - -for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" -done - -src_unpack() { - kde_src_unpack - - local MAKE_LANGS - cd "${WORKDIR}/${P}/translations" - for X in ${LANGS} ; do - use linguas_${X} && MAKE_LANGS="${MAKE_LANGS} ${X}" - done - rm -f "${S}"/configure - sed -i -e "s:SUBDIRS=.*:SUBDIRS=${MAKE_LANGS}:" Makefile.am -} diff --git a/kde-misc/knetstats/metadata.xml b/kde-misc/knetstats/metadata.xml deleted file mode 100644 index 33a29f9f..00000000 --- a/kde-misc/knetstats/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -<maintainer> - <email>deathwing00@gentoo.org</email> - <name>deathwing00</name> -</maintainer> -</pkgmetadata> diff --git a/kde-misc/koppermine/ChangeLog b/kde-misc/koppermine/ChangeLog deleted file mode 100644 index fe1e3b00..00000000 --- a/kde-misc/koppermine/ChangeLog +++ /dev/null @@ -1,18 +0,0 @@ -# ChangeLog for kde-misc/koppermine -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/koppermine/ChangeLog,v 1.3 2008/02/19 00:19:58 ingmar Exp $ - - 14 Nov 2009; Jonathan Callen <abcd@gentoo.org> koppermine-1.1.ebuild: - Remove monolithic deps - - 18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> koppermine-1.1.ebuild: - Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206571. - - 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: - Transition to Manifest2. - -*koppermine-1.1 (17 Apr 2006) - - 17 Apr 2006; Ioannis Aslanidis <deathwing00@gentoo.org> koppermine-1.1.ebuild: - Initial revision; resolves bug #130081. Thanks to Kai Blaschke. - diff --git a/kde-misc/koppermine/Manifest b/kde-misc/koppermine/Manifest deleted file mode 100644 index 3fae2d73..00000000 --- a/kde-misc/koppermine/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST koppermine-1.1.tar.gz 827636 SHA256 6653ca6746a21ff049c3aa688cc52fd210c3d773f91bb59437194de2b719586c diff --git a/kde-misc/koppermine/koppermine-1.1.ebuild b/kde-misc/koppermine/koppermine-1.1.ebuild deleted file mode 100644 index 0fb4fad3..00000000 --- a/kde-misc/koppermine/koppermine-1.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/koppermine/koppermine-1.1.ebuild,v 1.4 2008/02/19 00:19:58 ingmar Exp $ - -inherit kde - -DESCRIPTION="Koppermine is a KDE client for Coppermine Photo Gallery" -HOMEPAGE="http://koppermine.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="" -RDEPEND="=kde-apps/kcontrol-3.5* - =kde-apps/kdialog-3.5*" - -need-kde 3 diff --git a/kde-misc/koppermine/metadata.xml b/kde-misc/koppermine/metadata.xml deleted file mode 100644 index 33a29f9f..00000000 --- a/kde-misc/koppermine/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -<maintainer> - <email>deathwing00@gentoo.org</email> - <name>deathwing00</name> -</maintainer> -</pkgmetadata> diff --git a/kde-misc/krecipes/Manifest b/kde-misc/krecipes/Manifest index 26401318..e81035d4 100644 --- a/kde-misc/krecipes/Manifest +++ b/kde-misc/krecipes/Manifest @@ -1,3 +1 @@ -DIST krecipes-0.9.1.tar.gz 7791658 SHA256 6efdb751f26ab2460d84c39be25042d0bea013becf8c6b1a5ae2a5c46998a0f3 -DIST krecipes-1.0-beta1.tar.gz 8682447 SHA256 ce18e6e309547a1d845706da5beb426bae4b22b683ebd12d5eba2b40a50b423d DIST krecipes-2.0.0.tar.xz 5429368 SHA256 5cbf7d4ad5912704181eb4fa456615f9522bb64bdb25791129b7928c159641de SHA512 2ce90e3340cd20b32d15dc84bfbcf4b40df95cfa4d1e34084ce1003acab98f4b0ae0bc8913167e638779062155db13c9581221f8bcd201e455b6ad5b89714eb0 WHIRLPOOL 22f42158521d7e7cf3fcff07cd4f887098e1296e5dcdb144555cc3cd3056883fd59778c96acda223c6beb03bf5d52116144d6d4d14be43ffe51bf7ddd6758358 diff --git a/kde-misc/krecipes/files/krecipes-0.9.1-gcc431.patch b/kde-misc/krecipes/files/krecipes-0.9.1-gcc431.patch deleted file mode 100755 index 36f8f029..00000000 --- a/kde-misc/krecipes/files/krecipes-0.9.1-gcc431.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ur krecipes-0.9.1.orig/krecipes/src/importers/kreimporter.h krecipes-0.9.1/krecipes/src/importers/kreimporter.h ---- krecipes-0.9.1.orig/krecipes/src/importers/kreimporter.h 2005-12-03 22:33:56.000000000 +0100 -+++ krecipes-0.9.1/krecipes/src/importers/kreimporter.h 2008-09-09 19:18:49.000000000 +0200 -@@ -46,7 +46,7 @@ - void readCategoryStructure( const QDomNodeList& l, CategoryTree *tree ); - void readDescription( const QDomNodeList& l, Recipe* ); - void readIngredients( const QDomNodeList& l, Recipe*, const QString &header = QString::null ); -- void readAmount( const QDomElement& amount, double &amount, double &amount_offset ); -+ void readAmount( const QDomElement& amountEl, double &amount, double &amount_offset ); - void readRatings( const QDomNodeList&, Recipe * ); - void readCriterion( const QDomNodeList&, RatingCriteriaList &r ); - }; -diff -ur krecipes-0.9.1.orig/krecipes/src/importers/recipemlimporter.h krecipes-0.9.1/krecipes/src/importers/recipemlimporter.h ---- krecipes-0.9.1.orig/krecipes/src/importers/recipemlimporter.h 2005-12-03 22:33:56.000000000 +0100 -+++ krecipes-0.9.1/krecipes/src/importers/recipemlimporter.h 2008-09-09 19:21:49.000000000 +0200 -@@ -45,7 +45,7 @@ - void readRecipemlRecipe( const QDomElement& recipe ); - void readRecipemlPreptime( const QDomElement &preptime ); - void readRecipemlQty( const QDomElement &qty, Ingredient &ing ); -- void readRecipemlRange( const QDomElement& range, double &range, double &range_offset ); -+ void readRecipemlRange( const QDomElement& range, double &amount, double &range_offset ); - - Recipe recipe; - }; diff --git a/kde-misc/krecipes/files/krecipes-1.0_beta1-gcc431.patch b/kde-misc/krecipes/files/krecipes-1.0_beta1-gcc431.patch deleted file mode 100644 index ad10b5ce..00000000 --- a/kde-misc/krecipes/files/krecipes-1.0_beta1-gcc431.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -ur krecipes-1.0-beta1.orig/krecipes/src/importers/kreimporter.h krecipes-1.0-beta1/krecipes/src/importers/kreimporter.h ---- krecipes-1.0-beta1.orig/krecipes/src/importers/kreimporter.h 2006-09-02 03:52:17.000000000 +0200 -+++ krecipes-1.0-beta1/krecipes/src/importers/kreimporter.h 2008-09-09 18:58:33.000000000 +0200 -@@ -46,7 +46,7 @@ - void readCategoryStructure( const QDomNodeList& l, CategoryTree *tree ); - void readDescription( const QDomNodeList& l, Recipe* ); - void readIngredients( const QDomNodeList& l, Recipe*, const QString &header = QString::null, Ingredient *ing = 0 ); -- void readAmount( const QDomElement& amount, double &amount, double &amount_offset ); -+ void readAmount( const QDomElement& amountEl, double &amount, double &amount_offset ); - void readRatings( const QDomNodeList&, Recipe * ); - void readCriterion( const QDomNodeList&, RatingCriteriaList &r ); - }; -diff -ur krecipes-1.0-beta1.orig/krecipes/src/importers/recipemlimporter.h krecipes-1.0-beta1/krecipes/src/importers/recipemlimporter.h ---- krecipes-1.0-beta1.orig/krecipes/src/importers/recipemlimporter.h 2006-09-02 03:52:17.000000000 +0200 -+++ krecipes-1.0-beta1/krecipes/src/importers/recipemlimporter.h 2008-09-09 19:01:45.000000000 +0200 -@@ -38,14 +38,14 @@ - private: - void readRecipemlDirections( const QDomElement& dirs ); - void readRecipemlHead( const QDomElement& head ); -- void readRecipemlIng( const QDomElement& ing, Ingredient *ing = 0, const QString &header = QString::null ); -+ void readRecipemlIng( const QDomElement& ing, Ingredient *ing_parent = 0, const QString &header = QString::null ); - void readRecipemlIngs( const QDomElement& ings ); - void readRecipemlMenu( const QDomElement& menu ); - void readRecipemlSrcItems( const QDomElement& sources ); - void readRecipemlRecipe( const QDomElement& recipe ); - void readRecipemlPreptime( const QDomElement &preptime ); - void readRecipemlQty( const QDomElement &qty, Ingredient &ing ); -- void readRecipemlRange( const QDomElement& range, double &range, double &range_offset ); -+ void readRecipemlRange( const QDomElement& range, double &amount, double &range_offset ); - - Recipe recipe; - }; diff --git a/kde-misc/krecipes/krecipes-0.9.1.ebuild b/kde-misc/krecipes/krecipes-0.9.1.ebuild deleted file mode 100644 index a09ef918..00000000 --- a/kde-misc/krecipes/krecipes-0.9.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/krecipes-0.9.1.ebuild,v 1.9 2008/09/09 17:39:27 keytoaster Exp $ - -inherit kde - -DESCRIPTION="A KDE Recipe Tool" -HOMEPAGE="http://krecipes.sourceforge.net" -SRC_URI="mirror://sourceforge/krecipes/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" -IUSE="mysql postgres sqlite" - -DEPEND="sqlite? ( dev-db/sqlite ) - !sqlite? ( !mysql? ( !postgres? ( dev-db/sqlite ) ) )" -RDEPEND="${DEPEND} - mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-server )" - -need-kde 3 - -PATCHES=( "${FILESDIR}/${P}-gcc431.patch" ) - -src_compile() { - if ! use sqlite && ! use mysql && ! use postgres; then - myconf="--with-sqlite" - else - myconf="$(use_with sqlite) $(use_with mysql) $(use_with postgres postgresql)" - fi - - kde_src_compile -} diff --git a/kde-misc/krecipes/krecipes-1.0_beta1.ebuild b/kde-misc/krecipes/krecipes-1.0_beta1.ebuild deleted file mode 100644 index c501cee8..00000000 --- a/kde-misc/krecipes/krecipes-1.0_beta1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/krecipes-1.0_beta1.ebuild,v 1.6 2008/09/09 17:39:27 keytoaster Exp $ - -inherit kde - -DESCRIPTION="A KDE Recipe Tool" -HOMEPAGE="http://krecipes.sourceforge.net" -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" -SRC_URI="mirror://sourceforge/krecipes/${MY_P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="mysql postgres sqlite" - -DEPEND="sqlite? ( dev-db/sqlite ) - !sqlite? ( !mysql? ( !postgres? ( dev-db/sqlite ) ) )" -RDEPEND="${DEPEND} - mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-server )" - -RESTRICT="test" - -need-kde 3 - -PATCHES=( "${FILESDIR}/${P}-gcc431.patch" ) - -src_compile() { - if ! use sqlite && ! use mysql && ! use postgres; then - myconf="--with-sqlite" - else - myconf="$(use_with sqlite) $(use_with mysql) $(use_with postgres postgresql)" - fi - - kde_src_compile -} diff --git a/kde-misc/ksensors/ksensors-0.7.3-r3.ebuild b/kde-misc/ksensors/ksensors-0.7.3-r3.ebuild index 4009e648..a80e0197 100644 --- a/kde-misc/ksensors/ksensors-0.7.3-r3.ebuild +++ b/kde-misc/ksensors/ksensors-0.7.3-r3.ebuild @@ -1,24 +1,21 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksensors/ksensors-0.7.3-r3.ebuild,v 1.3 2009/02/10 14:46:22 carlo Exp $ ARTS_REQUIRED="never" WANT_AUTOMAKE="1.6" - inherit kde -DESCRIPTION="KSensors - a nice lm-sensors frontend for KDE." -SRC_URI="mirror://sourceforge/ksensors/${P}.tar.gz - mirror://debian/pool/main/k/ksensors/${PN}_${PV}-16.diff.gz" +DESCRIPTION="Nice lm-sensors frontend for KDE Plasma" HOMEPAGE="http://ksensors.sourceforge.net/" -LICENSE="GPL-2" +SRC_URI="mirror://sourceforge/ksensors/${P}.tar.gz + mirror://debian/pool/main/k/ksensors/${PN}_${PV}-16.diff.gz" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="hddtemp ibmacpi" DEPEND=">=sys-apps/lm-sensors-2.6.3" - RDEPEND="${DEPEND} hddtemp? ( >=app-admin/hddtemp-0.3_beta15-r1 )" diff --git a/kde-misc/ksensors/ksensors-0.7.3.ebuild b/kde-misc/ksensors/ksensors-0.7.3.ebuild deleted file mode 100644 index fb454430..00000000 --- a/kde-misc/ksensors/ksensors-0.7.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksensors/ksensors-0.7.3.ebuild,v 1.8 2009/10/12 09:28:10 abcd Exp $ - -inherit kde - -DESCRIPTION="KSensors - a nice lm-sensors frontend for KDE" -SRC_URI="mirror://sourceforge/ksensors/${P}.tar.gz" -HOMEPAGE="http://ksensors.sourceforge.net/" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=">=sys-apps/lm-sensors-2.6.3" - -RDEPEND="${DEPEND}" - -need-kde 3 - -src_unpack() -{ - kde_src_unpack - rm -f "${S}"/config.cache -} |