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-219_p112.ebuild ChangeLog
Date: Sun, 26 Apr 2015 17:18:25
Message-Id: 20150426171800.B43BD98A@oystercatcher.gentoo.org
1 floppym 15/04/26 17:18:00
2
3 Modified: systemd-219_p112.ebuild ChangeLog
4 Log:
5 Fix SRC_URI.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 sys-apps/systemd/systemd-219_p112.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild?r1=1.1&r2=1.2
15
16 Index: systemd-219_p112.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- systemd-219_p112.ebuild 26 Apr 2015 17:14:33 -0000 1.1
23 +++ systemd-219_p112.ebuild 26 Apr 2015 17:18:00 -0000 1.2
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-219_p112.ebuild,v 1.1 2015/04/26 17:14:33 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild,v 1.2 2015/04/26 17:18:00 floppym Exp $
29
30 EAPI=5
31
32 @@ -12,7 +12,7 @@
33
34 DESCRIPTION="System and service manager for Linux"
35 HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
36 -SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz
37 +SRC_URI="http://dev.gentoo.org/~floppym/dist/${P}.tar.xz
38 http://cgit.freedesktop.org/systemd/systemd/plain/tmpfiles.d/systemd.conf.m4?id=v219 -> systemd.conf.m4-v219"
39
40 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
41
42
43
44 1.365 sys-apps/systemd/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.365&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.365&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.364&r2=1.365
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
53 retrieving revision 1.364
54 retrieving revision 1.365
55 diff -u -r1.364 -r1.365
56 --- ChangeLog 26 Apr 2015 17:14:33 -0000 1.364
57 +++ ChangeLog 26 Apr 2015 17:18:00 -0000 1.365
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-apps/systemd
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.364 2015/04/26 17:14:33 floppym Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.365 2015/04/26 17:18:00 floppym Exp $
63 +
64 + 26 Apr 2015; Mike Gilbert <floppym@g.o> systemd-219_p112.ebuild:
65 + Fix SRC_URI.
66
67 *systemd-219_p112 (26 Apr 2015)