summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-04-14 11:01:00 +0000
committerSamuli Suominen <drac@gentoo.org>2007-04-14 11:01:00 +0000
commit3df12bfb4749ee753d99dcc3fb0bc4a175d171d9 (patch)
tree7c053fdeca073d684db06937006f040dbe32c475 /media-libs/tse3
parentFix implicit declaration warnings. (diff)
downloadgentoo-2-3df12bfb4749ee753d99dcc3fb0bc4a175d171d9.tar.gz
gentoo-2-3df12bfb4749ee753d99dcc3fb0bc4a175d171d9.tar.bz2
gentoo-2-3df12bfb4749ee753d99dcc3fb0bc4a175d171d9.zip
Remove old versions.
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-libs/tse3')
-rw-r--r--media-libs/tse3/files/digest-tse3-0.2.73
-rw-r--r--media-libs/tse3/files/digest-tse3-0.3.0-r13
-rw-r--r--media-libs/tse3/files/tse3-0.2.7-gcc34.patch107
-rw-r--r--media-libs/tse3/tse3-0.2.7.ebuild45
-rw-r--r--media-libs/tse3/tse3-0.3.0-r1.ebuild53
5 files changed, 0 insertions, 211 deletions
diff --git a/media-libs/tse3/files/digest-tse3-0.2.7 b/media-libs/tse3/files/digest-tse3-0.2.7
deleted file mode 100644
index 192885229700..000000000000
--- a/media-libs/tse3/files/digest-tse3-0.2.7
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6ccab942cc51a648af76653771479eed tse3-0.2.7.tar.gz 603222
-RMD160 62bb6c96feeaf0547325d2f521971c695597b583 tse3-0.2.7.tar.gz 603222
-SHA256 b05f7942bdd8a10f2b1c531ea0bd54cb97d3499b1bf24fff6136385515dcc897 tse3-0.2.7.tar.gz 603222
diff --git a/media-libs/tse3/files/digest-tse3-0.3.0-r1 b/media-libs/tse3/files/digest-tse3-0.3.0-r1
deleted file mode 100644
index 57fd896b00d9..000000000000
--- a/media-libs/tse3/files/digest-tse3-0.3.0-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 fbf5ebe8b96fdc9886758a42d6b1c13a tse3-0.3.0.tar.gz 716430
-RMD160 36c90d803a7e2e35c9d561b3af55a6dd76b8afc3 tse3-0.3.0.tar.gz 716430
-SHA256 3c13d8e91f939293a765316e2f28c193a090788e299e94377ee44adf9c77a3e0 tse3-0.3.0.tar.gz 716430
diff --git a/media-libs/tse3/files/tse3-0.2.7-gcc34.patch b/media-libs/tse3/files/tse3-0.2.7-gcc34.patch
deleted file mode 100644
index 69cd08849b6c..000000000000
--- a/media-libs/tse3/files/tse3-0.2.7-gcc34.patch
+++ /dev/null
@@ -1,107 +0,0 @@
-diff -ur tse3-0.2.7.orig/src/tse3/Midi.h tse3-0.2.7/src/tse3/Midi.h
---- tse3-0.2.7.orig/src/tse3/Midi.h 2004-07-13 13:42:54.171911848 -0400
-+++ tse3-0.2.7/src/tse3/Midi.h 2004-07-13 13:44:05.282101456 -0400
-@@ -819,6 +819,6 @@
- const MidiEvent &e1;
- };
- };
--};
-+}
-
- #endif
-diff -ur tse3-0.2.7.orig/src/tse3/Mutex.h tse3-0.2.7/src/tse3/Mutex.h
---- tse3-0.2.7.orig/src/tse3/Mutex.h 2004-07-13 13:42:54.188909264 -0400
-+++ tse3-0.2.7/src/tse3/Mutex.h 2004-07-13 13:51:01.925761992 -0400
-@@ -315,7 +315,7 @@
- #endif
- }
- };
-- };
-+ }
- }
-
- #endif
-diff -ur tse3-0.2.7.orig/src/tse3/Notifier.h tse3-0.2.7/src/tse3/Notifier.h
---- tse3-0.2.7.orig/src/tse3/Notifier.h 2004-07-13 13:42:54.171911848 -0400
-+++ tse3-0.2.7/src/tse3/Notifier.h 2004-07-13 13:46:50.128041064 -0400
-@@ -290,7 +290,7 @@
- const p4_type &p4; // (*)
- };
-
-- };
-+ }
-
- /**************************************************************************
- * Public Notifier framework API
-@@ -367,7 +367,7 @@
- */
- typedef Listener<interface_type> listener_type;
-
-- friend class listener_type;
-+ friend class Listener<interface_type>;
-
- protected:
-
-@@ -602,7 +602,7 @@
- if (notifiers.erase(notifier)) notifier->detach(this);
- }
-
-- friend class notifier_type;
-+ friend class Notifier<interface_type>;
-
- protected:
-
-diff -ur tse3-0.2.7.orig/src/tse3/app/Application.h tse3-0.2.7/src/tse3/app/Application.h
---- tse3-0.2.7.orig/src/tse3/app/Application.h 2004-07-13 13:42:54.149915192 -0400
-+++ tse3-0.2.7/src/tse3/app/Application.h 2004-07-13 13:50:10.297610664 -0400
-@@ -35,12 +35,12 @@
- namespace Cmd
- {
- class CommandHistory;
-- };
-+ }
-
- namespace Ins
- {
- class Destination;
-- };
-+ }
-
- /**
- * The App namespace contains classes that use the @ref TSE3
-diff -ur tse3-0.2.7.orig/src/tse3/app/Record.h tse3-0.2.7/src/tse3/app/Record.h
---- tse3-0.2.7.orig/src/tse3/app/Record.h 2004-07-13 13:42:54.152914736 -0400
-+++ tse3-0.2.7/src/tse3/app/Record.h 2004-07-13 13:50:33.187130928 -0400
-@@ -36,7 +36,7 @@
- namespace Cmd
- {
- class CommandHistory;
-- };
-+ }
-
- namespace App
- {
-diff -ur tse3-0.2.7.orig/src/tse3/plt/Arts.cpp tse3-0.2.7/src/tse3/plt/Arts.cpp
---- tse3-0.2.7.orig/src/tse3/plt/Arts.cpp 2004-07-13 13:42:54.158913824 -0400
-+++ tse3-0.2.7/src/tse3/plt/Arts.cpp 2004-07-13 13:49:02.575905928 -0400
-@@ -74,7 +74,7 @@
-
- ArtsCommon *artsCommon = 0;
- int artsCommonInit = 0;
--};
-+}
-
-
- ArtsMidiScheduler::ArtsMidiScheduler()
-diff -ur tse3-0.2.7.orig/src/tse3/util/MulDiv.h tse3-0.2.7/src/tse3/util/MulDiv.h
---- tse3-0.2.7.orig/src/tse3/util/MulDiv.h 2004-07-13 13:42:54.169912152 -0400
-+++ tse3-0.2.7/src/tse3/util/MulDiv.h 2004-07-13 13:48:05.942515512 -0400
-@@ -34,7 +34,7 @@
- * @return val * num / div (which coped with integer overflows)
- */
- extern int muldiv(int val, int num, int div);
-- };
-+ }
- }
-
- #endif
diff --git a/media-libs/tse3/tse3-0.2.7.ebuild b/media-libs/tse3/tse3-0.2.7.ebuild
deleted file mode 100644
index 0c44c2618851..000000000000
--- a/media-libs/tse3/tse3-0.2.7.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tse3/tse3-0.2.7.ebuild,v 1.18 2007/02/06 23:21:21 aballier Exp $
-
-inherit eutils
-
-DESCRIPTION="TSE3 Sequencer library"
-HOMEPAGE="http://TSE3.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tse3/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="alsa oss arts"
-
-DEPEND="alsa? ( media-libs/alsa-lib )
- arts? ( kde-base/arts )"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- # support 64bit machines properly
- epatch ${FILESDIR}/${P}-size_t-64bit.patch
- # gcc-3.4 patch
- epatch ${FILESDIR}/${P}-gcc34.patch
- # gcc-4 patch (bug #100708)
- epatch ${FILESDIR}/${P}-gcc4.patch
-}
-
-src_compile() {
- local myconf=""
-
- use arts || myconf="${myconf} --without-arts"
- use alsa || myconf="${myconf} --without-alsa"
- use oss || myconf="${myconf} --without-oss"
-
- econf ${myconf} || die "./configure failed"
- emake -j1 || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO Version
-}
diff --git a/media-libs/tse3/tse3-0.3.0-r1.ebuild b/media-libs/tse3/tse3-0.3.0-r1.ebuild
deleted file mode 100644
index eb0d1b806646..000000000000
--- a/media-libs/tse3/tse3-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tse3/tse3-0.3.0-r1.ebuild,v 1.2 2007/02/06 23:21:21 aballier Exp $
-
-inherit eutils libtool autotools
-
-DESCRIPTION="TSE3 Sequencer library"
-HOMEPAGE="http://TSE3.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tse3/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="alsa oss arts"
-
-RDEPEND="alsa? ( media-libs/alsa-lib )
- arts? ( kde-base/arts )"
-
-DEPEND="${RDEPEND}
- sys-devel/automake
- sys-devel/autoconf
- sys-devel/libtool"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- # support 64bit machines properly
- epatch ${FILESDIR}/${PN}-0.2.7-size_t-64bit.patch
- # gcc-3.4 patch
- epatch ${FILESDIR}/${PN}-0.2.7-gcc34.patch
- # gcc-4 patch (bug #100708)
- epatch ${FILESDIR}/${PN}-0.2.7-gcc4.patch
-
- eautoreconf
- elibtoolize
-}
-
-src_compile() {
- local myconf=""
-
- use arts || myconf="${myconf} --without-arts"
- use alsa || myconf="${myconf} --without-alsa"
- use oss || myconf="${myconf} --without-oss"
-
- econf ${myconf} || die "./configure failed"
- emake -j1 || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}