Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/phodav/files: phodav-2.0-slot.patch
Date: Tue, 23 Jun 2015 11:52:09
Message-Id: 20150623115200.8A777A53@oystercatcher.gentoo.org
1 eva 15/06/23 11:52:00
2
3 Added: phodav-2.0-slot.patch
4 Log:
5 Fix parallel install with locales, bug #551530.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.1 net-libs/phodav/files/phodav-2.0-slot.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/files/phodav-2.0-slot.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/files/phodav-2.0-slot.patch?rev=1.1&content-type=text/plain
14
15 Index: phodav-2.0-slot.patch
16 ===================================================================
17 From 65b410ddd9b6a797eb54c865e6365365604bc847 Mon Sep 17 00:00:00 2001
18 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@×××××.com>
19 Date: Tue, 24 Feb 2015 22:41:39 +0100
20 Subject: [PATCH] Add version prefix to gettext and doc directories
21
22 ---
23 configure.ac | 2 +-
24 doc/reference/Makefile.am | 2 +-
25 2 files changed, 2 insertions(+), 2 deletions(-)
26
27 diff --git a/configure.ac b/configure.ac
28 index 0fe907e..d87524e 100644
29 --- a/configure.ac
30 +++ b/configure.ac
31 @@ -55,7 +55,7 @@ gl_WARN_ADD([-Wno-sign-compare])
32 gl_WARN_ADD([-Wno-unused-parameter])
33 gl_WARN_ADD([-Wno-missing-field-initializers])
34
35 -GETTEXT_PACKAGE=phodav
36 +GETTEXT_PACKAGE=phodav-2.0
37 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, ["$GETTEXT_PACKAGE"], [Define to the Gettext package name])
38 AC_SUBST(GETTEXT_PACKAGE)
39 IT_PROG_INTLTOOL([0.40.0])
40 diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
41 index dfad455..c89ab35 100644
42 --- a/doc/reference/Makefile.am
43 +++ b/doc/reference/Makefile.am
44 @@ -1,7 +1,7 @@
45 NULL =
46 AUTOMAKE_OPTIONS = 1.6
47
48 -DOC_MODULE = phodav
49 +DOC_MODULE = phodav-2.0
50 DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
51 DOC_SOURCE_DIR = $(top_srcdir)/libphodav
52
53 --
54 2.4.3