summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-06-03 22:36:29 +0200
committerDavid Seifert <soap@gentoo.org>2017-06-03 22:52:18 +0200
commitd63f2655b3e69da460c00bd08695cbb5a9d258f2 (patch)
treea70891e2a8fa4d8148416da416f5e7dc593bb391 /media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild
parentmedia-sound/jaaa: [QA] Various fixes (diff)
downloadgentoo-d63f2655b3e69da460c00bd08695cbb5a9d258f2.tar.gz
gentoo-d63f2655b3e69da460c00bd08695cbb5a9d258f2.tar.bz2
gentoo-d63f2655b3e69da460c00bd08695cbb5a9d258f2.zip
media-sound/streamtranscoder: [QA] Various fixes
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild')
-rw-r--r--media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild b/media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild
index d73225b9e581..8e03e14c0175 100644
--- a/media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild
+++ b/media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
MY_P=${PN}v3-${PV}
-DESCRIPTION="Command line application to transcode shoutcast/icecast streams to different bitrates"
+DESCRIPTION="Commandline program to transcode shoutcast/icecast streams to different bitrates"
HOMEPAGE="http://www.oddsock.org/tools/streamTranscoderV3"
SRC_URI="http://www.oddsock.org/tools/streamTranscoderV3/${MY_P}.tar.gz"
@@ -20,8 +22,3 @@ RDEPEND=">=media-libs/libogg-1.1
DEPEND="${RDEPEND}"
S="${WORKDIR}"/${MY_P}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS
-}