diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-05-01 20:03:47 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-05-01 20:03:47 +0000 |
commit | 92f718d25efb247d852980e06be6b83a24b36e6f (patch) | |
tree | 47fe234b3ea40b34518e0069b30ebb3a137e531d /x11-misc | |
parent | Ahem, *web-apps* heard. (diff) | |
download | gentoo-2-92f718d25efb247d852980e06be6b83a24b36e6f.tar.gz gentoo-2-92f718d25efb247d852980e06be6b83a24b36e6f.tar.bz2 gentoo-2-92f718d25efb247d852980e06be6b83a24b36e6f.zip |
remove configure check for arts
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/karamba/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/karamba/Manifest | 9 | ||||
-rw-r--r-- | x11-misc/karamba/files/digest-karamba-0.17-r2 | 1 | ||||
-rw-r--r-- | x11-misc/karamba/files/karamba-0.17-configure-arts.patch | 139 | ||||
-rw-r--r-- | x11-misc/karamba/karamba-0.17-r2.ebuild | 38 |
5 files changed, 192 insertions, 5 deletions
diff --git a/x11-misc/karamba/ChangeLog b/x11-misc/karamba/ChangeLog index 546f19dc2b97..eefbd658784f 100644 --- a/x11-misc/karamba/ChangeLog +++ b/x11-misc/karamba/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/karamba -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/karamba/ChangeLog,v 1.15 2004/12/04 08:09:17 dragonheart Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/karamba/ChangeLog,v 1.16 2005/05/01 20:03:47 carlo Exp $ + +*karamba-0.17-r2 (01 May 2005) + + 01 May 2005; Carsten Lohrke <carlo@gentoo.org> + +files/karamba-0.17-configure-arts.patch, +karamba-0.17-r2.ebuild: + remove configure check for arts 04 Dec 2004; Daniel Black <dragonheart@gentoo.org> karamba-0.17-r1.ebuild: added arts to dependancy to fix bug #73075. I'm not sure it needs it though. diff --git a/x11-misc/karamba/Manifest b/x11-misc/karamba/Manifest index 4f05572e4d4a..bf8873f5632a 100644 --- a/x11-misc/karamba/Manifest +++ b/x11-misc/karamba/Manifest @@ -1,5 +1,8 @@ -MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 -MD5 4f4c2062e5481c077c42112ba97ca131 ChangeLog 1555 MD5 4aa0a05d14d2d92818071d2d4120e5b0 karamba-0.17-r1.ebuild 970 -MD5 dfffd46934fc1bbec91ae05eb8ec535b files/karamba-env 60 +MD5 61db88a67cecdf72559c4e22b96792de karamba-0.17-r2.ebuild 921 +MD5 83be14345e85afa8517cb94d08ab1435 ChangeLog 1740 +MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 MD5 2d6a37d1fe7a6d7ae2728d48fec2efd9 files/digest-karamba-0.17-r1 64 +MD5 2d6a37d1fe7a6d7ae2728d48fec2efd9 files/digest-karamba-0.17-r2 64 +MD5 be8ce78e013784421857511974eaab58 files/karamba-0.17-configure-arts.patch 3478 +MD5 dfffd46934fc1bbec91ae05eb8ec535b files/karamba-env 60 diff --git a/x11-misc/karamba/files/digest-karamba-0.17-r2 b/x11-misc/karamba/files/digest-karamba-0.17-r2 new file mode 100644 index 000000000000..3b24fb743bb0 --- /dev/null +++ b/x11-misc/karamba/files/digest-karamba-0.17-r2 @@ -0,0 +1 @@ +MD5 c1e3f44149f838e86cc3d1e5962ca79f karamba-0.17.tar.gz 592274 diff --git a/x11-misc/karamba/files/karamba-0.17-configure-arts.patch b/x11-misc/karamba/files/karamba-0.17-configure-arts.patch new file mode 100644 index 000000000000..25e2bdaa25c7 --- /dev/null +++ b/x11-misc/karamba/files/karamba-0.17-configure-arts.patch @@ -0,0 +1,139 @@ +--- configure.orig 2005-05-01 21:42:01.000000000 +0200 ++++ configure 2005-05-01 21:43:06.000000000 +0200 +@@ -23335,136 +23335,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 diff --git a/x11-misc/karamba/karamba-0.17-r2.ebuild b/x11-misc/karamba/karamba-0.17-r2.ebuild new file mode 100644 index 000000000000..8a906f029f81 --- /dev/null +++ b/x11-misc/karamba/karamba-0.17-r2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/karamba/karamba-0.17-r2.ebuild,v 1.1 2005/05/01 20:03:47 carlo Exp $ + +inherit kde + +DESCRIPTION="A KDE program that displays a lot of various information right on your desktop." +HOMEPAGE="http://www.efd.lth.se/~d98hk/karamba/" +SRC_URI="http://www.efd.lth.se/~d98hk/karamba/src/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +need-kde 3.1 + +src_unpack() { + kde_src_unpack + epatch ${FILESDIR}/${P}-configure-arts.patch +} + +src_compile() { + local myconf="--enable-libsuffix=" + + kde_src_compile all +} + +src_install () { + emake DESTDIR=${D} install || die "install failed" + dodir /usr/share/doc/${P} /usr/share/karamba/themes /usr/share/karamba/bin + mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P} + keepdir /usr/share/karamba/themes/.keep + keepdir /usr/share/karamba/bin/.keep + + dodir /etc/env.d + cp ${FILESDIR}/karamba-env ${D}/etc/env.d/99karamba +} |