diff options
author | 2007-07-27 19:14:29 +0000 | |
---|---|---|
committer | 2007-07-27 19:14:29 +0000 | |
commit | c1106fd60516921066015b044105c9d4a6bfbc1a (patch) | |
tree | 9162d21288c85827919d0c672b82819680d8f667 /kde-misc/kooldock | |
parent | Version bump. (diff) | |
download | historical-c1106fd60516921066015b044105c9d4a6bfbc1a.tar.gz historical-c1106fd60516921066015b044105c9d4a6bfbc1a.tar.bz2 historical-c1106fd60516921066015b044105c9d4a6bfbc1a.zip |
Clean up.
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'kde-misc/kooldock')
-rw-r--r-- | kde-misc/kooldock/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/kooldock/files/digest-kooldock-0.3-r1 | 3 | ||||
-rw-r--r-- | kde-misc/kooldock/files/digest-kooldock-0.4.4 | 3 | ||||
-rw-r--r-- | kde-misc/kooldock/files/digest-kooldock-0.4.5 | 3 | ||||
-rw-r--r-- | kde-misc/kooldock/files/kooldock-0.3-configure.patch | 141 | ||||
-rw-r--r-- | kde-misc/kooldock/files/kooldock-0.3-fix-left-segfault.patch | 11 | ||||
-rw-r--r-- | kde-misc/kooldock/kooldock-0.3-r1.ebuild | 26 | ||||
-rw-r--r-- | kde-misc/kooldock/kooldock-0.4.4.ebuild | 21 | ||||
-rw-r--r-- | kde-misc/kooldock/kooldock-0.4.5.ebuild | 21 |
9 files changed, 7 insertions, 230 deletions
diff --git a/kde-misc/kooldock/ChangeLog b/kde-misc/kooldock/ChangeLog index 0ec7d9b9af2c..356b53274535 100644 --- a/kde-misc/kooldock/ChangeLog +++ b/kde-misc/kooldock/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-misc/kooldock # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kooldock/ChangeLog,v 1.22 2007/05/15 16:07:21 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kooldock/ChangeLog,v 1.23 2007/07/27 19:14:29 carlo Exp $ + + 27 Jul 2007; Carsten Lohrke <carlo@gentoo.org> + -files/kooldock-0.3-configure.patch, + -files/kooldock-0.3-fix-left-segfault.patch, -kooldock-0.3-r1.ebuild, + -kooldock-0.4.4.ebuild, -kooldock-0.4.5.ebuild: + Clean up. 15 May 2007; Christian Faulhammer <opfer@gentoo.org> kooldock-0.4.6.ebuild: diff --git a/kde-misc/kooldock/files/digest-kooldock-0.3-r1 b/kde-misc/kooldock/files/digest-kooldock-0.3-r1 deleted file mode 100644 index 771540f0c3a6..000000000000 --- a/kde-misc/kooldock/files/digest-kooldock-0.3-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a53b74ce56f65b738413205cd9bfe2ca kooldock-0.3.tar.gz 1007670 -RMD160 3250d78e016660a17fa3bf3acd0e1a8af1eb6e2e kooldock-0.3.tar.gz 1007670 -SHA256 19f8679cba018b266cef8ff99228aea4cfc85e084946cd2ff75383d0c1d8271a kooldock-0.3.tar.gz 1007670 diff --git a/kde-misc/kooldock/files/digest-kooldock-0.4.4 b/kde-misc/kooldock/files/digest-kooldock-0.4.4 deleted file mode 100644 index 8961b9883c69..000000000000 --- a/kde-misc/kooldock/files/digest-kooldock-0.4.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 300bad523529499f862f62a7d97ce64f kooldock-0.4.4.tar.gz 569112 -RMD160 bbb5a4517d202cc799f1129c31675a1576bb3cc4 kooldock-0.4.4.tar.gz 569112 -SHA256 4e3676636b6d7f1545b03ab938c034763f76b2b31e01556a6e4152c3ad87bdfe kooldock-0.4.4.tar.gz 569112 diff --git a/kde-misc/kooldock/files/digest-kooldock-0.4.5 b/kde-misc/kooldock/files/digest-kooldock-0.4.5 deleted file mode 100644 index 9eae29640ccd..000000000000 --- a/kde-misc/kooldock/files/digest-kooldock-0.4.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 29f8415f30303363fbf0eb86f5bf2465 kooldock-0.4.5.tar.gz 568081 -RMD160 bf7e3780b4800fec6d1606aa32db32774f7f8c25 kooldock-0.4.5.tar.gz 568081 -SHA256 62b1ae98b02f320d92bbbffa5b57e1c44d8e51ee3c8668d927f5a266acb92823 kooldock-0.4.5.tar.gz 568081 diff --git a/kde-misc/kooldock/files/kooldock-0.3-configure.patch b/kde-misc/kooldock/files/kooldock-0.3-configure.patch deleted file mode 100644 index be51be14b6d4..000000000000 --- a/kde-misc/kooldock/files/kooldock-0.3-configure.patch +++ /dev/null @@ -1,141 +0,0 @@ ---- configure.orig 2004-10-31 19:12:24.190010448 +0100 -+++ configure 2004-10-31 19:13:06.776536312 +0100 -@@ -24803,138 +24803,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/kde-misc/kooldock/files/kooldock-0.3-fix-left-segfault.patch b/kde-misc/kooldock/files/kooldock-0.3-fix-left-segfault.patch deleted file mode 100644 index 14a6939dcddb..000000000000 --- a/kde-misc/kooldock/files/kooldock-0.3-fix-left-segfault.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- kooldock/kooldock/kooldock.cpp 2004-08-11 19:36:00.000000000 +1200 -+++ kooldock/kooldock/kooldock.cpp 2005-03-30 14:15:49.000000000 +1200 -@@ -999,7 +999,7 @@ - else - { - // the rest of the icons -- xosdw->move(x + (cur_cx[i] - iwSmall/2 + adjust + SPACE_W) - (xosdw->w/2), dh - h - xosdw->h); -+ if ((int)i > 0) xosdw->move(x + (cur_cx[i] - iwSmall/2 + adjust + SPACE_W) - (xosdw->w/2), dh - h - xosdw->h); - } - if(xosd_st==0) - { diff --git a/kde-misc/kooldock/kooldock-0.3-r1.ebuild b/kde-misc/kooldock/kooldock-0.3-r1.ebuild deleted file mode 100644 index c1d08efaacdb..000000000000 --- a/kde-misc/kooldock/kooldock-0.3-r1.ebuild +++ /dev/null @@ -1,26 +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/kooldock/kooldock-0.3-r1.ebuild,v 1.6 2007/01/13 22:34:10 deathwing00 Exp $ - -inherit kde eutils - -DESCRIPTION=" KoolDock is a dock for KDE with cool visual enhancements and effects" -HOMEPAGE="http://www.kde-apps.org/content/show.php?content=50910" -SRC_URI="http://mirror.kde.cl/kooldock/dist/${P}.tar.gz" - -S=${WORKDIR}/${PN} - -LICENSE="GPL-2" -KEYWORDS="amd64 ppc sparc x86" - -SLOT="0" -IUSE="" - -need-kde 3.2 - -src_unpack() { - kde_src_unpack - # Patch to stop it segfaulting when the mouse exits to the left, bug 85071. - epatch ${FILESDIR}/${P}-fix-left-segfault.patch - useq arts || epatch ${FILESDIR}/${P}-configure.patch -} diff --git a/kde-misc/kooldock/kooldock-0.4.4.ebuild b/kde-misc/kooldock/kooldock-0.4.4.ebuild deleted file mode 100644 index 2bd21745fe63..000000000000 --- a/kde-misc/kooldock/kooldock-0.4.4.ebuild +++ /dev/null @@ -1,21 +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/kooldock/kooldock-0.4.4.ebuild,v 1.1 2007/02/11 23:22:57 troll Exp $ - -inherit kde - -IUSE="" - -DESCRIPTION=" KoolDock is a dock for KDE with cool visual enhancements and effects" -HOMEPAGE="http://www.kde-apps.org/content/show.php?content=50910" -# kde-apps link is broken for us - no version in filename... my mirror instead: -SRC_URI="http://vivid.dat.pl/kde/${P}.tar.gz" - -S="${WORKDIR}/${PN}" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -SLOT="0" - -need-kde 3.2 diff --git a/kde-misc/kooldock/kooldock-0.4.5.ebuild b/kde-misc/kooldock/kooldock-0.4.5.ebuild deleted file mode 100644 index e83583984d95..000000000000 --- a/kde-misc/kooldock/kooldock-0.4.5.ebuild +++ /dev/null @@ -1,21 +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/kooldock/kooldock-0.4.5.ebuild,v 1.1 2007/03/01 01:28:08 troll Exp $ - -inherit kde - -IUSE="" - -DESCRIPTION=" KoolDock is a dock for KDE with cool visual enhancements and effects" -HOMEPAGE="http://www.kde-apps.org/content/show.php?content=50910" -# kde-apps link is broken for us - no version in filename... my mirror instead: -SRC_URI="http://vivid.dat.pl/kde/${P}.tar.gz" - -S="${WORKDIR}/${PN}" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -SLOT="0" - -need-kde 3.2 |