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 | ca50a4c012afb35c1ff7e2e8af8c7431dea8a3bc (patch) | |
tree | 41d632abb7345a305e18e86fb36b71eb7d71df70 /net-irc | |
parent | Package-Manager: portage-2.0.51.19 (diff) | |
download | historical-ca50a4c012afb35c1ff7e2e8af8c7431dea8a3bc.tar.gz historical-ca50a4c012afb35c1ff7e2e8af8c7431dea8a3bc.tar.bz2 historical-ca50a4c012afb35c1ff7e2e8af8c7431dea8a3bc.zip |
Bump to close bug #96586; forces LC_ALL=C on df call.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat-xsys/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/xchat-xsys/Manifest | 13 | ||||
-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, 29 insertions, 9 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..a06af95b23dd 100644 --- a/net-irc/xchat-xsys/Manifest +++ b/net-irc/xchat-xsys/Manifest @@ -2,15 +2,16 @@ Hash: SHA1 MD5 42cef2da59c81f792584c3f9048a1930 metadata.xml 250 -MD5 59203bfe8198d86d392a1a7bb21539cc ChangeLog 3945 +MD5 1dcd2c40c16cec4d67ba63b16f7639ae ChangeLog 4184 +MD5 34fbeef877bd683aa48843c781709240 xchat-xsys-2.0.6-r1.ebuild 1080 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 +iD8DBQFCtw+Lp5vW4rUFj5oRAqLMAJ9jTUL0Eo945cHVaYCH1rcUm4gUswCfYZyS +0C4zEpe2zOGAOVFpwYHFS84= +=qBdu -----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() { |