summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-09-22 19:10:32 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-09-22 19:10:56 +0300
commit1e371b9cd0267552bfc51885d3ab7ec2df8676a4 (patch)
tree37c1c4eb6e5b9b4a4c01464ffd90848e98afda59 /media-sound/wavsplit
parentmedia-sound/wavsplit: mark stable (diff)
downloadgentoo-1e371b9cd0267552bfc51885d3ab7ec2df8676a4.tar.gz
gentoo-1e371b9cd0267552bfc51885d3ab7ec2df8676a4.tar.bz2
gentoo-1e371b9cd0267552bfc51885d3ab7ec2df8676a4.zip
media-sound/wavsplit: Drop old
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'media-sound/wavsplit')
-rw-r--r--media-sound/wavsplit/wavsplit-1.2.1-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/media-sound/wavsplit/wavsplit-1.2.1-r1.ebuild b/media-sound/wavsplit/wavsplit-1.2.1-r1.ebuild
deleted file mode 100644
index 18b9dbcd2bb3..000000000000
--- a/media-sound/wavsplit/wavsplit-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils toolchain-funcs
-
-DESCRIPTION="WavSplit is a simple command line tool to split WAV files"
-HOMEPAGE="https://sourceforge.net/projects/wavsplit/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-#-sparc, -amd64: 1.0: "Only supports PCM wave format" error message.
-KEYWORDS="~amd64 -sparc x86"
-IUSE=""
-
-src_prepare() {
- emake clean || die
- epatch "${FILESDIR}"/${P}-Makefile.patch \
- "${FILESDIR}"/${P}-large-files.patch \
- "${FILESDIR}"/${P}-64bit.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die
-}
-
-src_test() { :; } #294302
-
-src_install() {
- dobin wav{ren,split} || die
- doman wav{ren,split}.1 || die
- dodoc BUGS CHANGES CREDITS README{,.wavren}
-}