summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-01-25 09:10:33 +0000
committerTim Harder <radhermit@gentoo.org>2014-01-25 09:10:33 +0000
commit9da66ca1dc4c50237c9b08e9b92899de3ba8f18b (patch)
tree3da6eb6b7e560ce8adf92e5ff86aa9bf25ea8d05 /media-libs/libsoundtouch
parentVersion bump. (diff)
downloadgentoo-2-9da66ca1dc4c50237c9b08e9b92899de3ba8f18b.tar.gz
gentoo-2-9da66ca1dc4c50237c9b08e9b92899de3ba8f18b.tar.bz2
gentoo-2-9da66ca1dc4c50237c9b08e9b92899de3ba8f18b.zip
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r--media-libs/libsoundtouch/ChangeLog5
-rw-r--r--media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog
index 7cdf96434342..a028815cceb8 100644
--- a/media-libs/libsoundtouch/ChangeLog
+++ b/media-libs/libsoundtouch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libsoundtouch
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.72 2014/01/25 09:08:53 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.73 2014/01/25 09:10:33 radhermit Exp $
+
+ 25 Jan 2014; Tim Harder <radhermit@gentoo.org> -libsoundtouch-1.7.0.ebuild:
+ Remove old.
*libsoundtouch-1.8.0 (25 Jan 2014)
diff --git a/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild
deleted file mode 100644
index be00f2c570cd..000000000000
--- a/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild,v 1.6 2012/11/29 15:11:43 jer Exp $
-
-EAPI=4
-inherit autotools eutils flag-o-matic
-
-MY_PN=${PN/lib}
-
-DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates."
-HOMEPAGE="http://www.surina.net/soundtouch/"
-SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86"
-IUSE="sse2 static-libs"
-
-DEPEND="virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-flags.patch
- sed -i -e "s:^\(pkgdoc_DATA=\)COPYING.TXT :\1:" Makefile.am || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- --enable-shared \
- --disable-integer-samples \
- --enable-x86-optimizations=$(usex sse2) \
- $(use_enable static-libs static)
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
-}
-
-src_install() {
- emake DESTDIR="${D}" pkgdocdir="${EPREFIX}"/usr/share/doc/${PF}/html install
- prune_libtool_files
-}