diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-22 15:55:23 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-22 15:55:23 +0000 |
commit | 0350dbde82e40e448837ba021b33dd60e6119ab6 (patch) | |
tree | bc0b516478b71cd087c262015545da41ffc98ddf /app-misc/mtoolsfm | |
parent | Removed dvipdfmx from dependencies (circular dependency). Marked 3.1.3 stable (diff) | |
download | historical-0350dbde82e40e448837ba021b33dd60e6119ab6.tar.gz historical-0350dbde82e40e448837ba021b33dd60e6119ab6.tar.bz2 historical-0350dbde82e40e448837ba021b33dd60e6119ab6.zip |
added patch to remove non ascii characters from mtoolsfm.h, bug #3629
Diffstat (limited to 'app-misc/mtoolsfm')
-rw-r--r-- | app-misc/mtoolsfm/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/mtoolsfm/Manifest | 7 | ||||
-rw-r--r-- | app-misc/mtoolsfm/files/ascii.patch | 48 | ||||
-rw-r--r-- | app-misc/mtoolsfm/mtoolsfm-1.9.3.ebuild | 3 |
4 files changed, 59 insertions, 5 deletions
diff --git a/app-misc/mtoolsfm/ChangeLog b/app-misc/mtoolsfm/ChangeLog index 9abe8754c336..fa19020399cd 100644 --- a/app-misc/mtoolsfm/ChangeLog +++ b/app-misc/mtoolsfm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/mtoolsfm # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mtoolsfm/ChangeLog,v 1.5 2003/09/17 19:20:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mtoolsfm/ChangeLog,v 1.6 2003/12/22 15:55:13 lanius Exp $ + + 22 Dec 2003; Heinrich Wendel <lanius@gentoo.org> mtoolsfm-1.9.3.ebuild, + files/ascii.patch: + added patch to remove non ascii characters from mtoolsfm.h, bug #36297 *mtoolsfm-1.9.3 (17 Sep 2003) diff --git a/app-misc/mtoolsfm/Manifest b/app-misc/mtoolsfm/Manifest index 2b9172c9ed43..25f105e1892d 100644 --- a/app-misc/mtoolsfm/Manifest +++ b/app-misc/mtoolsfm/Manifest @@ -1,5 +1,6 @@ +MD5 807bd10888d48d27eda2f912bea76ffb mtoolsfm-1.9.3.ebuild 790 +MD5 3bdebd392c0c22fe1d662391a9602cef ChangeLog 1000 +MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253 +MD5 6e44f5473aac5c8e8537f3684b33558d files/ascii.patch 1972 MD5 87ef961e5ed3682a37f8b66f2e0f9aaf files/mtoolsfm.c.diff 1767 MD5 d1d9def37127f9c318c473026de352be files/digest-mtoolsfm-1.9.3 66 -MD5 420d6a9e0a7ad79ed9b5c997ffe5c534 mtoolsfm-1.9.3.ebuild 758 -MD5 1bfcaa38cfc815d4e2ad5b4c9f38fe19 ChangeLog 831 -MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253 diff --git a/app-misc/mtoolsfm/files/ascii.patch b/app-misc/mtoolsfm/files/ascii.patch new file mode 100644 index 000000000000..d69b97d264ca --- /dev/null +++ b/app-misc/mtoolsfm/files/ascii.patch @@ -0,0 +1,48 @@ +--- src/mtoolsfm.h.org 2003-12-22 16:52:27.251534559 +0100 ++++ src/mtoolsfm.h 2003-12-22 16:52:03.930968738 +0100 +@@ -135,18 +135,18 @@ + + #define MTOOLSFMOPTIONS_1 _("Options:\n\n\ + --nosysconf\n\ +- Don´t attempt to read system-wide\n\ ++ Don't attempt to read system-wide\n\ + configuration in ") + + #ifdef DEFAULT_NOSAVE + #define MTOOLSFMOPTIONS_2 _("\n\ + --nouserconf\n\ +- Don´t read user config file in ~/.mtoolsfm\n\ ++ Don't read user config file in ~/.mtoolsfm\n\ + --save\n\ + Save configuration in ~/.mtoolsfm when\n\ + terminating\n\ + --nosave\n\ +- Don´t save configuration in ~/.mtoolsfm when\n\ ++ Don't save configuration in ~/.mtoolsfm when\n\ + terminating (default)\n\ + --debug or -v\n\ + Output debugging messages to stdout\n\ +@@ -155,12 +155,12 @@ + #else + #define MTOOLSFMOPTIONS_2 _("\n\ + --nouserconf\n\ +- Don´t read user config file in ~/.mtoolsfm\n\ ++ Don't read user config file in ~/.mtoolsfm\n\ + --save\n\ + Save configuration in ~/.mtoolsfm when\n\ + terminating (default)\n\ + --nosave\n\ +- Don´t save configuration in ~/.mtoolsfm when\n\ ++ Don't save configuration in ~/.mtoolsfm when\n\ + terminating\n\ + --debug or -v\n\ + Output debugging messages to stdout\n\ +@@ -189,7 +189,7 @@ + the copy command from the context-menu. You can also print files, make new\n\ + directories and delete files or directories. If you choose \"Text mode for copying\"\n\ + from the \"Options\" menu, files will be copied to / from floppy using appropriate\n\ +-CR-LF translation for DOS text files. This is achieved using mcopy´s -t flag.\n\n\ ++CR-LF translation for DOS text files. This is achieved using mcopy's -t flag.\n\n\ + Each of the two window halfs has got its own menu. If you have changed the\n\ + floppy in the drive, you can choose \"View -> Refresh\" to refresh the directory\n\ + listing. By clicking onto the column titles in the directory listing, you can\n\ diff --git a/app-misc/mtoolsfm/mtoolsfm-1.9.3.ebuild b/app-misc/mtoolsfm/mtoolsfm-1.9.3.ebuild index 1a7feeb6b10e..dacacca020b4 100644 --- a/app-misc/mtoolsfm/mtoolsfm-1.9.3.ebuild +++ b/app-misc/mtoolsfm/mtoolsfm-1.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mtoolsfm/mtoolsfm-1.9.3.ebuild,v 1.7 2003/09/17 14:05:28 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mtoolsfm/mtoolsfm-1.9.3.ebuild,v 1.8 2003/12/22 15:55:13 lanius Exp $ inherit eutils @@ -21,6 +21,7 @@ src_unpack() { unpack ${A} || die cd ${S} || die epatch ${FILESDIR}/mtoolsfm.c.diff + epatch ${FILESDIR}/ascii.patch } src_install() { |