]> git.pld-linux.org Git - packages/e2fsprogs.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:32 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e2fsprogs-missing-nls.patch -> 1.4
    e2fsprogs-old_gettext.patch -> 1.2
    e2fsprogs-po.patch -> 1.4
    e2fsprogs-potfiles-update.patch -> 1.2

e2fsprogs-missing-nls.patch [deleted file]
e2fsprogs-old_gettext.patch [deleted file]
e2fsprogs-po.patch [deleted file]
e2fsprogs-potfiles-update.patch [deleted file]

diff --git a/e2fsprogs-missing-nls.patch b/e2fsprogs-missing-nls.patch
deleted file mode 100644 (file)
index a81e34b..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---- e2fsprogs-1.33/e2fsck/message.c.orig       2002-09-30 17:03:32.000000000 +0200
-+++ e2fsprogs-1.33/e2fsck/message.c    2003-04-26 21:45:30.000000000 +0200
-@@ -218,12 +218,12 @@
-                       break;
-       }
-       if (*cpp) {
--              str = (*cpp) + 1;
-+              str = _(*cpp) + 1;
-               if (*first && islower(*str)) {
-                       *first = 0;
-                       fputc(toupper(*str++), stdout);
-               }
--              print_e2fsck_message(ctx, _(str), pctx, *first);
-+              print_e2fsck_message(ctx, str, pctx, *first);
-       } else
-               printf("@%c", ch);
- }
diff --git a/e2fsprogs-old_gettext.patch b/e2fsprogs-old_gettext.patch
deleted file mode 100644 (file)
index 15fd7b3..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- e2fsprogs-1.34/MCONFIG.in~ Sat Sep  6 03:38:07 2003
-+++ e2fsprogs-1.34/MCONFIG.in  Sat Sep  6 03:38:07 2003
-@@ -69,7 +69,7 @@
- LIBEXT2FS = $(LIB)/libext2fs@LIB_EXT@
- LIBUUID = $(LIB)/libuuid@LIB_EXT@ @SOCKET_LIB@ 
- LIBBLKID = $(LIB)/libblkid@LIB_EXT@
--LIBINTL = @LIBINTL@
-+LIBINTL = $(INTLLIBS)
- DEPLIBUUID = $(LIB)/libuuid@LIB_EXT@
- STATIC_LIBSS = $(LIB)/libss@STATIC_LIB_EXT@
---- e2fsprogs-1.34/configure.in~       Sun Sep  7 14:31:56 2003
-+++ e2fsprogs-1.34/configure.in        Sun Sep  7 14:31:56 2003
-@@ -542,6 +542,7 @@
- AC_SUBST(PACKAGE)
- AC_SUBST(VERSION)
-+ALL_LINGUAS=`grep -v '^#' po/LINGUAS`
- AM_GNU_GETTEXT
- dnl
- dnl End of configuration options
diff --git a/e2fsprogs-po.patch b/e2fsprogs-po.patch
deleted file mode 100644 (file)
index 3a8640b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- e2fsprogs-1.32/configure.in.orig   Sat Nov  9 19:48:10 2002
-+++ e2fsprogs-1.32/configure.in        Mon Nov 11 11:12:10 2002
-@@ -480,7 +480,7 @@
- AC_SUBST(PACKAGE)
- AC_SUBST(VERSION)
--ALL_LINGUAS="it nyc tr de de-utf"
-+ALL_LINGUAS="de it pl tr"
- AM_GNU_GETTEXT
- dnl
- dnl End of configuration options
diff --git a/e2fsprogs-potfiles-update.patch b/e2fsprogs-potfiles-update.patch
deleted file mode 100644 (file)
index ee79f07..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- e2fsprogs-1.33/po/POTFILES.in.orig 2002-11-09 19:48:37.000000000 +0100
-+++ e2fsprogs-1.33/po/POTFILES.in      2003-04-26 22:22:45.000000000 +0200
-@@ -26,7 +26,6 @@
- misc/e2image.c
- misc/findsuper.c
- misc/fsck.c
--misc/get_device_by_label.c
- misc/lsattr.c
- misc/mke2fs.c
- misc/mklost+found.c
This page took 0.077723 seconds and 4 git commands to generate.