diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-05-01 20:00:53 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-05-01 20:00:53 +0000 |
commit | a65ac353ef0682baa5cc901482bfaaa2248ecf32 (patch) | |
tree | 1898fddc14f8c02be8d52833030f77d2774390cc /app-cdr/kcdlabel | |
parent | Ahem, *web-apps* heard. (diff) | |
download | historical-a65ac353ef0682baa5cc901482bfaaa2248ecf32.tar.gz historical-a65ac353ef0682baa5cc901482bfaaa2248ecf32.tar.bz2 historical-a65ac353ef0682baa5cc901482bfaaa2248ecf32.zip |
remove configure check for arts
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-cdr/kcdlabel')
-rw-r--r-- | app-cdr/kcdlabel/ChangeLog | 8 | ||||
-rw-r--r-- | app-cdr/kcdlabel/Manifest | 7 | ||||
-rw-r--r-- | app-cdr/kcdlabel/files/digest-kcdlabel-2.12-r1 | 1 | ||||
-rw-r--r-- | app-cdr/kcdlabel/files/kcdlabel-2.12-configure-arts.patch | 139 | ||||
-rw-r--r-- | app-cdr/kcdlabel/kcdlabel-2.12-r1.ebuild | 27 |
5 files changed, 179 insertions, 3 deletions
diff --git a/app-cdr/kcdlabel/ChangeLog b/app-cdr/kcdlabel/ChangeLog index d05a609881da..4a56811585ac 100644 --- a/app-cdr/kcdlabel/ChangeLog +++ b/app-cdr/kcdlabel/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-cdr/kcdlabel # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/kcdlabel/ChangeLog,v 1.13 2005/01/12 15:10:30 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/kcdlabel/ChangeLog,v 1.14 2005/05/01 20:00:53 carlo Exp $ + +*kcdlabel-2.12-r1 (01 May 2005) + + 01 May 2005; Carsten Lohrke <carlo@gentoo.org> + +files/kcdlabel-2.12-configure-arts.patch, +kcdlabel-2.12-r1.ebuild: + remove configure check for arts 12 Jan 2005; Karol Wojtaszek <sekretarz@gentoo.org> kcdlabel-2.12.ebuild: Marked stable on amd64, bug #77155 diff --git a/app-cdr/kcdlabel/Manifest b/app-cdr/kcdlabel/Manifest index 2d523a6bade4..bae400263931 100644 --- a/app-cdr/kcdlabel/Manifest +++ b/app-cdr/kcdlabel/Manifest @@ -1,4 +1,7 @@ -MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 -MD5 77ce13d97f4c39dffc311281bd76c205 ChangeLog 1462 +MD5 b53e2cb37b76a601e071c129e358dfd0 kcdlabel-2.12-r1.ebuild 660 MD5 67026ed61a334fbe1fa8c0d663822bfe kcdlabel-2.12.ebuild 574 +MD5 f9c620115ebc417d7804952540367180 ChangeLog 1646 +MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 c235b43131df0245020f8a24928925e8 files/digest-kcdlabel-2.12 70 +MD5 e3942bbddf2d997a5bfe13b0c4cb79b6 files/kcdlabel-2.12-configure-arts.patch 3478 +MD5 c235b43131df0245020f8a24928925e8 files/digest-kcdlabel-2.12-r1 70 diff --git a/app-cdr/kcdlabel/files/digest-kcdlabel-2.12-r1 b/app-cdr/kcdlabel/files/digest-kcdlabel-2.12-r1 new file mode 100644 index 000000000000..c22ade6d785a --- /dev/null +++ b/app-cdr/kcdlabel/files/digest-kcdlabel-2.12-r1 @@ -0,0 +1 @@ +MD5 b1a3f875fa3c6005db1fc7da47b13020 kcdlabel-2.12-KDE3.tar.gz 747046 diff --git a/app-cdr/kcdlabel/files/kcdlabel-2.12-configure-arts.patch b/app-cdr/kcdlabel/files/kcdlabel-2.12-configure-arts.patch new file mode 100644 index 000000000000..2f857a224ece --- /dev/null +++ b/app-cdr/kcdlabel/files/kcdlabel-2.12-configure-arts.patch @@ -0,0 +1,139 @@ +--- configure.orig 2005-05-01 21:50:52.000000000 +0200 ++++ configure 2005-05-01 21:54:04.000000000 +0200 +@@ -23218,136 +23218,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/app-cdr/kcdlabel/kcdlabel-2.12-r1.ebuild b/app-cdr/kcdlabel/kcdlabel-2.12-r1.ebuild new file mode 100644 index 000000000000..8b5f132b9263 --- /dev/null +++ b/app-cdr/kcdlabel/kcdlabel-2.12-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/kcdlabel/kcdlabel-2.12-r1.ebuild,v 1.1 2005/05/01 20:00:53 carlo Exp $ + +inherit flag-o-matic kde eutils + +S=${WORKDIR}/${P}-KDE3 + +DESCRIPTION="cd label printing tool for kde" +HOMEPAGE="http://kcdlabel.sourceforge.net/" +SRC_URI="http://kcdlabel.sourceforge.net/download/${P}-KDE3.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" +IUSE="" + +need-kde 3 + +src_unpack(){ + kde_src_unpack + epatch ${FILESDIR}/${P}-configure-arts.patch +} +src_compile(){ + append-flags -fpermissive + kde_src_compile all +}
\ No newline at end of file |