Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/timezone-data: timezone-data-2014e.ebuild ChangeLog
Date: Mon, 07 Jul 2014 22:05:12
Message-Id: 20140707220508.9C1F12004E@flycatcher.gentoo.org
1 ottxor 14/07/07 22:05:08
2
3 Modified: timezone-data-2014e.ebuild ChangeLog
4 Log:
5 fix double prefix (bug #516398)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.2 sys-libs/timezone-data/timezone-data-2014e.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild?r1=1.1&r2=1.2
15
16 Index: timezone-data-2014e.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- timezone-data-2014e.ebuild 14 Jun 2014 02:40:31 -0000 1.1
23 +++ timezone-data-2014e.ebuild 7 Jul 2014 22:05:08 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild,v 1.1 2014/06/14 02:40:31 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild,v 1.2 2014/07/07 22:05:08 ottxor Exp $
29
30 EAPI="4"
31
32 @@ -80,7 +80,7 @@
33 src_install() {
34 local zic=""
35 tc-is-cross-compiler && zic="zic=${S}-native/zic"
36 - _emake install ${zic} DESTDIR="${ED}"
37 + _emake install ${zic} DESTDIR="${D}"
38 dodoc README Theory
39 dohtml *.htm
40
41
42
43
44 1.304 sys-libs/timezone-data/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/ChangeLog?rev=1.304&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/ChangeLog?rev=1.304&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/ChangeLog?r1=1.303&r2=1.304
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v
53 retrieving revision 1.303
54 retrieving revision 1.304
55 diff -u -r1.303 -r1.304
56 --- ChangeLog 14 Jun 2014 02:40:31 -0000 1.303
57 +++ ChangeLog 7 Jul 2014 22:05:08 -0000 1.304
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-libs/timezone-data
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.303 2014/06/14 02:40:31 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.304 2014/07/07 22:05:08 ottxor Exp $
63 +
64 + 07 Jul 2014; Christoph Junghans <ottxor@g.o>
65 + timezone-data-2014e.ebuild:
66 + fix double prefix (bug #516398)
67
68 *timezone-data-2014e (14 Jun 2014)