summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2010-04-10 14:47:04 +0000
committerChristian Ruppert <idl0r@gentoo.org>2010-04-10 14:47:04 +0000
commit55efaaa5086f0c2f5a535600fe5b3eebfa572d9e (patch)
treed5b652c2eecb8d19756aebceeaab9362fe3723c7 /app-portage
parentChange HOMEPAGE, fixing bug 313073. (diff)
downloadgentoo-2-55efaaa5086f0c2f5a535600fe5b3eebfa572d9e.tar.gz
gentoo-2-55efaaa5086f0c2f5a535600fe5b3eebfa572d9e.tar.bz2
gentoo-2-55efaaa5086f0c2f5a535600fe5b3eebfa572d9e.zip
Apply patch by René 'Necoro' Neumann <gentoo@necoro.eu> to fix installation of nls files, bug 299607
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/portato/ChangeLog6
-rw-r--r--app-portage/portato/portato-0.13.1.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/app-portage/portato/ChangeLog b/app-portage/portato/ChangeLog
index 89b07f98ccca..c08989651d81 100644
--- a/app-portage/portato/ChangeLog
+++ b/app-portage/portato/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-portage/portato
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/portato/ChangeLog,v 1.23 2010/04/08 18:01:48 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/portato/ChangeLog,v 1.24 2010/04/10 14:47:04 idl0r Exp $
+
+ 10 Apr 2010; Christian Ruppert <idl0r@gentoo.org> portato-0.13.1.ebuild:
+ Apply patch by René 'Necoro' Neumann <gentoo@necoro.eu> to fix
+ installation of nls files, bug 299607
08 Apr 2010; Christian Ruppert <idl0r@gentoo.org> -portato-0.12.1.ebuild,
-portato-0.13.ebuild portato-0.13.1.ebuild:
diff --git a/app-portage/portato/portato-0.13.1.ebuild b/app-portage/portato/portato-0.13.1.ebuild
index 20dde32c2c14..17fcb979fdd1 100644
--- a/app-portage/portato/portato-0.13.1.ebuild
+++ b/app-portage/portato/portato-0.13.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/portato/portato-0.13.1.ebuild,v 1.2 2010/04/08 18:01:48 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/portato/portato-0.13.1.ebuild,v 1.3 2010/04/10 14:47:04 idl0r Exp $
EAPI="2"
@@ -89,7 +89,9 @@ src_install ()
domenu portato.desktop || die
# nls
- use nls && domo i18n/mo/*
+ if use nls && [ -d i18n/mo ]; then
+ domo i18n/mo/*
+ fi
# man page
doman portato.1