diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-06-03 12:25:22 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-06-03 12:25:22 +0000 |
commit | 629fc65a8c9df46c1f06adddb5b537ca42cf1f79 (patch) | |
tree | 612104d6bc2f31d8dd0c1f27dc1d93f5db63e2e9 /net-irc | |
parent | fix nls dependency wrt #512280, restrict tests wrt #512280 (diff) | |
download | gentoo-2-629fc65a8c9df46c1f06adddb5b537ca42cf1f79.tar.gz gentoo-2-629fc65a8c9df46c1f06adddb5b537ca42cf1f79.tar.bz2 gentoo-2-629fc65a8c9df46c1f06adddb5b537ca42cf1f79.zip |
rather fix missing translation files than restricting tests
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/hexchat/files/hexchat-2.10.0-pofiles.patch | 33 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-2.10.0.ebuild | 6 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 3 |
4 files changed, 42 insertions, 6 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog index 53c8d2a78161..aae2220ae272 100644 --- a/net-irc/hexchat/ChangeLog +++ b/net-irc/hexchat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/hexchat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.101 2014/06/03 12:19:02 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.102 2014/06/03 12:25:22 hasufell Exp $ + + 03 Jun 2014; Julian Ospald <hasufell@gentoo.org> hexchat-2.10.0.ebuild, + hexchat-9999.ebuild, +files/hexchat-2.10.0-pofiles.patch: + rather fix missing translation files than restricting tests 03 Jun 2014; Julian Ospald <hasufell@gentoo.org> hexchat-2.10.0.ebuild, hexchat-9999.ebuild: diff --git a/net-irc/hexchat/files/hexchat-2.10.0-pofiles.patch b/net-irc/hexchat/files/hexchat-2.10.0-pofiles.patch new file mode 100644 index 000000000000..c5e73c80ebb1 --- /dev/null +++ b/net-irc/hexchat/files/hexchat-2.10.0-pofiles.patch @@ -0,0 +1,33 @@ +From 0b492d32b3b55b60896f6d278ced06a235396a64 Mon Sep 17 00:00:00 2001 +From: TingPing <TingPing@users.noreply.github.com> +Date: Sun, 1 Jun 2014 17:19:09 -0400 +Subject: [PATCH] Add missing files to POTFILES.in + +--- + po/POTFILES.in | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/po/POTFILES.in b/po/POTFILES.in +index bc0877d..aa03fc6 100644 +--- a/po/POTFILES.in ++++ b/po/POTFILES.in +@@ -2,9 +2,11 @@ data/misc/hexchat.appdata.xml.in + data/misc/hexchat.desktop.in + data/misc/htm.desktop.in + src/common/cfgfiles.c ++src/common/chanopt.c + src/common/dcc.c + src/common/hexchat.c + src/common/ignore.c ++src/common/inbound.c + src/common/notify.c + src/common/outbound.c + src/common/plugin.c +@@ -37,3 +39,4 @@ src/fe-gtk/sexy-spell-entry.c + src/fe-gtk/textgui.c + src/fe-gtk/urlgrab.c + src/fe-gtk/userlistgui.c ++src/fe-text/fe-text.c +-- +1.9.3 + diff --git a/net-irc/hexchat/hexchat-2.10.0.ebuild b/net-irc/hexchat/hexchat-2.10.0.ebuild index b865a9a4fe00..4eca65e61b8a 100644 --- a/net-irc/hexchat/hexchat-2.10.0.ebuild +++ b/net-irc/hexchat/hexchat-2.10.0.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-irc/hexchat/hexchat-2.10.0.ebuild,v 1.3 2014/06/03 12:19:02 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.10.0.ebuild,v 1.4 2014/06/03 12:25:22 hasufell Exp $ EAPI=5 @@ -16,7 +16,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" IUSE="dbus +gtk ipv6 libcanberra libnotify libproxy nls ntlm perl +plugins plugin-checksum plugin-doat plugin-fishlim plugin-sysinfo python spell ssl theme-manager" REQUIRED_USE="plugins? ( python? ( ${PYTHON_REQUIRED_USE} ) )" -RESTRICT="test" DEPEND="dev-libs/glib:2 dbus? ( >=dev-libs/dbus-glib-0.98 ) @@ -69,7 +68,8 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}"/${P}-plugins.patch + epatch "${FILESDIR}"/${P}-plugins.patch \ + "${FILESDIR}"/${P}-pofiles.patch epatch_user } diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 8c2bf604f5ab..709464511d4b 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.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-irc/hexchat/hexchat-9999.ebuild,v 1.15 2014/06/03 12:19:02 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.16 2014/06/03 12:25:22 hasufell Exp $ EAPI=5 @@ -17,7 +17,6 @@ SLOT="0" KEYWORDS="" IUSE="dbus +gtk ipv6 libcanberra libnotify libproxy nls ntlm perl +plugins plugin-checksum plugin-doat plugin-fishlim plugin-sysinfo python spell ssl theme-manager" REQUIRED_USE="plugins? ( python? ( ${PYTHON_REQUIRED_USE} ) )" -RESTRICT="test" DEPEND="dev-libs/glib:2 dbus? ( >=dev-libs/dbus-glib-0.98 ) |