summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-03-10 22:52:00 +0000
committerMart Raudsepp <leio@gentoo.org>2008-03-10 22:52:00 +0000
commitbd64e3d2ec7c056f4788ca33516206a9b50c8efa (patch)
treefa85af920048e0ca11d5699a2725463fffe24883 /media-libs
parentRemove GNOME 2.18 (diff)
downloadgentoo-2-bd64e3d2ec7c056f4788ca33516206a9b50c8efa.tar.gz
gentoo-2-bd64e3d2ec7c056f4788ca33516206a9b50c8efa.tar.bz2
gentoo-2-bd64e3d2ec7c056f4788ca33516206a9b50c8efa.zip
Remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/audiofile/audiofile-0.2.6-r1.ebuild33
-rw-r--r--media-libs/audiofile/audiofile-0.2.6-r2.ebuild34
2 files changed, 0 insertions, 67 deletions
diff --git a/media-libs/audiofile/audiofile-0.2.6-r1.ebuild b/media-libs/audiofile/audiofile-0.2.6-r1.ebuild
deleted file mode 100644
index 4460ed45f1c8..000000000000
--- a/media-libs/audiofile/audiofile-0.2.6-r1.ebuild
+++ /dev/null
@@ -1,33 +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/audiofile/audiofile-0.2.6-r1.ebuild,v 1.18 2007/03/19 18:05:14 grobian Exp $
-
-inherit libtool eutils
-
-DESCRIPTION="An elegant API for accessing audio files"
-HOMEPAGE="http://www.68k.org/~michael/audiofile/"
-SRC_URI="http://www.68k.org/~michael/audiofile/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"/sfcommands
- epatch "${FILESDIR}"/sfconvert-eradicator.patch
- cd "${S}"
- epatch "${FILESDIR}"/${P}-m4.patch
- elibtoolize
-}
-
-src_compile() {
- econf --enable-largefile || die
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc ACKNOWLEDGEMENTS AUTHORS ChangeLog README TODO NEWS NOTES
-}
diff --git a/media-libs/audiofile/audiofile-0.2.6-r2.ebuild b/media-libs/audiofile/audiofile-0.2.6-r2.ebuild
deleted file mode 100644
index e0df2eef977b..000000000000
--- a/media-libs/audiofile/audiofile-0.2.6-r2.ebuild
+++ /dev/null
@@ -1,34 +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/audiofile/audiofile-0.2.6-r2.ebuild,v 1.12 2007/04/16 07:35:36 corsair Exp $
-
-inherit libtool eutils
-
-DESCRIPTION="An elegant API for accessing audio files"
-HOMEPAGE="http://www.68k.org/~michael/audiofile/"
-SRC_URI="http://www.68k.org/~michael/audiofile/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"/sfcommands
- epatch "${FILESDIR}"/sfconvert-eradicator.patch
- cd "${S}"
- epatch "${FILESDIR}"/${P}-m4.patch
- epatch "${FILESDIR}"/${P}-constantise.patch
- elibtoolize
-}
-
-src_compile() {
- econf --enable-largefile || die
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc ACKNOWLEDGEMENTS AUTHORS ChangeLog README TODO NEWS NOTES
-}