commit: 27a3c18f303b850eda1a29816095ba0db3e0ee9d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 23 22:43:22 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Aug 23 22:43:22 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=27a3c18f
media-sound/kstreamripper: Import 0.7.100 from before last-rites Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../files/kstreamripper-0.7.100-nodebuglog.patch | 11 +++++++++ .../kstreamripper/kstreamripper-0.3.4.ebuild | 2 +- .../kstreamripper/kstreamripper-0.7.100-r2.ebuild | 27 ++++++++++++++++++++++ media-sound/kstreamripper/metadata.xml | 3 +++ 4 files changed, 42 insertions(+), 1 deletion(-) diff --git a/media-sound/kstreamripper/files/kstreamripper-0.7.100-nodebuglog.patch b/media-sound/kstreamripper/files/kstreamripper-0.7.100-nodebuglog.patch new file mode 100644 index 00000000..d4b7172e --- /dev/null +++ b/media-sound/kstreamripper/files/kstreamripper-0.7.100-nodebuglog.patch @@ -0,0 +1,11 @@ +diff -ruN kstreamripper.orig/src/version.h.cmake kstreamripper/src/version.h.cmake +--- kstreamripper.orig/src/version.h.cmake 2011-09-07 19:54:40.000000000 +0200 ++++ kstreamripper/src/version.h.cmake 2011-12-18 20:17:53.521611664 +0100 +@@ -21,6 +21,6 @@ + + /** This macro indicates that + * #myMessageOutput() should be included in the binary. */ +-#define CUSTOMMESSAGEHANDLER ++/* #define CUSTOMMESSAGEHANDLER */ + + #endif diff --git a/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild b/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild index b1d4883d..d666030e 100644 --- a/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild +++ b/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="KStreamripper - a nice KDE3 frontend to media-sound/streamripper" HOMEPAGE="http://kstreamripper.tuxipuxi.org/" # Portage isn't capable to get along with this url. # SRC_URI="http://www.tuxipuxi.org/?download=${P}.tar.bz2" -SRC_URI="http://mirror.krakonos.org/kde-sunset/${P}.tar.bz2" +SRC_URI="mirror://kde-sunset/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" 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 00000000..a0ad271b --- /dev/null +++ b/media-sound/kstreamripper/kstreamripper-0.7.100-r2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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" ) diff --git a/media-sound/kstreamripper/metadata.xml b/media-sound/kstreamripper/metadata.xml index 6f49eba8..d98046c3 100644 --- a/media-sound/kstreamripper/metadata.xml +++ b/media-sound/kstreamripper/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> + <upstream> + <remote-id type="sourceforge">kstreamripper</remote-id> + </upstream> </pkgmetadata>
