Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Sat, 26 Jan 2019 16:50:41
Message-Id: 1548521425.405e5c2df6ed12e20e7febdf874a90ea8285c574.floppym@gentoo
1 commit: 405e5c2df6ed12e20e7febdf874a90ea8285c574
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 26 16:35:30 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 26 16:50:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405e5c2d
7
8 sys-apps/systemd: bump to 241-rc1
9
10 Package-Manager: Portage-2.3.56_p3, Repoman-2.3.12_p50
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 sys-apps/systemd/Manifest | 1 +
14 sys-apps/systemd/{systemd-9999.ebuild => systemd-241_rc1.ebuild} | 7 +++++--
15 sys-apps/systemd/systemd-9999.ebuild | 7 +++++--
16 3 files changed, 11 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
19 index 56b3ef36d14..5b7da6942fd 100644
20 --- a/sys-apps/systemd/Manifest
21 +++ b/sys-apps/systemd/Manifest
22 @@ -4,3 +4,4 @@ DIST systemd-239.tar.gz 7157293 BLAKE2B 975f6215c8bb6662d6e161f637e1fece22930c01
23 DIST systemd-240-patches-2.tar.gz 28099 BLAKE2B 2e497ed729e2482ef3cc0d010504314f2982a9af19341d6f4efa06b24b3c01f9f69996d43e5b484c641777d00a8a0ba4508bcf6a0296a63d4fc57440f2d3708c SHA512 1be0432d918a4866056ffc65de6e8b412784e5018490c0349a98bba801536d2689c5b2ce41ddd5adbb945aac71bfd0168f94c1daf0788661cd83b159a8c975b8
24 DIST systemd-240-patches-3.tar.gz 31952 BLAKE2B 0677d24c4f4e1575dbd4953eb75734f0773671e4ffc2a8d848353a379f5ea2caf4f96620ed6303d98ec00a15367d5e2124b493aaef80b1a0fe118866a1c04ada SHA512 e604e1de17bcd4c941036f12d2e3ae96dd6e86647db2b07576e8468405900b6e8af6a0e55a50c7e9b19704601930b8152c8ac506b2624e261ee0cd35dfc91a21
25 DIST systemd-240.tar.gz 7582001 BLAKE2B cf53595a83424984dd9f533f7cd0c9905366c5a52ab946fc45ff7fd1bcc85978ff654720113641534e40c0f9a1ad1c9628255778616770762950426789f659c3 SHA512 da7467781b16f65d868931ae88fd07554db61542aec7f11dbec9f7279b529f900301edfea2d3813ddb64eeb3fdcfb7be86e540c65212dd7cfdcdebbc80de2ff5
26 +DIST systemd-241-rc1.tar.gz 7617965 BLAKE2B 6c491297b71ad3c473d644de04bb334f902ee4110d647b654c5452f34401cfc11c7564b290022072555f3fbd46674ce009f587622f412f8a66330a7089db34c5 SHA512 168ba80d6e8abadbf1ed84270f2b02e257f1490b61021bb6fb704d9b5fad2670b63e0fc0cb26071e8d56c993faa30274e80d53cf49154cce2b609f47c73b30e0
27
28 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-241_rc1.ebuild
29 similarity index 98%
30 copy from sys-apps/systemd/systemd-9999.ebuild
31 copy to sys-apps/systemd/systemd-241_rc1.ebuild
32 index df6e7a98ecd..69aaddb4235 100644
33 --- a/sys-apps/systemd/systemd-9999.ebuild
34 +++ b/sys-apps/systemd/systemd-241_rc1.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2018 Gentoo Authors
37 +# Copyright 1999-2019 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 @@ -7,7 +7,10 @@ if [[ ${PV} == 9999 ]]; then
42 EGIT_REPO_URI="https://github.com/systemd/systemd.git"
43 inherit git-r3
44 else
45 - SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz"
46 + MY_PV=${PV/_/-}
47 + MY_P=${PN}-${MY_PV}
48 + S=${WORKDIR}/${MY_P}
49 + SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz"
50 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
51 fi
52
53
54 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
55 index df6e7a98ecd..69aaddb4235 100644
56 --- a/sys-apps/systemd/systemd-9999.ebuild
57 +++ b/sys-apps/systemd/systemd-9999.ebuild
58 @@ -1,4 +1,4 @@
59 -# Copyright 1999-2018 Gentoo Authors
60 +# Copyright 1999-2019 Gentoo Authors
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI=7
64 @@ -7,7 +7,10 @@ if [[ ${PV} == 9999 ]]; then
65 EGIT_REPO_URI="https://github.com/systemd/systemd.git"
66 inherit git-r3
67 else
68 - SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz"
69 + MY_PV=${PV/_/-}
70 + MY_P=${PN}-${MY_PV}
71 + S=${WORKDIR}/${MY_P}
72 + SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz"
73 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
74 fi