summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2008-01-13 21:19:36 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2008-01-13 21:19:36 +0000
commit04a0bdd0ced80aec5fa2c877b3b3b4eba3395df2 (patch)
tree46fd5669c85a3d33b62797fd4d9e7440ae25a074 /media-tv/tvbrowser
parentppc. stable (diff)
downloadgentoo-2-04a0bdd0ced80aec5fa2c877b3b3b4eba3395df2.tar.gz
gentoo-2-04a0bdd0ced80aec5fa2c877b3b3b4eba3395df2.tar.bz2
gentoo-2-04a0bdd0ced80aec5fa2c877b3b3b4eba3395df2.zip
fixed wrong file format unix/dos in patch
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-tv/tvbrowser')
-rw-r--r--media-tv/tvbrowser/ChangeLog6
-rw-r--r--media-tv/tvbrowser/files/tvbrowser-2.6._Localizer.patch25
2 files changed, 17 insertions, 14 deletions
diff --git a/media-tv/tvbrowser/ChangeLog b/media-tv/tvbrowser/ChangeLog
index f2098fd4d2a2..672a83ec76cb 100644
--- a/media-tv/tvbrowser/ChangeLog
+++ b/media-tv/tvbrowser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/tvbrowser
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/ChangeLog,v 1.25 2008/01/13 19:48:07 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/ChangeLog,v 1.26 2008/01/13 21:19:35 hd_brummy Exp $
+
+ 13 Jan 2008; Joerg Bornkessel <hd_brummy@gentoo.org>
+ files/tvbrowser-2.6._Localizer.patch:
+ fixed wrong file format unix/dos in patch
13 Jan 2008; Joerg Bornkessel <hd_brummy@gentoo.org>
tvbrowser-2.6.2.ebuild:
diff --git a/media-tv/tvbrowser/files/tvbrowser-2.6._Localizer.patch b/media-tv/tvbrowser/files/tvbrowser-2.6._Localizer.patch
index 69f461079531..dfbe837b6560 100644
--- a/media-tv/tvbrowser/files/tvbrowser-2.6._Localizer.patch
+++ b/media-tv/tvbrowser/files/tvbrowser-2.6._Localizer.patch
@@ -1,13 +1,12 @@
-diff -rup tvbrowser-2.6.2-orig/src/util/ui/Localizer.java tvbrowser-2.6.2/src/util/ui/Localizer.java
---- tvbrowser-2.6.2-orig/src/util/ui/Localizer.java 2007-12-27 00:01:34.000000000 +0100
-+++ tvbrowser-2.6.2/src/util/ui/Localizer.java 2007-12-27 19:11:54.000000000 +0100
-@@ -364,7 +364,7 @@ public class Localizer {
- langArray.add(Locale.ENGLISH);
-
- try {
-- File jar = new File("tvbrowser.jar");
-+ File jar = new File("lib/tvbrowser.jar");
-
- if (!jar.exists()) {
- URL url = getClass().getProtectionDomain().getCodeSource().getLocation();
-
+diff -Naur tvbrowser-2.6.2.orig/src/util/ui/Localizer.java tvbrowser-2.6.2/src/util/ui/Localizer.java
+--- tvbrowser-2.6.2.orig/src/util/ui/Localizer.java 2008-01-13 22:09:32.000000000 +0100
++++ tvbrowser-2.6.2/src/util/ui/Localizer.java 2008-01-13 22:10:08.000000000 +0100
+@@ -364,7 +364,7 @@
+ langArray.add(Locale.ENGLISH);
+
+ try {
+- File jar = new File("tvbrowser.jar");
++ File jar = new File("lib/tvbrowser.jar");
+
+ if (!jar.exists()) {
+ URL url = getClass().getProtectionDomain().getCodeSource().getLocation();