diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-28 16:58:38 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-28 16:58:38 +0000 |
commit | cbadfe21ed173ff0ab9c2c2ce0b5254bf8d88d75 (patch) | |
tree | 153a54c53354473b8b040e96df58779ea91c7beb /kde-misc | |
parent | Marked stable on amd64 (diff) | |
download | historical-cbadfe21ed173ff0ab9c2c2ce0b5254bf8d88d75.tar.gz historical-cbadfe21ed173ff0ab9c2c2ce0b5254bf8d88d75.tar.bz2 historical-cbadfe21ed173ff0ab9c2c2ce0b5254bf8d88d75.zip |
Remove old ebuild.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kadslwatch/files/digest-kadslwatch-01.00.05 | 1 | ||||
-rw-r--r-- | kde-misc/kadslwatch/files/kadslwatch-01.00.05-Makefiles.patch | 72 | ||||
-rw-r--r-- | kde-misc/kadslwatch/files/kadslwatch-01.00.05-configure.patch | 141 | ||||
-rw-r--r-- | kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild | 31 | ||||
-rw-r--r-- | kde-misc/kisdnwatch/files/digest-kisdnwatch-01.00.08 | 1 | ||||
-rw-r--r-- | kde-misc/kisdnwatch/files/kisdnwatch-01.00.08-Makefiles.patch | 72 | ||||
-rw-r--r-- | kde-misc/kisdnwatch/files/kisdnwatch-01.00.08-configure.patch | 142 | ||||
-rw-r--r-- | kde-misc/kisdnwatch/kisdnwatch-01.00.08.ebuild | 31 | ||||
-rw-r--r-- | kde-misc/kkeyled/files/digest-kkeyled-0.8.9 | 1 | ||||
-rw-r--r-- | kde-misc/kkeyled/kkeyled-0.8.9.ebuild | 24 | ||||
-rw-r--r-- | kde-misc/kooldock/files/digest-kooldock-0.3 | 1 | ||||
-rw-r--r-- | kde-misc/kooldock/kooldock-0.3.ebuild | 25 | ||||
-rw-r--r-- | kde-misc/tellico/files/digest-tellico-0.13.7 | 1 | ||||
-rw-r--r-- | kde-misc/tellico/tellico-0.13.7.ebuild | 22 |
14 files changed, 0 insertions, 565 deletions
diff --git a/kde-misc/kadslwatch/files/digest-kadslwatch-01.00.05 b/kde-misc/kadslwatch/files/digest-kadslwatch-01.00.05 deleted file mode 100644 index 9edbcf30f7ed..000000000000 --- a/kde-misc/kadslwatch/files/digest-kadslwatch-01.00.05 +++ /dev/null @@ -1 +0,0 @@ -MD5 61d26b5efebaf133a6c5357826ea16b6 kadslwatch-01.00.05.tar.gz 500508 diff --git a/kde-misc/kadslwatch/files/kadslwatch-01.00.05-Makefiles.patch b/kde-misc/kadslwatch/files/kadslwatch-01.00.05-Makefiles.patch deleted file mode 100644 index 5253ca8ebfd1..000000000000 --- a/kde-misc/kadslwatch/files/kadslwatch-01.00.05-Makefiles.patch +++ /dev/null @@ -1,72 +0,0 @@ -diff -u -r kadslwatch-01.00.05.orig/img/Makefile.am kadslwatch-01.00.05/img/Makefile.am ---- kadslwatch-01.00.05.orig/img/Makefile.am 2004-09-20 14:57:50.000000000 +0200 -+++ kadslwatch-01.00.05/img/Makefile.am 2004-10-29 15:29:27.327904528 +0200 -@@ -11,19 +11,19 @@ - # don't install a list of file. Just one file per install. - # if you have more of them, create a subdirectory with an extra Makefile - install-data-local: -- $(mkinstalldirs) $(kde_icondir)/locolor/16x16/apps -- $(INSTALL_DATA) lo16-app-kadslwatch.png $(kde_icondir)/locolor/16x16/apps/kadslwatch.png -- $(mkinstalldirs) $(kde_icondir)/hicolor/16x16/apps -- $(INSTALL_DATA) hi16-app-kadslwatch.png $(kde_icondir)/hicolor/16x16/apps/kadslwatch.png -- $(mkinstalldirs) $(kde_icondir)/locolor/32x32/apps -- $(INSTALL_DATA) lo32-app-kadslwatch.png $(kde_icondir)/locolor/32x32/apps/kadslwatch.png -- $(mkinstalldirs) $(kde_icondir)/hicolor/32x32/apps -- $(INSTALL_DATA) hi32-app-kadslwatch.png $(kde_icondir)/hicolor/32x32/apps/kadslwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/16x16/apps -+ $(INSTALL_DATA) lo16-app-kadslwatch.png $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kadslwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps -+ $(INSTALL_DATA) hi16-app-kadslwatch.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kadslwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/32x32/apps -+ $(INSTALL_DATA) lo32-app-kadslwatch.png $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kadslwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps -+ $(INSTALL_DATA) hi32-app-kadslwatch.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kadslwatch.png - - # remove ALL you have installed in install-data-local or install-exec-local - uninstall-local: -- -rm -f $(kde_icondir)/locolor/16x16/apps/kadslwatch.png -- -rm -f $(kde_icondir)/hicolor/16x16/apps/kadslwatch.png -- -rm -f $(kde_icondir)/locolor/32x32/apps/kadslwatch.png -- -rm -f $(kde_icondir)/hicolor/32x32/apps/kadslwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kadslwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kadslwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kadslwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kadslwatch.png - -diff -u -r kadslwatch-01.00.05.orig/img/Makefile.in kadslwatch-01.00.05/img/Makefile.in ---- kadslwatch-01.00.05.orig/img/Makefile.in 2004-09-20 15:14:29.000000000 +0200 -+++ kadslwatch-01.00.05/img/Makefile.in 2004-10-29 15:29:30.753383776 +0200 -@@ -424,21 +424,21 @@ - # don't install a list of file. Just one file per install. - # if you have more of them, create a subdirectory with an extra Makefile - install-data-local: -- $(mkinstalldirs) $(kde_icondir)/locolor/16x16/apps -- $(INSTALL_DATA) lo16-app-kadslwatch.png $(kde_icondir)/locolor/16x16/apps/kadslwatch.png -- $(mkinstalldirs) $(kde_icondir)/hicolor/16x16/apps -- $(INSTALL_DATA) hi16-app-kadslwatch.png $(kde_icondir)/hicolor/16x16/apps/kadslwatch.png -- $(mkinstalldirs) $(kde_icondir)/locolor/32x32/apps -- $(INSTALL_DATA) lo32-app-kadslwatch.png $(kde_icondir)/locolor/32x32/apps/kadslwatch.png -- $(mkinstalldirs) $(kde_icondir)/hicolor/32x32/apps -- $(INSTALL_DATA) hi32-app-kadslwatch.png $(kde_icondir)/hicolor/32x32/apps/kadslwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/16x16/apps -+ $(INSTALL_DATA) lo16-app-kadslwatch.png $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kadslwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps -+ $(INSTALL_DATA) hi16-app-kadslwatch.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kadslwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/32x32/apps -+ $(INSTALL_DATA) lo32-app-kadslwatch.png $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kadslwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps -+ $(INSTALL_DATA) hi32-app-kadslwatch.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kadslwatch.png - - # remove ALL you have installed in install-data-local or install-exec-local - uninstall-local: -- -rm -f $(kde_icondir)/locolor/16x16/apps/kadslwatch.png -- -rm -f $(kde_icondir)/hicolor/16x16/apps/kadslwatch.png -- -rm -f $(kde_icondir)/locolor/32x32/apps/kadslwatch.png -- -rm -f $(kde_icondir)/hicolor/32x32/apps/kadslwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kadslwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kadslwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kadslwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kadslwatch.png - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/kde-misc/kadslwatch/files/kadslwatch-01.00.05-configure.patch b/kde-misc/kadslwatch/files/kadslwatch-01.00.05-configure.patch deleted file mode 100644 index 05ea8e7278a9..000000000000 --- a/kde-misc/kadslwatch/files/kadslwatch-01.00.05-configure.patch +++ /dev/null @@ -1,141 +0,0 @@ ---- configure.orig 2004-10-29 14:42:23.998115896 +0200 -+++ configure 2004-10-29 14:43:03.579098672 +0200 -@@ -24549,138 +24549,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.05.ebuild b/kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild deleted file mode 100644 index 87b488fac126..000000000000 --- a/kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild,v 1.4 2004/12/05 17:05:16 motaboy Exp $ - -inherit kde eutils - -DESCRIPTION="K ADSL Watch is 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 - - epatch ${FILESDIR}/${P}-Makefiles.patch - use arts || epatch ${FILESDIR}/${P}-configure.patch -} - -src_install() { - kde_src_install make - dohtml *.htm* - dodoc *.lsm -} diff --git a/kde-misc/kisdnwatch/files/digest-kisdnwatch-01.00.08 b/kde-misc/kisdnwatch/files/digest-kisdnwatch-01.00.08 deleted file mode 100644 index 12062189a52d..000000000000 --- a/kde-misc/kisdnwatch/files/digest-kisdnwatch-01.00.08 +++ /dev/null @@ -1 +0,0 @@ -MD5 64842aa0217051347bd83e6b64255bb0 kisdnwatch-01.00.08.tar.gz 471874 diff --git a/kde-misc/kisdnwatch/files/kisdnwatch-01.00.08-Makefiles.patch b/kde-misc/kisdnwatch/files/kisdnwatch-01.00.08-Makefiles.patch deleted file mode 100644 index 259cc02c94b5..000000000000 --- a/kde-misc/kisdnwatch/files/kisdnwatch-01.00.08-Makefiles.patch +++ /dev/null @@ -1,72 +0,0 @@ -diff -u -r kisdnwatch-01.00.08.orig/img/Makefile.am kisdnwatch-01.00.08/img/Makefile.am ---- kisdnwatch-01.00.08.orig/img/Makefile.am 2004-10-30 01:17:29.895559920 +0200 -+++ kisdnwatch-01.00.08/img/Makefile.am 2004-10-30 01:18:47.597747392 +0200 -@@ -10,19 +10,19 @@ - # don't install a list of file. Just one file per install. - # if you have more of them, create a subdirectory with an extra Makefile - install-data-local: -- $(mkinstalldirs) $(kde_icondir)/locolor/16x16/apps -- $(INSTALL_DATA) lo16-app-kavmmon.png $(kde_icondir)/locolor/16x16/apps/kisdnwatch.png -- $(mkinstalldirs) $(kde_icondir)/hicolor/16x16/apps -- $(INSTALL_DATA) hi16-app-kavmmon.png $(kde_icondir)/hicolor/16x16/apps/kisdnwatch.png -- $(mkinstalldirs) $(kde_icondir)/locolor/32x32/apps -- $(INSTALL_DATA) lo32-app-kavmmon.png $(kde_icondir)/locolor/32x32/apps/kisdnwatch.png -- $(mkinstalldirs) $(kde_icondir)/hicolor/32x32/apps -- $(INSTALL_DATA) hi32-app-kavmmon.png $(kde_icondir)/hicolor/32x32/apps/kisdnwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/16x16/apps -+ $(INSTALL_DATA) lo16-app-kavmmon.png $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kisdnwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps -+ $(INSTALL_DATA) hi16-app-kavmmon.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kisdnwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/32x32/apps -+ $(INSTALL_DATA) lo32-app-kavmmon.png $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kisdnwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps -+ $(INSTALL_DATA) hi32-app-kavmmon.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kisdnwatch.png - - # remove ALL you have installed in install-data-local or install-exec-local - uninstall-local: -- -rm -f $(kde_icondir)/locolor/16x16/apps/kisdnwatch.png -- -rm -f $(kde_icondir)/hicolor/16x16/apps/kisdnwatch.png -- -rm -f $(kde_icondir)/locolor/32x32/apps/kisdnwatch.png -- -rm -f $(kde_icondir)/hicolor/32x32/apps/kisdnwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kisdnwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kisdnwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kisdnwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kisdnwatch.png - -diff -u -r kisdnwatch-01.00.08.orig/img/Makefile.in kisdnwatch-01.00.08/img/Makefile.in ---- kisdnwatch-01.00.08.orig/img/Makefile.in 2004-10-30 01:17:29.896559768 +0200 -+++ kisdnwatch-01.00.08/img/Makefile.in 2004-10-30 01:19:04.938111256 +0200 -@@ -423,21 +423,21 @@ - # don't install a list of file. Just one file per install. - # if you have more of them, create a subdirectory with an extra Makefile - install-data-local: -- $(mkinstalldirs) $(kde_icondir)/locolor/16x16/apps -- $(INSTALL_DATA) lo16-app-kavmmon.png $(kde_icondir)/locolor/16x16/apps/kisdnwatch.png -- $(mkinstalldirs) $(kde_icondir)/hicolor/16x16/apps -- $(INSTALL_DATA) hi16-app-kavmmon.png $(kde_icondir)/hicolor/16x16/apps/kisdnwatch.png -- $(mkinstalldirs) $(kde_icondir)/locolor/32x32/apps -- $(INSTALL_DATA) lo32-app-kavmmon.png $(kde_icondir)/locolor/32x32/apps/kisdnwatch.png -- $(mkinstalldirs) $(kde_icondir)/hicolor/32x32/apps -- $(INSTALL_DATA) hi32-app-kavmmon.png $(kde_icondir)/hicolor/32x32/apps/kisdnwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/16x16/apps -+ $(INSTALL_DATA) lo16-app-kavmmon.png $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kisdnwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps -+ $(INSTALL_DATA) hi16-app-kavmmon.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kisdnwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/32x32/apps -+ $(INSTALL_DATA) lo32-app-kavmmon.png $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kisdnwatch.png -+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps -+ $(INSTALL_DATA) hi32-app-kavmmon.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kisdnwatch.png - - # remove ALL you have installed in install-data-local or install-exec-local - uninstall-local: -- -rm -f $(kde_icondir)/locolor/16x16/apps/kisdnwatch.png -- -rm -f $(kde_icondir)/hicolor/16x16/apps/kisdnwatch.png -- -rm -f $(kde_icondir)/locolor/32x32/apps/kisdnwatch.png -- -rm -f $(kde_icondir)/hicolor/32x32/apps/kisdnwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kisdnwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kisdnwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kisdnwatch.png -+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kisdnwatch.png - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/kde-misc/kisdnwatch/files/kisdnwatch-01.00.08-configure.patch b/kde-misc/kisdnwatch/files/kisdnwatch-01.00.08-configure.patch deleted file mode 100644 index cc125dee6791..000000000000 --- a/kde-misc/kisdnwatch/files/kisdnwatch-01.00.08-configure.patch +++ /dev/null @@ -1,142 +0,0 @@ -diff -u -r kisdnwatch-01.00.08.orig/configure kisdnwatch-01.00.08/configure ---- kisdnwatch-01.00.08.orig/configure 2004-10-30 01:17:29.915556880 +0200 -+++ kisdnwatch-01.00.08/configure 2004-10-30 01:18:16.723441000 +0200 -@@ -24548,138 +24548,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.08.ebuild b/kde-misc/kisdnwatch/kisdnwatch-01.00.08.ebuild deleted file mode 100644 index 833555b48ce2..000000000000 --- a/kde-misc/kisdnwatch/kisdnwatch-01.00.08.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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.08.ebuild,v 1.4 2005/06/26 08:39:10 blubb Exp $ - -inherit kde eutils - -DESCRIPTION="K ISDN Watch is 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 - - epatch ${FILESDIR}/${P}-Makefiles.patch - use arts || epatch ${FILESDIR}/${P}-configure.patch -} - -src_install() { - kde_src_install make - dohtml *.htm* - dodoc *.lsm -} diff --git a/kde-misc/kkeyled/files/digest-kkeyled-0.8.9 b/kde-misc/kkeyled/files/digest-kkeyled-0.8.9 deleted file mode 100644 index d97baa964a40..000000000000 --- a/kde-misc/kkeyled/files/digest-kkeyled-0.8.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 12bd7b994f57b057785258c5a5f1a373 kkeyled-0.8.9.tar.gz 1730593 diff --git a/kde-misc/kkeyled/kkeyled-0.8.9.ebuild b/kde-misc/kkeyled/kkeyled-0.8.9.ebuild deleted file mode 100644 index 18679691e032..000000000000 --- a/kde-misc/kkeyled/kkeyled-0.8.9.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kkeyled/kkeyled-0.8.9.ebuild,v 1.4 2005/06/05 11:44:16 hansmi 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="ppc ~sparc x86" - -src_unpack() { - unpack ${A} - einfo "fixing theme paths" - sed -i -e 's:opt/kde3:usr:g' ${S}/kkeyled/Themicons/kkeyledrc || \ - die "failed to correct theme paths" -} - diff --git a/kde-misc/kooldock/files/digest-kooldock-0.3 b/kde-misc/kooldock/files/digest-kooldock-0.3 deleted file mode 100644 index e80b1b0fbe32..000000000000 --- a/kde-misc/kooldock/files/digest-kooldock-0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 a53b74ce56f65b738413205cd9bfe2ca kooldock-0.3.tar.gz 1007670 diff --git a/kde-misc/kooldock/kooldock-0.3.ebuild b/kde-misc/kooldock/kooldock-0.3.ebuild deleted file mode 100644 index 4d97459a8211..000000000000 --- a/kde-misc/kooldock/kooldock-0.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kooldock/kooldock-0.3.ebuild,v 1.7 2005/06/05 11:46:07 hansmi Exp $ - -inherit kde eutils - -DESCRIPTION=" KoolDock is a dock for KDE with cool visual enhancements and effects" -HOMEPAGE="http://ktown.kde.cl/kooldock/index.php" -SRC_URI="http://ktown.kde.cl/kooldock/dist/${P}.tar.gz" - -S=${WORKDIR}/${PN} - -LICENSE="GPL-2" -KEYWORDS="ppc sparc x86" - -SLOT="0" -IUSE="" - -need-kde 3.2 - -src_unpack() { - kde_src_unpack - - useq arts || epatch ${FILESDIR}/${P}-configure.patch -}
\ No newline at end of file diff --git a/kde-misc/tellico/files/digest-tellico-0.13.7 b/kde-misc/tellico/files/digest-tellico-0.13.7 deleted file mode 100644 index aff274ad0a30..000000000000 --- a/kde-misc/tellico/files/digest-tellico-0.13.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 bb3003a5b4df3ee0faef442fda65cf3a tellico-0.13.7.tar.gz 2443310 diff --git a/kde-misc/tellico/tellico-0.13.7.ebuild b/kde-misc/tellico/tellico-0.13.7.ebuild deleted file mode 100644 index 3c48334d5cf4..000000000000 --- a/kde-misc/tellico/tellico-0.13.7.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-0.13.7.ebuild,v 1.4 2005/08/13 23:19:47 hansmi Exp $ - -inherit kde - -DESCRIPTION="A collection manager for the KDE environment." -HOMEPAGE="http://www.periapsis.org/tellico" -SRC_URI="http://www.periapsis.org/tellico/download/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ppc sparc x86" -IUSE="yaz" - -DEPEND=">=dev-libs/libxml2-2.4.23 - >=dev-libs/libxslt-1.0.19 - || ( kde-base/libkcddb kde-base/kdemultimedia ) - media-libs/taglib - yaz? ( dev-libs/yaz )" - -need-kde 3.2 |