diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2005-06-20 18:49:00 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2005-06-20 18:49:00 +0000 |
commit | 6537a35fbb9232a72e518cea40bf375a1d81bd23 (patch) | |
tree | 9f78d844d1b4dc3e83f1910d8f0aade0eb62768e | |
parent | (Portage version: 2.0.51.19) (Manifest recommit) (diff) | |
download | gentoo-2-6537a35fbb9232a72e518cea40bf375a1d81bd23.tar.gz gentoo-2-6537a35fbb9232a72e518cea40bf375a1d81bd23.tar.bz2 gentoo-2-6537a35fbb9232a72e518cea40bf375a1d81bd23.zip |
Bump to close bug #96586; forces LC_ALL=C on df call.
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | net-irc/xchat-xsys/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/xchat-xsys/Manifest | 17 | ||||
-rw-r--r-- | net-irc/xchat-xsys/files/2.0.6-localisation.patch | 11 | ||||
-rw-r--r-- | net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6-r1 (renamed from net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6) | 0 | ||||
-rw-r--r-- | net-irc/xchat-xsys/xchat-xsys-2.0.6-r1.ebuild (renamed from net-irc/xchat-xsys/xchat-xsys-2.0.6.ebuild) | 5 |
5 files changed, 26 insertions, 16 deletions
diff --git a/net-irc/xchat-xsys/ChangeLog b/net-irc/xchat-xsys/ChangeLog index 4d13766b5ce8..1433bb94dc7c 100644 --- a/net-irc/xchat-xsys/ChangeLog +++ b/net-irc/xchat-xsys/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-irc/xchat-xsys # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.19 2005/06/19 17:21:00 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.20 2005/06/20 18:49:00 chainsaw Exp $ + +*xchat-xsys-2.0.6-r1 (20 Jun 2005) + + 20 Jun 2005; Tony Vroon <chainsaw@gentoo.org> + +files/2.0.6-localisation.patch, -xchat-xsys-2.0.6.ebuild, + +xchat-xsys-2.0.6-r1.ebuild: + Bump to close bug #96586; patch forces LC_ALL=C on df call. *xchat-xsys-2.0.6 (19 Jun 2005) diff --git a/net-irc/xchat-xsys/Manifest b/net-irc/xchat-xsys/Manifest index 057d073d90ae..c1b401353961 100644 --- a/net-irc/xchat-xsys/Manifest +++ b/net-irc/xchat-xsys/Manifest @@ -1,16 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 42cef2da59c81f792584c3f9048a1930 metadata.xml 250 -MD5 59203bfe8198d86d392a1a7bb21539cc ChangeLog 3945 +MD5 7bd20cf569a5984c9fb57b9fa7486dac ChangeLog 4184 +MD5 7ca5f8fe28a228306f9fa7f36964d0bf xchat-xsys-2.0.6-r1.ebuild 1077 MD5 b32e1ecfb70259cb0fc305a4e5a70bf1 xchat-xsys-2.0.5.ebuild 1005 -MD5 543e41ccf5933959c279170282feea7f xchat-xsys-2.0.6.ebuild 1025 -MD5 cfd00aeca2a4bbf333f23e4f44bb9feb files/digest-xchat-xsys-2.0.6 62 +MD5 f0b1aadf9019a28c3ba07db0e7d4dba5 files/2.0.6-localisation.patch 357 +MD5 cfd00aeca2a4bbf333f23e4f44bb9feb files/digest-xchat-xsys-2.0.6-r1 62 MD5 c4b3f86959972270bb4a3c32ce850dd9 files/digest-xchat-xsys-2.0.5 62 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) - -iD8DBQFCtal3p5vW4rUFj5oRApyXAJ9LmeOTme/hTKrqi7uN6OGNSRw6JwCfTSe4 -+CbTwFXuOe71BMBr4ZzCWPw= -=rVgi ------END PGP SIGNATURE----- diff --git a/net-irc/xchat-xsys/files/2.0.6-localisation.patch b/net-irc/xchat-xsys/files/2.0.6-localisation.patch new file mode 100644 index 000000000000..1cdb7e3dfb1d --- /dev/null +++ b/net-irc/xchat-xsys/files/2.0.6-localisation.patch @@ -0,0 +1,11 @@ +--- xsys-2.0.6/parse.c.orig 2005-06-19 17:47:14.000000000 +0100 ++++ xsys-2.0.6/parse.c 2005-06-20 19:34:46.000000000 +0100 +@@ -266,7 +266,7 @@ + unsigned long long total_k=0, free_k=0; + int i=0; + +- pipe = popen("df -k -l -P --exclude-type=tmpfs", "r"); ++ pipe = popen("LC_ALL='C' df -k -l -P --exclude-type=tmpfs", "r"); + if(pipe==NULL) + return 1; + diff --git a/net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6 b/net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6-r1 index 34395b541dd8..34395b541dd8 100644 --- a/net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6 +++ b/net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6-r1 diff --git a/net-irc/xchat-xsys/xchat-xsys-2.0.6.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.0.6-r1.ebuild index f53d1efb6c4f..b590704d3604 100644 --- a/net-irc/xchat-xsys/xchat-xsys-2.0.6.ebuild +++ b/net-irc/xchat-xsys/xchat-xsys-2.0.6-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.0.6.ebuild,v 1.1 2005/06/19 17:21:00 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.0.6-r1.ebuild,v 1.1 2005/06/20 18:49:00 chainsaw Exp $ -inherit toolchain-funcs +inherit toolchain-funcs eutils MY_P="${P/xchat-/}" S=${WORKDIR}/${MY_P} @@ -26,6 +26,7 @@ src_unpack() { if use buttons; then sed -i -e "s:#BUTTON:BUTTON:" ${S}/Makefile fi + epatch ${FILESDIR}/${PV}-localisation.patch } src_compile() { |