diff options
author | 2004-10-31 18:29:52 +0000 | |
---|---|---|
committer | 2004-10-31 18:29:52 +0000 | |
commit | 9629b2f7f1d06edcae49fdeb2abe9c4ecebb45a5 (patch) | |
tree | 89344ebec87c8c8867d8af09a9beea1c57799a8f /kde-misc | |
parent | address linux26-header problem for ppc64, bug #66222 (Manifest recommit) (diff) | |
download | gentoo-2-9629b2f7f1d06edcae49fdeb2abe9c4ecebb45a5.tar.gz gentoo-2-9629b2f7f1d06edcae49fdeb2abe9c4ecebb45a5.tar.bz2 gentoo-2-9629b2f7f1d06edcae49fdeb2abe9c4ecebb45a5.zip |
New ebuild, thanks to Mauricio Bahamonde. Closes bug #49784. Added a patch for the configure script to honor the "arts" USE flag.
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kooldock/ChangeLog | 11 | ||||
-rw-r--r-- | kde-misc/kooldock/Manifest | 2 | ||||
-rw-r--r-- | kde-misc/kooldock/files/digest-kooldock-0.3 | 1 | ||||
-rw-r--r-- | kde-misc/kooldock/files/kooldock-0.3-configure.patch | 141 | ||||
-rw-r--r-- | kde-misc/kooldock/kooldock-0.3.ebuild | 25 | ||||
-rw-r--r-- | kde-misc/kooldock/metadata.xml | 5 |
6 files changed, 185 insertions, 0 deletions
diff --git a/kde-misc/kooldock/ChangeLog b/kde-misc/kooldock/ChangeLog new file mode 100644 index 000000000000..e4c52f0d48ea --- /dev/null +++ b/kde-misc/kooldock/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for kde-misc/kooldock +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kooldock/ChangeLog,v 1.1 2004/10/31 18:29:52 motaboy Exp $ + +*kooldock-0.3 (31 Oct 2004) + + 31 Oct 2004; Simone Gotti <motaboy@gentoo.org> +metadata.xml, + +files/kooldock-0.3-configure.patch, +kooldock-0.3.ebuild: + New ebuild, thanks to Mauricio Bahamonde. Closes bug #49784. Added a patch + for the configure script to honor the "arts" USE flag. + diff --git a/kde-misc/kooldock/Manifest b/kde-misc/kooldock/Manifest new file mode 100644 index 000000000000..88a3f59d829c --- /dev/null +++ b/kde-misc/kooldock/Manifest @@ -0,0 +1,2 @@ +MD5 2e359dbb03d5e1243f7fd638e34258c4 kooldock-0.3.ebuild 506 +MD5 789e37ac05ff3871ada15b4af18a97a9 files/digest-kooldock-0.3 65 diff --git a/kde-misc/kooldock/files/digest-kooldock-0.3 b/kde-misc/kooldock/files/digest-kooldock-0.3 new file mode 100644 index 000000000000..e80b1b0fbe32 --- /dev/null +++ b/kde-misc/kooldock/files/digest-kooldock-0.3 @@ -0,0 +1 @@ +MD5 a53b74ce56f65b738413205cd9bfe2ca kooldock-0.3.tar.gz 1007670 diff --git a/kde-misc/kooldock/files/kooldock-0.3-configure.patch b/kde-misc/kooldock/files/kooldock-0.3-configure.patch new file mode 100644 index 000000000000..be51be14b6d4 --- /dev/null +++ b/kde-misc/kooldock/files/kooldock-0.3-configure.patch @@ -0,0 +1,141 @@ +--- 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/kooldock-0.3.ebuild b/kde-misc/kooldock/kooldock-0.3.ebuild new file mode 100644 index 000000000000..680afbac06ae --- /dev/null +++ b/kde-misc/kooldock/kooldock-0.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 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.1 2004/10/31 18:29:52 motaboy Exp $ + +inherit kde + +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="~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/kooldock/metadata.xml b/kde-misc/kooldock/metadata.xml new file mode 100644 index 000000000000..b435a8440ccd --- /dev/null +++ b/kde-misc/kooldock/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde-other</herd> +</pkgmetadata> |