From ca50a4c012afb35c1ff7e2e8af8c7431dea8a3bc Mon Sep 17 00:00:00 2001 From: Tony Vroon Date: Mon, 20 Jun 2005 18:49:00 +0000 Subject: Bump to close bug #96586; forces LC_ALL=C on df call. Package-Manager: portage-2.0.51.22-r1 --- net-irc/xchat-xsys/ChangeLog | 9 ++++- net-irc/xchat-xsys/Manifest | 13 +++---- net-irc/xchat-xsys/files/2.0.6-localisation.patch | 11 ++++++ net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6 | 1 - .../xchat-xsys/files/digest-xchat-xsys-2.0.6-r1 | 1 + net-irc/xchat-xsys/xchat-xsys-2.0.6-r1.ebuild | 41 ++++++++++++++++++++++ net-irc/xchat-xsys/xchat-xsys-2.0.6.ebuild | 40 --------------------- 7 files changed, 68 insertions(+), 48 deletions(-) create mode 100644 net-irc/xchat-xsys/files/2.0.6-localisation.patch delete mode 100644 net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6 create mode 100644 net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6-r1 create mode 100644 net-irc/xchat-xsys/xchat-xsys-2.0.6-r1.ebuild delete mode 100644 net-irc/xchat-xsys/xchat-xsys-2.0.6.ebuild (limited to 'net-irc') 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 + +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 deleted file mode 100644 index 34395b541dd8..000000000000 --- a/net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 b8dfda189eb5ab4d91aed0718b1697ee xsys-2.0.6.tar.bz2 13845 diff --git a/net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6-r1 b/net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6-r1 new file mode 100644 index 000000000000..34395b541dd8 --- /dev/null +++ b/net-irc/xchat-xsys/files/digest-xchat-xsys-2.0.6-r1 @@ -0,0 +1 @@ +MD5 b8dfda189eb5ab4d91aed0718b1697ee xsys-2.0.6.tar.bz2 13845 diff --git a/net-irc/xchat-xsys/xchat-xsys-2.0.6-r1.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.0.6-r1.ebuild new file mode 100644 index 000000000000..b590704d3604 --- /dev/null +++ b/net-irc/xchat-xsys/xchat-xsys-2.0.6-r1.ebuild @@ -0,0 +1,41 @@ +# 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-r1.ebuild,v 1.1 2005/06/20 18:49:00 chainsaw Exp $ + +inherit toolchain-funcs eutils + +MY_P="${P/xchat-/}" +S=${WORKDIR}/${MY_P} +DESCRIPTION="Sysinfo plugin for X-Chat." +SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" +HOMEPAGE="http://dev.gentoo.org/~chainsaw/xsys/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +IUSE="bmp xmms buttons" + +DEPEND=">=net-irc/xchat-2.4.0 + sys-apps/pciutils + bmp? ( media-plugins/bmp-infopipe ) + xmms? ( media-plugins/xmms-infopipe )" + +src_unpack() { + unpack ${A} + sed -i -e "s:-O2 -Wall:${CFLAGS} -Wall:" ${S}/Makefile + if use buttons; then + sed -i -e "s:#BUTTON:BUTTON:" ${S}/Makefile + fi + epatch ${FILESDIR}/${PV}-localisation.patch +} + +src_compile() { + emake -j1 CC="$(tc-getCC)" || die "Compile failed" +} + +src_install() { + exeinto /usr/$(get_libdir)/xchat/plugins + doexe xsys-${PV}.so || die "doexe failed" + + dodoc ChangeLog README || die "dodoc failed" +} diff --git a/net-irc/xchat-xsys/xchat-xsys-2.0.6.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.0.6.ebuild deleted file mode 100644 index f53d1efb6c4f..000000000000 --- a/net-irc/xchat-xsys/xchat-xsys-2.0.6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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 $ - -inherit toolchain-funcs - -MY_P="${P/xchat-/}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="Sysinfo plugin for X-Chat." -SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" -HOMEPAGE="http://dev.gentoo.org/~chainsaw/xsys/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" -IUSE="bmp xmms buttons" - -DEPEND=">=net-irc/xchat-2.4.0 - sys-apps/pciutils - bmp? ( media-plugins/bmp-infopipe ) - xmms? ( media-plugins/xmms-infopipe )" - -src_unpack() { - unpack ${A} - sed -i -e "s:-O2 -Wall:${CFLAGS} -Wall:" ${S}/Makefile - if use buttons; then - sed -i -e "s:#BUTTON:BUTTON:" ${S}/Makefile - fi -} - -src_compile() { - emake -j1 CC="$(tc-getCC)" || die "Compile failed" -} - -src_install() { - exeinto /usr/$(get_libdir)/xchat/plugins - doexe xsys-${PV}.so || die "doexe failed" - - dodoc ChangeLog README || die "dodoc failed" -} -- cgit v1.2.3-65-gdbad