summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-03-27 01:16:47 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-03-27 01:16:47 +0000
commit1f326d5ace0cee3d9fd78eec58aa06edcd69a29d (patch)
treeaed0c21f0eb650ed578403f31c3034becb5079ce /media-sound/audacity
parentlicenses back to | separation (diff)
downloadgentoo-2-1f326d5ace0cee3d9fd78eec58aa06edcd69a29d.tar.gz
gentoo-2-1f326d5ace0cee3d9fd78eec58aa06edcd69a29d.tar.bz2
gentoo-2-1f326d5ace0cee3d9fd78eec58aa06edcd69a29d.zip
ebuild cleanup
Diffstat (limited to 'media-sound/audacity')
-rw-r--r--media-sound/audacity/ChangeLog8
-rw-r--r--media-sound/audacity/audacity-1.0.0-r1.ebuild52
-rw-r--r--media-sound/audacity/audacity-1.0.0-r2.ebuild67
-rw-r--r--media-sound/audacity/audacity-1.0.0.ebuild39
-rw-r--r--media-sound/audacity/audacity-1.1.0.ebuild39
-rw-r--r--media-sound/audacity/files/digest-audacity-1.0.01
-rw-r--r--media-sound/audacity/files/digest-audacity-1.0.0-r11
-rw-r--r--media-sound/audacity/files/digest-audacity-1.0.0-r22
-rw-r--r--media-sound/audacity/files/digest-audacity-1.1.02
9 files changed, 7 insertions, 204 deletions
diff --git a/media-sound/audacity/ChangeLog b/media-sound/audacity/ChangeLog
index 2ad43d2a526d..b69279da9018 100644
--- a/media-sound/audacity/ChangeLog
+++ b/media-sound/audacity/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for media-sound/audacity
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.11 2003/02/18 02:50:23 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.12 2003/03/27 01:16:46 liquidx Exp $
*audacity-1.1.1-r1 (30 Jan 2003)
@@ -36,6 +36,12 @@
*audacity-1.1.0 (10 Nov 2002)
+ 27 Mar 2003; Alastair Tse <liquidx@gentoo.org> audacity-1.0.0-r1.ebuild,
+ audacity-1.0.0-r1.ebuild, audacity-1.0.0-r2.ebuild,
+ audacity-1.0.0-r2.ebuild, audacity-1.0.0.ebuild, audacity-1.0.0.ebuild,
+ audacity-1.1.0.ebuild, audacity-1.1.0.ebuild:
+ clean up old ebuilds
+
10 Nov 2002; Nick Hadaway <raker@gentoo.org> audacity-1.1.0.ebuild :
Updated ebuild.
diff --git a/media-sound/audacity/audacity-1.0.0-r1.ebuild b/media-sound/audacity/audacity-1.0.0-r1.ebuild
deleted file mode 100644
index e7284a6487a3..000000000000
--- a/media-sound/audacity/audacity-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.0.0-r1.ebuild,v 1.5 2003/02/13 13:07:42 vapier Exp $
-
-IUSE="oggvorbis"
-
-DESCRIPTION="A free, crossplatform audio editor."
-SRC_URI="mirror://sourceforge/audacity/audacity-src-1.0.0.tgz"
-HOMEPAGE="http://audacity.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-# doesn't compile with wxGTK-2.3.2
-DEPEND="~x11-libs/wxGTK-2.2.9
- oggvorbis? ( media-libs/libvorbis )
- app-arch/zip"
-
-src_unpack() {
-
- unpack ${A}
-
- # Only patch if using gcc 3.x
- if [ "`eval echo \`gcc -dumpversion\` | cut -f1 -d.`" -eq 3 ]
- then
- cd ${WORKDIR}/audacity-src-${PV}
- patch -p1 <${FILESDIR}/${P}-gcc31.patch || die
- fi
-}
-
-src_compile() {
- local myconf
- myconf="--with-id3"
- use oggvorbis && myconf="${myconf} --with-vorbis"
-
- # arts is broken! :(
- # use arts && myconf="${myconf} --with-arts-soundserver"
-
- cd ${WORKDIR}/audacity-src-1.0.0
- ./configure --prefix=/usr $myconf || die
-
- make || die
-}
-
-src_install () {
- cd ${WORKDIR}/audacity-src-1.0.0
-
- export PREFIX=${D}/usr
- make -e install || die
-}
-
diff --git a/media-sound/audacity/audacity-1.0.0-r2.ebuild b/media-sound/audacity/audacity-1.0.0-r2.ebuild
deleted file mode 100644
index e833caa9a018..000000000000
--- a/media-sound/audacity/audacity-1.0.0-r2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.0.0-r2.ebuild,v 1.5 2003/02/13 13:07:46 vapier Exp $
-
-MY_P="${PN}-src-${PV}"
-ID3V="id3lib-3.8.0"
-
-DESCRIPTION="A free, crossplatform audio editor."
-SRC_URI="mirror://sourceforge/audacity/${MY_P}.tgz
- mirror://sourceforge/id3lib/${ID3V}.tar.gz"
-HOMEPAGE="http://audacity.sourceforge.net/"
-
-#the included id3lib breaks and I figure its better to
-# update to stable than to attempt to hack the patch
-# spider //
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-IUSE="oggvorbis"
-
-# doesn't compile with wxGTK-2.3.2
-DEPEND="~x11-libs/wxGTK-2.2.9
- oggvorbis? ( media-libs/libvorbis )
- app-arch/zip"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${MY_P}.tgz
-
-
-## id3lib hack
- cd ${WORKDIR}/audacity-src-${PV}
- unpack ${ID3V}.tar.gz
- rm -rf id3lib
- mv ${ID3V} id3lib
-
- # Only patch if using gcc 3.x
- if [ "`eval echo \`gcc -dumpversion\` | cut -f1 -d.`" -eq 3 ] ; then
- cd ${WORKDIR}/audacity-src-${PV}/id3lib
- # updated patch from id3lib
- patch -p0 < ${FILESDIR}/${ID3V}-gcc3.patch || die "${ID3V}-gcc3.patch failed"
-
- # patch -p1 <${FILESDIR}/${P}-gcc31.patch || die
- fi
-}
-
-src_compile() {
- local myconf="--with-id3"
-
- use oggvorbis && myconf="${myconf} --with-vorbis"
-
- # arts is broken! :(
- # use arts && myconf="${myconf} --with-arts-soundserver"
-
- cd ${WORKDIR}/audacity-src-1.0.0
- econf ${myconf}
- make || die "make failed"
-}
-
-src_install () {
- cd ${WORKDIR}/audacity-src-1.0.0
-
- export PREFIX=${D}/usr
- make -e install || die "make install failed"
-}
diff --git a/media-sound/audacity/audacity-1.0.0.ebuild b/media-sound/audacity/audacity-1.0.0.ebuild
deleted file mode 100644
index 1784d173225b..000000000000
--- a/media-sound/audacity/audacity-1.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.0.0.ebuild,v 1.9 2003/02/13 13:07:50 vapier Exp $
-
-IUSE="oggvorbis"
-
-DESCRIPTION="A free, crossplatform audio editor."
-SRC_URI="mirror://sourceforge/audacity/audacity-src-1.0.0.tgz"
-HOMEPAGE="http://audacity.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-# doesn't compile with wxGTK-2.3.2
-DEPEND="~x11-libs/wxGTK-2.2.9
- oggvorbis? ( media-libs/libvorbis )"
-
-src_compile() {
- local myconf
- myconf="--with-id3"
- use oggvorbis && myconf="${myconf} --with-vorbis"
-
- # arts is broken! :(
- # use arts && myconf="${myconf} --with-arts-soundserver"
-
- cd ${WORKDIR}/audacity-src-1.0.0
- ./configure --prefix=/usr $myconf || die
-
- make || die
-}
-
-src_install () {
- cd ${WORKDIR}/audacity-src-1.0.0
-
- export PREFIX=${D}/usr
- make -e install || die
-}
-
diff --git a/media-sound/audacity/audacity-1.1.0.ebuild b/media-sound/audacity/audacity-1.1.0.ebuild
deleted file mode 100644
index f4323c1cfc90..000000000000
--- a/media-sound/audacity/audacity-1.1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.1.0.ebuild,v 1.7 2003/02/13 13:07:55 vapier Exp $
-
-IUSE="oggvorbis"
-
-DESCRIPTION="A free, crossplatform audio editor."
-HOMEPAGE="http://audacity.sourceforge.net/"
-LICENSE="GPL-2"
-
-# doesn't compile with wxGTK-2.3.2
-DEPEND="~x11-libs/wxGTK-2.2.9
- oggvorbis? ( media-libs/libvorbis )
- app-arch/zip
- media-sound/mad"
-
-
-SLOT="0"
-KEYWORDS="x86"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.tgz"
-S="${WORKDIR}/${PN}-src-${PV}"
-
-src_unpack() {
- unpack "${PN}-src-${PV}.tgz"
- ## Patches from http://www.hcsw.org/audacity/
- patch -p0 < "${FILESDIR}/${PN}-src-${PV}-timestretch.patch" || die
- patch -p0 < "${FILESDIR}/${PN}-src-${PV}-phonograph.patch" || die
-}
-
-src_compile() {
-
- econf || die
- emake || die
-}
-
-src_install () {
- make PREFIX="${D}/usr" install || die
- dodoc LICENSE.txt README.txt
-}
diff --git a/media-sound/audacity/files/digest-audacity-1.0.0 b/media-sound/audacity/files/digest-audacity-1.0.0
deleted file mode 100644
index 380cf1d78a80..000000000000
--- a/media-sound/audacity/files/digest-audacity-1.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6711813f16c3d64e63209cb355191af6 audacity-src-1.0.0.tgz 1699883
diff --git a/media-sound/audacity/files/digest-audacity-1.0.0-r1 b/media-sound/audacity/files/digest-audacity-1.0.0-r1
deleted file mode 100644
index 380cf1d78a80..000000000000
--- a/media-sound/audacity/files/digest-audacity-1.0.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6711813f16c3d64e63209cb355191af6 audacity-src-1.0.0.tgz 1699883
diff --git a/media-sound/audacity/files/digest-audacity-1.0.0-r2 b/media-sound/audacity/files/digest-audacity-1.0.0-r2
deleted file mode 100644
index af486024aa98..000000000000
--- a/media-sound/audacity/files/digest-audacity-1.0.0-r2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 6711813f16c3d64e63209cb355191af6 audacity-src-1.0.0.tgz 1699883
-MD5 9d5947e2c25c846b03faadfb8c6e8601 id3lib-3.8.0.tar.gz 934333
diff --git a/media-sound/audacity/files/digest-audacity-1.1.0 b/media-sound/audacity/files/digest-audacity-1.1.0
deleted file mode 100644
index f884593e5372..000000000000
--- a/media-sound/audacity/files/digest-audacity-1.1.0
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 92896e20912c40e0fcc9e605bd8d660a audacity-src-1.1.0.tgz 1490458
-MD5 9d5947e2c25c846b03faadfb8c6e8601 id3lib-3.8.0.tar.gz 934333