summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2015-01-17 21:22:44 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2015-01-17 21:22:44 +0000
commit23e4a7420077f84e006f89267d17f4d45fd993ce (patch)
tree6120054c71ef79e060964a6d6023225713b12f8d /media-plugins
parentFix typo. (diff)
downloadgentoo-2-23e4a7420077f84e006f89267d17f4d45fd993ce.tar.gz
gentoo-2-23e4a7420077f84e006f89267d17f4d45fd993ce.tar.bz2
gentoo-2-23e4a7420077f84e006f89267d17f4d45fd993ce.zip
fixed typo, this fixed the not founding patch sources, wrt bug 536824, thx to T.Foerster for reporting this
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-mp3ng/ChangeLog9
-rw-r--r--media-plugins/vdr-mp3ng/vdr-mp3ng-0.0.1_pre5.ebuild6
2 files changed, 10 insertions, 5 deletions
diff --git a/media-plugins/vdr-mp3ng/ChangeLog b/media-plugins/vdr-mp3ng/ChangeLog
index a056f791f446..0939a967e52a 100644
--- a/media-plugins/vdr-mp3ng/ChangeLog
+++ b/media-plugins/vdr-mp3ng/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/vdr-mp3ng
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mp3ng/ChangeLog,v 1.20 2014/11/08 18:13:01 hd_brummy Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mp3ng/ChangeLog,v 1.21 2015/01/17 21:22:44 hd_brummy Exp $
+
+ 17 Jan 2015; Joerg Bornkessel <hd_brummy@gentoo.org>
+ vdr-mp3ng-0.0.1_pre5.ebuild:
+ fixed typo, this fixed the not founding patch sources, wrt bug 536824, thx to
+ T.Foerster for reporting this
08 Nov 2014; Joerg Bornkessel <hd_brummy@gentoo.org>
vdr-mp3ng-0.0.1_pre5.ebuild:
diff --git a/media-plugins/vdr-mp3ng/vdr-mp3ng-0.0.1_pre5.ebuild b/media-plugins/vdr-mp3ng/vdr-mp3ng-0.0.1_pre5.ebuild
index 626b66dece30..dc18f5aeb3ab 100644
--- a/media-plugins/vdr-mp3ng/vdr-mp3ng-0.0.1_pre5.ebuild
+++ b/media-plugins/vdr-mp3ng/vdr-mp3ng-0.0.1_pre5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mp3ng/vdr-mp3ng-0.0.1_pre5.ebuild,v 1.3 2014/11/08 18:13:01 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mp3ng/vdr-mp3ng-0.0.1_pre5.ebuild,v 1.4 2015/01/17 21:22:44 hd_brummy Exp $
EAPI=5
@@ -46,7 +46,7 @@ src_prepare() {
-e "s:HAVE_IMLIB2:#HAVE_IMLIB2:" \
-e "s:#HAVE_MAGICK:HAVE_MAGICK:"
- has_version ">=media-video/vdr-1.3.37" && epatch "${FILESDIR}/${PN}-001_pre4-1.3.37.diff"
+ has_version ">=media-video/vdr-1.3.37" && epatch "${FILESDIR}/${PN}-0.0.1_pre4-1.3.37.diff"
has_version ">=media-gfx/imagemagick-6.4" && epatch "${FILESDIR}/imagemagick-6.4.x.diff"
sed -i mp3ng.c -e "s:RegisterI18n:// RegisterI18n:"