summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-09-02 09:59:41 +0000
committerLars Wendler <polynomial-c@gentoo.org>2014-09-02 09:59:41 +0000
commite4aead96998e03d870d1b72ed1a7623c36c7d329 (patch)
tree3817603cd299b40abeff20fc72d06981ac7ff9de /net-misc
parentVersion bump. (diff)
downloadgentoo-2-e4aead96998e03d870d1b72ed1a7623c36c7d329.tar.gz
gentoo-2-e4aead96998e03d870d1b72ed1a7623c36c7d329.tar.bz2
gentoo-2-e4aead96998e03d870d1b72ed1a7623c36c7d329.zip
Version bump. Removed old
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/whois/ChangeLog8
-rw-r--r--net-misc/whois/files/whois-5.1.5-po_fixes.patch22
-rw-r--r--net-misc/whois/whois-5.1.5.ebuild (renamed from net-misc/whois/whois-5.1.2.ebuild)5
3 files changed, 32 insertions, 3 deletions
diff --git a/net-misc/whois/ChangeLog b/net-misc/whois/ChangeLog
index c949517db84f..fcb476089cba 100644
--- a/net-misc/whois/ChangeLog
+++ b/net-misc/whois/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/whois
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.201 2014/05/28 14:12:05 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.202 2014/09/02 09:59:41 polynomial-c Exp $
+
+*whois-5.1.5 (02 Sep 2014)
+
+ 02 Sep 2014; Lars Wendler <polynomial-c@gentoo.org> -whois-5.1.2.ebuild,
+ +whois-5.1.5.ebuild, +files/whois-5.1.5-po_fixes.patch:
+ Version bump. Removed old.
*whois-5.1.3 (28 May 2014)
diff --git a/net-misc/whois/files/whois-5.1.5-po_fixes.patch b/net-misc/whois/files/whois-5.1.5-po_fixes.patch
new file mode 100644
index 000000000000..904b97a62625
--- /dev/null
+++ b/net-misc/whois/files/whois-5.1.5-po_fixes.patch
@@ -0,0 +1,22 @@
+--- whois-5.1.5/po/eu.po
++++ whois-5.1.5/po/eu.po
+@@ -11,7 +11,7 @@
+ "PO-Revision-Date: 2002-08-24 16:22+0200\n"
+ "Last-Translator: Aitor Ibaez <aitiba@gmail.com>\n"
+ "Language-Team: Euskara <Librezale@librezale.org>\n"
+-"Language: \n"
++"Language: eu\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+--- whois-5.1.5/po/pt_BR.po
++++ whois-5.1.5/po/pt_BR.po
+@@ -11,7 +11,7 @@
+ "PO-Revision-Date: 2006-04-26 21:03-0300\n"
+ "Last-Translator: Anderson Goulart <globalx@gmail.com>\n"
+ "Language-Team: Portuguese/Brazil\n"
+-"Language: \n"
++"Language: pt_BR\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=iso-8859-1\n"
+ "Content-Transfer-Encoding: 8bit\n"
diff --git a/net-misc/whois/whois-5.1.2.ebuild b/net-misc/whois/whois-5.1.5.ebuild
index f5c20b21fe6e..51f93f8ca3de 100644
--- a/net-misc/whois/whois-5.1.2.ebuild
+++ b/net-misc/whois/whois-5.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.1.2.ebuild,v 1.1 2014/05/03 08:33:11 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.1.5.ebuild,v 1.1 2014/09/02 09:59:41 polynomial-c Exp $
EAPI=4
inherit eutils toolchain-funcs
@@ -25,7 +25,8 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_prepare() {
- epatch "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+ epatch "${FILESDIR}"/${PN}-4.7.2-config-file.patch \
+ "${FILESDIR}"/${PN}-5.1.5-po_fixes.patch
if use nls ; then
sed -i -e 's:#\(.*pos\):\1:' Makefile || die