summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-11-08 07:42:43 +0000
committerPeter Johanson <latexer@gentoo.org>2005-11-08 07:42:43 +0000
commit1019bc68929087df968672dc4e953b01633f6546 (patch)
tree5c6e985107cdf742130317978ecd19b4a546de64 /dev-lang/boo
parentx11-proto -> x11-libs (diff)
downloadhistorical-1019bc68929087df968672dc4e953b01633f6546.tar.gz
historical-1019bc68929087df968672dc4e953b01633f6546.tar.bz2
historical-1019bc68929087df968672dc4e953b01633f6546.zip
Fix for resource/locale issue. See bug #109351.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lang/boo')
-rw-r--r--dev-lang/boo/ChangeLog5
-rw-r--r--dev-lang/boo/Manifest4
-rw-r--r--dev-lang/boo/boo-0.7.0.1921.ebuild7
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-lang/boo/ChangeLog b/dev-lang/boo/ChangeLog
index 281a29592387..9083bae31aa0 100644
--- a/dev-lang/boo/ChangeLog
+++ b/dev-lang/boo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/boo
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/ChangeLog,v 1.7 2005/10/06 22:52:39 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/ChangeLog,v 1.8 2005/11/08 07:42:43 latexer Exp $
+
+ 08 Nov 2005; Peter Johanson <latexer@gentoo.org> boo-0.7.0.1921.ebuild:
+ Fix for resource/locale issue. See bug #109351.
*boo-0.7.0.1921 (06 Oct 2005)
diff --git a/dev-lang/boo/Manifest b/dev-lang/boo/Manifest
index 365b2059ce6e..90d369919bc3 100644
--- a/dev-lang/boo/Manifest
+++ b/dev-lang/boo/Manifest
@@ -1,10 +1,10 @@
MD5 a04defa7030d43d593bafbc609d3c757 boo-0.5.3.1544.ebuild 785
MD5 3df553e94423a0075a61a43a56dc6726 metadata.xml 256
-MD5 7bdf2bafd1e6c46f6058a2f974165c60 ChangeLog 996
+MD5 72820d04538ec36005c66f546cf077ff ChangeLog 1121
MD5 ff4a81e4a8fc1781063e4e3e4a3f987a boo-0.5.4.1629.ebuild 1004
MD5 051648b66e18bb0c06f435bc2a9ba272 boo-0.5.5.1651.ebuild 1007
MD5 73d55666859a1b72edc827bec07f0e77 boo-0.6.0.1858.ebuild 816
-MD5 a91d528f7170aeae10e89991b1a97582 boo-0.7.0.1921.ebuild 816
+MD5 30e235097202ccb30afb4f1dc239e9a4 boo-0.7.0.1921.ebuild 860
MD5 d8e8a5727bdfb8086ded71c915d905da files/digest-boo-0.5.3.1544 72
MD5 60be7aea7d4d4e9141c3043c9defef93 files/digest-boo-0.5.4.1629 72
MD5 6cdc9176e0de62aa279c4e2eee14438f files/digest-boo-0.5.5.1651 72
diff --git a/dev-lang/boo/boo-0.7.0.1921.ebuild b/dev-lang/boo/boo-0.7.0.1921.ebuild
index 973e598c1643..3862789e4a54 100644
--- a/dev-lang/boo/boo-0.7.0.1921.ebuild
+++ b/dev-lang/boo/boo-0.7.0.1921.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/boo-0.7.0.1921.ebuild,v 1.1 2005/10/06 22:52:39 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/boo-0.7.0.1921.ebuild,v 1.2 2005/11/08 07:42:43 latexer Exp $
inherit mono fdo-mime eutils
@@ -27,11 +27,12 @@ src_unpack() {
}
src_compile() {
- nant -D:install.prefix=/usr || die
+ LC_ALL="C" LANG="C" nant -D:install.prefix=/usr || die
}
src_install() {
- nant install -D:install.destdir=${D} -D:install.prefix=/usr || die
+ LC_ALL="C" LANG="C" nant install \
+ -D:install.destdir=${D} -D:install.prefix=/usr || die
}
pkg_postinst() {