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: Sun, 09 Feb 2020 15:15:24
Message-Id: 1581261310.267b6228821f17cd90562dae89614fb697b4ff9f.floppym@gentoo
1 commit: 267b6228821f17cd90562dae89614fb697b4ff9f
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 15:13:27 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 15:15:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267b6228
7
8 sys-apps/systemd: bump to 244.2
9
10 Bug: https://bugs.gentoo.org/708806
11 Package-Manager: Portage-2.3.87_p10, Repoman-2.3.20_p57
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 sys-apps/systemd/Manifest | 1 +
15 sys-apps/systemd/{systemd-9999.ebuild => systemd-244.2.ebuild} | 9 +++++++--
16 sys-apps/systemd/systemd-9999.ebuild | 9 +++++++--
17 3 files changed, 15 insertions(+), 4 deletions(-)
18
19 diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
20 index 447ac0b12db..73b9bcee144 100644
21 --- a/sys-apps/systemd/Manifest
22 +++ b/sys-apps/systemd/Manifest
23 @@ -1,3 +1,4 @@
24 DIST systemd-243.tar.gz 8242522 BLAKE2B 89e3ebbea5a99061329f7c78220a66c1e075d5ba90dfdf5ee8d0d9b762ef4600dc82d8ca2054632e5e343b6272cd8046c92f7f99dcfa8287c5ef2b42fb96d4cb SHA512 56b52a297aa5ac04d9667eb3afb1598725b197de73ff72baa1aabbc2844e36fba7b7fccdf6d214ae8b5b926616b2b7e15772763aaa80ec938d74333ff9c8673e
25 DIST systemd-244.tar.gz 8445963 BLAKE2B 19751fb9c058a079694ee1b991259fd3f1fa30ae98ca38bbe8caadfc5628db7848c7f742a1b11781fbd67f911adda917d7a4da1dddb63064907f86f47e5a3256 SHA512 08f260fb15b5eb273faafda826dd9154e9a02841b4c5911cc1c7e1445072ad51389f8cced7b9acf112737c20fd56b2fbf48b3f914733c934c774d38a23b616fb
26 DIST systemd-245-rc1.tar.gz 8961356 BLAKE2B ed04166ead57c2f1cc1a1ca2f0041cae134b503d3448ea9fdd799e12d81f45721ee304d4aabd96d3eab8ea1321b283820e8d2a850b41733e40f07fd419f67b95 SHA512 2ef9a295f3897c6642a2fac2e3c73467ece9bc6fc196cc4f3707b9c23af2581eb9f74def78909d57513b67604bf1cf6dc5dbb31c6d435f7997677d09a73d006b
27 +DIST systemd-stable-244.2.tar.gz 8484718 BLAKE2B 7ba41c443aa3e34379c24eb1590bd1090037a03178dd76cf8324ee50a1d7e82d2da27abdf9ea7c6b9b0b5467d15625dd432739878e8b482636a9f4bae802f2a5 SHA512 fad6c9da7bf7b6f572ea411e70bea7a44e9be0b373cb86cbe5a77a08cd1b5e4f4f3ae6bfa001194e14a9849313a9151e3fdeee62c93f18f15439a657a05783e2
28
29 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-244.2.ebuild
30 similarity index 98%
31 copy from sys-apps/systemd/systemd-9999.ebuild
32 copy to sys-apps/systemd/systemd-244.2.ebuild
33 index c8a077c2cf8..2a74ef0ef0b 100644
34 --- a/sys-apps/systemd/systemd-9999.ebuild
35 +++ b/sys-apps/systemd/systemd-244.2.ebuild
36 @@ -7,10 +7,15 @@ if [[ ${PV} == 9999 ]]; then
37 EGIT_REPO_URI="https://github.com/systemd/systemd.git"
38 inherit git-r3
39 else
40 + if [[ ${PV} == *.* ]]; then
41 + MY_PN=systemd-stable
42 + else
43 + MY_PN=systemd
44 + fi
45 MY_PV=${PV/_/-}
46 - MY_P=${PN}-${MY_PV}
47 + MY_P=${MY_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 + SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz"
51 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
52 fi
53
54
55 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
56 index c8a077c2cf8..2a74ef0ef0b 100644
57 --- a/sys-apps/systemd/systemd-9999.ebuild
58 +++ b/sys-apps/systemd/systemd-9999.ebuild
59 @@ -7,10 +7,15 @@ if [[ ${PV} == 9999 ]]; then
60 EGIT_REPO_URI="https://github.com/systemd/systemd.git"
61 inherit git-r3
62 else
63 + if [[ ${PV} == *.* ]]; then
64 + MY_PN=systemd-stable
65 + else
66 + MY_PN=systemd
67 + fi
68 MY_PV=${PV/_/-}
69 - MY_P=${PN}-${MY_PV}
70 + MY_P=${MY_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 + SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz"
74 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
75 fi