diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-21 19:53:32 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-21 19:53:32 +0000 |
commit | 08af271c969cc8cb42c3d113464d8a5fee983afe (patch) | |
tree | e840dd2fcbf523595c0a56f7c0324f8f4da3a6fa /media-sound/kstreamripper/kstreamripper-0.7.100-r2.ebuild | |
parent | Bump to EAPI 5. (diff) | |
download | gentoo-2-08af271c969cc8cb42c3d113464d8a5fee983afe.tar.gz gentoo-2-08af271c969cc8cb42c3d113464d8a5fee983afe.tar.bz2 gentoo-2-08af271c969cc8cb42c3d113464d8a5fee983afe.zip |
Revision bump to EAPI 5.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'media-sound/kstreamripper/kstreamripper-0.7.100-r2.ebuild')
-rw-r--r-- | media-sound/kstreamripper/kstreamripper-0.7.100-r2.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/media-sound/kstreamripper/kstreamripper-0.7.100-r2.ebuild b/media-sound/kstreamripper/kstreamripper-0.7.100-r2.ebuild new file mode 100644 index 000000000000..23585513ba48 --- /dev/null +++ b/media-sound/kstreamripper/kstreamripper-0.7.100-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.7.100-r2.ebuild,v 1.1 2014/03/21 19:53:32 johu Exp $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Program for ripping internet radios" +HOMEPAGE="http://kstreamripper.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2 GPL-3" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="" +#>=net-libs/libproxy-0.3.1 +RDEPEND="${DEPEND} + media-sound/streamripper +" + +S=${WORKDIR}/${PN} + +DOCS=( TODO.odt ) + +PATCHES=( "${FILESDIR}/${P}-nodebuglog.patch" ) |