summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-21 20:57:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-21 20:57:39 +0000
commit6c01003da973a2c97d92e33d86fd401597ce699a (patch)
tree8ae20dc99e069bc10872e821d346097334398d23 /media-sound/id3v2
parentFixed bug #152785. (diff)
downloadgentoo-2-6c01003da973a2c97d92e33d86fd401597ce699a.tar.gz
gentoo-2-6c01003da973a2c97d92e33d86fd401597ce699a.tar.bz2
gentoo-2-6c01003da973a2c97d92e33d86fd401597ce699a.zip
Remove old versions.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'media-sound/id3v2')
-rw-r--r--media-sound/id3v2/ChangeLog9
-rw-r--r--media-sound/id3v2/files/digest-id3v2-0.1.101
-rw-r--r--media-sound/id3v2/files/digest-id3v2-0.1.71
-rw-r--r--media-sound/id3v2/files/digest-id3v2-0.1.9-r11
-rw-r--r--media-sound/id3v2/files/id3v2-0.1.10-noinline.patch17
-rw-r--r--media-sound/id3v2/files/id3v2-0.1.9-alpha.patch17
-rw-r--r--media-sound/id3v2/id3v2-0.1.10.ebuild46
-rw-r--r--media-sound/id3v2/id3v2-0.1.7.ebuild37
-rw-r--r--media-sound/id3v2/id3v2-0.1.9-r1.ebuild43
9 files changed, 7 insertions, 165 deletions
diff --git a/media-sound/id3v2/ChangeLog b/media-sound/id3v2/ChangeLog
index b763f563325a..23db4d406b5d 100644
--- a/media-sound/id3v2/ChangeLog
+++ b/media-sound/id3v2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/id3v2
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/ChangeLog,v 1.23 2006/05/23 19:55:13 corsair Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/ChangeLog,v 1.24 2007/01/21 20:57:39 flameeyes Exp $
+
+ 21 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ -files/id3v2-0.1.9-alpha.patch, -files/id3v2-0.1.10-noinline.patch,
+ -id3v2-0.1.7.ebuild, -id3v2-0.1.9-r1.ebuild, -id3v2-0.1.10.ebuild:
+ Remove old versions.
23 May 2006; Markus Rothe <corsair@gentoo.org> id3v2-0.1.11.ebuild:
Stable on ppc64
diff --git a/media-sound/id3v2/files/digest-id3v2-0.1.10 b/media-sound/id3v2/files/digest-id3v2-0.1.10
deleted file mode 100644
index 9f35fe6973d3..000000000000
--- a/media-sound/id3v2/files/digest-id3v2-0.1.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a4a5130e49b6451ced32e208a2f9aeab id3v2-0.1.10.tar.gz 26419
diff --git a/media-sound/id3v2/files/digest-id3v2-0.1.7 b/media-sound/id3v2/files/digest-id3v2-0.1.7
deleted file mode 100644
index 712894fffab7..000000000000
--- a/media-sound/id3v2/files/digest-id3v2-0.1.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 825cf4baf60e2951b7826b947a8f52fa id3v2-0.1.7.tar.gz 54132
diff --git a/media-sound/id3v2/files/digest-id3v2-0.1.9-r1 b/media-sound/id3v2/files/digest-id3v2-0.1.9-r1
deleted file mode 100644
index 5906a6bd07f2..000000000000
--- a/media-sound/id3v2/files/digest-id3v2-0.1.9-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 544862d82224312595bf5a45422d1a49 id3v2-0.1.9.tar.gz 21144
diff --git a/media-sound/id3v2/files/id3v2-0.1.10-noinline.patch b/media-sound/id3v2/files/id3v2-0.1.10-noinline.patch
deleted file mode 100644
index f1aa3647b079..000000000000
--- a/media-sound/id3v2/files/id3v2-0.1.10-noinline.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- genre.cpp.orig 2004-05-04 12:13:01.548353000 -0700
-+++ genre.cpp 2004-05-04 12:14:32.018353000 -0700
-@@ -200,12 +200,12 @@
- 147, 113, 18, 51, 130, 144, 60, 70, 31, 72, 27, 28 } ;
- #endif // SORT_RUNTIME
-
--inline int GetGenreCount()
-+int GetGenreCount()
- {
- return genre_count;
- }
-
--inline const char *GetGenreFromNum(int genre_id)
-+const char *GetGenreFromNum(int genre_id)
- {
- if ((genre_id >= 0) && (genre_id < GetGenreCount()))
- return genre_table[genre_id];
diff --git a/media-sound/id3v2/files/id3v2-0.1.9-alpha.patch b/media-sound/id3v2/files/id3v2-0.1.9-alpha.patch
deleted file mode 100644
index 3504efcf6d62..000000000000
--- a/media-sound/id3v2/files/id3v2-0.1.9-alpha.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Prevent a segfault on alpha and any other arch that doesn't always get
-zero-initialized automatics. Frankly the code in this segment looks
-pretty broken to me, but I'm just fixing the segfault...
-
-07 Feb 2004 agriffis
-
---- id3v2-0.1.9/id3v2.cpp.alpha 2003-02-25 11:28:20.000000000 -0500
-+++ id3v2-0.1.9/id3v2.cpp 2004-02-07 22:28:39.000000000 -0500
-@@ -409,7 +409,7 @@
- {
- // check if there is a total track number and if we only have
- // the track number for this file. In this case combine them.
-- char *currentTrackNum, *newTrackNum;
-+ char *currentTrackNum, *newTrackNum = NULL;
-
- if (pFrame != NULL)
- {
diff --git a/media-sound/id3v2/id3v2-0.1.10.ebuild b/media-sound/id3v2/id3v2-0.1.10.ebuild
deleted file mode 100644
index 9f0adc7610bb..000000000000
--- a/media-sound/id3v2/id3v2-0.1.10.ebuild
+++ /dev/null
@@ -1,46 +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/id3v2/id3v2-0.1.10.ebuild,v 1.5 2005/09/04 10:34:44 flameeyes Exp $
-
-inherit eutils
-
-IUSE=""
-
-DESCRIPTION="A command line editor for id3v2 tags."
-HOMEPAGE="http://id3v2.sourceforge.net/"
-SRC_URI="mirror://sourceforge/id3v2/${P}.tar.gz"
-RESTRICT="nomirror"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc sparc ~alpha ~hppa amd64"
-
-DEPEND="media-libs/id3lib"
-
-src_unpack()
-{
- unpack ${A} && cd ${S} || die "unpack failed"
-
- # The tarball came with a compiled binary. ;^)
- make clean
-
- # Use our own CXXFLAGS
- sed -i -e "/g++/ s|-g|${CXXFLAGS}|" Makefile || die "sed failed"
-
- # Fix segfault on alpha (and probably other architectures)
- epatch ${FILESDIR}/${PN}-0.1.9-alpha.patch
-
- # Fix global functions being declared inline
- epatch ${FILESDIR}/${P}-noinline.patch
-}
-
-src_compile()
-{
- emake || die
-}
-
-src_install()
-{
- dobin id3v2
- doman id3v2.1
- dodoc README
-}
diff --git a/media-sound/id3v2/id3v2-0.1.7.ebuild b/media-sound/id3v2/id3v2-0.1.7.ebuild
deleted file mode 100644
index 31a4e6833472..000000000000
--- a/media-sound/id3v2/id3v2-0.1.7.ebuild
+++ /dev/null
@@ -1,37 +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/id3v2/id3v2-0.1.7.ebuild,v 1.12 2005/09/04 10:34:44 flameeyes Exp $
-
-IUSE=""
-
-DESCRIPTION="A command line editor for id3v2 tags."
-HOMEPAGE="http://id3v2.sourceforge.net/"
-SRC_URI="mirror://sourceforge/id3v2/${P}.tar.gz"
-
-DEPEND="media-libs/id3lib"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-src_unpack()
-{
- unpack "${A}"
- cd "${S}"
- # The tarball came with a compiled binary. ;^)
- make clean
- sed -e "/g++/ s|-g|${CFLAGS}|" < Makefile > Makefile.hacked
- mv Makefile.hacked Makefile
-}
-
-src_compile()
-{
- emake || die
-}
-
-src_install()
-{
- dobin id3v2
- doman id3v2.1
- dodoc README
-}
diff --git a/media-sound/id3v2/id3v2-0.1.9-r1.ebuild b/media-sound/id3v2/id3v2-0.1.9-r1.ebuild
deleted file mode 100644
index 44472c26c706..000000000000
--- a/media-sound/id3v2/id3v2-0.1.9-r1.ebuild
+++ /dev/null
@@ -1,43 +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/id3v2/id3v2-0.1.9-r1.ebuild,v 1.11 2005/09/04 10:34:44 flameeyes Exp $
-
-inherit eutils
-
-IUSE=""
-
-DESCRIPTION="A command line editor for id3v2 tags."
-HOMEPAGE="http://id3v2.sourceforge.net/"
-SRC_URI="mirror://sourceforge/id3v2/${P}.tar.gz"
-RESTRICT="nomirror"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc sparc ~alpha ~hppa amd64"
-
-DEPEND="media-libs/id3lib"
-
-src_unpack()
-{
- unpack ${A} && cd ${S} || die "unpack failed"
-
- # The tarball came with a compiled binary. ;^)
- make clean
-
- # Use our own CXXFLAGS
- sed -i -e "/g++/ s|-g|${CXXFLAGS}|" Makefile || die "sed failed"
-
- # Fix segfault on alpha (and probably other architectures)
- epatch ${FILESDIR}/id3v2-0.1.9-alpha.patch
-}
-
-src_compile()
-{
- emake || die
-}
-
-src_install()
-{
- dobin id3v2
- doman id3v2.1
- dodoc README
-}