Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-220-r2.ebuild ChangeLog
Date: Wed, 01 Jul 2015 00:18:05
Message-Id: 20150701001754.9928074A@oystercatcher.gentoo.org
1 floppym 15/07/01 00:17:54
2
3 Modified: systemd-220-r2.ebuild ChangeLog
4 Log:
5 Backport unifont build workaround.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.8 sys-apps/systemd/systemd-220-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?r1=1.7&r2=1.8
15
16 Index: systemd-220-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- systemd-220-r2.ebuild 14 Jun 2015 00:21:26 -0000 1.7
23 +++ systemd-220-r2.ebuild 1 Jul 2015 00:17:54 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 1.7 2015/06/14 00:21:26 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 1.8 2015/07/01 00:17:54 floppym Exp $
29
30 EAPI=5
31
32 @@ -164,6 +164,9 @@
33
34 EPATCH_FORCE=yes EPATCH_SUFFIX=patch epatch
35
36 + [[ -e src/libsystemd-terminal/unifont-glyph-array.bin ]] || die
37 + touch src/libsystemd-terminal/unifont-glyph-array.bin || die
38 +
39 autotools-utils_src_prepare
40 }
41
42
43
44
45 1.381 sys-apps/systemd/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.381&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.381&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.380&r2=1.381
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
54 retrieving revision 1.380
55 retrieving revision 1.381
56 diff -u -r1.380 -r1.381
57 --- ChangeLog 27 Jun 2015 18:00:47 -0000 1.380
58 +++ ChangeLog 1 Jul 2015 00:17:54 -0000 1.381
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sys-apps/systemd
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.380 2015/06/27 18:00:47 floppym Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.381 2015/07/01 00:17:54 floppym Exp $
64 +
65 + 01 Jul 2015; Mike Gilbert <floppym@g.o> systemd-220-r2.ebuild:
66 + Backport unifont build workaround.
67
68 *systemd-221 (27 Jun 2015)