summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-03-17 18:30:58 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-03-17 18:30:58 +0000
commit42626ec5f8893f6e45e32c8d473fc44c5881e24a (patch)
treeae863694c49ff89c7872a7f79091db397333054f /media-sound/kid3
parentVersion bump. (diff)
downloadgentoo-2-42626ec5f8893f6e45e32c8d473fc44c5881e24a.tar.gz
gentoo-2-42626ec5f8893f6e45e32c8d473fc44c5881e24a.tar.bz2
gentoo-2-42626ec5f8893f6e45e32c8d473fc44c5881e24a.zip
Remove old ebuild.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-sound/kid3')
-rw-r--r--media-sound/kid3/files/digest-kid3-0.41
-rw-r--r--media-sound/kid3/files/kid3-0.4-configure.patch141
-rw-r--r--media-sound/kid3/files/kid3-0.4-gcc34.patch12
-rw-r--r--media-sound/kid3/kid3-0.4.ebuild27
4 files changed, 0 insertions, 181 deletions
diff --git a/media-sound/kid3/files/digest-kid3-0.4 b/media-sound/kid3/files/digest-kid3-0.4
deleted file mode 100644
index 961b214471f6..000000000000
--- a/media-sound/kid3/files/digest-kid3-0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 637839b4f23156daa590ac04b1b27a43 kid3-0.4.tar.gz 728342
diff --git a/media-sound/kid3/files/kid3-0.4-configure.patch b/media-sound/kid3/files/kid3-0.4-configure.patch
deleted file mode 100644
index 2737bd258273..000000000000
--- a/media-sound/kid3/files/kid3-0.4-configure.patch
+++ /dev/null
@@ -1,141 +0,0 @@
---- configure.orig 2004-11-10 23:33:24.903907112 +0000
-+++ configure 2004-11-10 23:34:19.501607000 +0000
-@@ -23936,138 +23936,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/media-sound/kid3/files/kid3-0.4-gcc34.patch b/media-sound/kid3/files/kid3-0.4-gcc34.patch
deleted file mode 100644
index a8b57d87a8c3..000000000000
--- a/media-sound/kid3/files/kid3-0.4-gcc34.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur kid3-0.4.orig/kid3/importdialog.cpp kid3-0.4/kid3/importdialog.cpp
---- kid3-0.4.orig/kid3/importdialog.cpp 2004-07-11 03:47:00.987041352 -0400
-+++ kid3-0.4/kid3/importdialog.cpp 2004-07-11 03:47:32.381268704 -0400
-@@ -109,7 +109,7 @@
- bool ImportDialog::getNextTags(StandardTags &st, bool start)
- {
- return impsel->getNextTags(st, start);
--};
-+}
-
- /**
- * Set ID3v1 or ID3v2 tags as import destination.
diff --git a/media-sound/kid3/kid3-0.4.ebuild b/media-sound/kid3/kid3-0.4.ebuild
deleted file mode 100644
index 185753cd0044..000000000000
--- a/media-sound/kid3/kid3-0.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.4.ebuild,v 1.10 2005/02/21 06:27:25 eradicator Exp $
-
-IUSE="arts"
-
-inherit kde eutils
-
-DESCRIPTION="A simple id3 tag editor for QT/KDE with automatic string replacements, case conversion etc."
-HOMEPAGE="http://kid3.sourceforge.net/"
-SRC_URI="mirror://sourceforge/kid3/${P}.tar.gz"
-
-SLOT="0"
-
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc sparc amd64"
-
-DEPEND=">=media-libs/id3lib-3.8.3"
-need-kde 3.1
-
-src_unpack() {
- kde_src_unpack
-
- cd ${S}
- epatch ${FILESDIR}/${P}-gcc34.patch
- use arts || epatch ${FILESDIR}/${P}-configure.patch
-}