diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-09-27 20:23:19 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-09-27 20:23:19 +0000 |
commit | 1daaaa2601d8e103915bb05aa35506647e276d21 (patch) | |
tree | f53659bc242c845d5538ed1454bbb324d162f2c8 /media-sound/kstreamripper/kstreamripper-0.7.100.ebuild | |
parent | Version bump to 2.0.7 (diff) | |
download | gentoo-2-1daaaa2601d8e103915bb05aa35506647e276d21.tar.gz gentoo-2-1daaaa2601d8e103915bb05aa35506647e276d21.tar.bz2 gentoo-2-1daaaa2601d8e103915bb05aa35506647e276d21.zip |
Version bump; remove old
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/kstreamripper/kstreamripper-0.7.100.ebuild')
-rw-r--r-- | media-sound/kstreamripper/kstreamripper-0.7.100.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-sound/kstreamripper/kstreamripper-0.7.100.ebuild b/media-sound/kstreamripper/kstreamripper-0.7.100.ebuild new file mode 100644 index 000000000000..3235e538fd27 --- /dev/null +++ b/media-sound/kstreamripper/kstreamripper-0.7.100.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 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.ebuild,v 1.1 2011/09/27 20:23:19 dilfridge Exp $ + +EAPI=4 + +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 ) |