Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/busybox/
Date: Fri, 25 Aug 2017 11:17:57
Message-Id: 1503659872.238fd12f07182838cdc79d250033ee1d33607125.jer@gentoo
1 commit: 238fd12f07182838cdc79d250033ee1d33607125
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 25 11:17:27 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 25 11:17:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238fd12f
7
8 sys-apps/busybox: Switch to git-r3.eclass.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 sys-apps/busybox/busybox-1.27.2.ebuild | 4 ++--
13 sys-apps/busybox/busybox-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-apps/busybox/busybox-1.27.2.ebuild b/sys-apps/busybox/busybox-1.27.2.ebuild
17 index 6c42e41a452..20785227f93 100644
18 --- a/sys-apps/busybox/busybox-1.27.2.ebuild
19 +++ b/sys-apps/busybox/busybox-1.27.2.ebuild
20 @@ -9,9 +9,9 @@ inherit eutils flag-o-matic savedconfig toolchain-funcs multilib
21 DESCRIPTION="Utilities for rescue and embedded systems"
22 HOMEPAGE="https://www.busybox.net/"
23 if [[ ${PV} == "9999" ]] ; then
24 - MY_P=${PN}
25 + MY_P=${P}
26 EGIT_REPO_URI="git://busybox.net/busybox.git"
27 - inherit git-2
28 + inherit git-r3
29 else
30 MY_P=${PN}-${PV/_/-}
31 SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2"
32
33 diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild
34 index 1feb3a5ac22..49d6bf47002 100644
35 --- a/sys-apps/busybox/busybox-9999.ebuild
36 +++ b/sys-apps/busybox/busybox-9999.ebuild
37 @@ -9,9 +9,9 @@ inherit eutils flag-o-matic savedconfig toolchain-funcs multilib
38 DESCRIPTION="Utilities for rescue and embedded systems"
39 HOMEPAGE="https://www.busybox.net/"
40 if [[ ${PV} == "9999" ]] ; then
41 - MY_P=${PN}
42 + MY_P=${P}
43 EGIT_REPO_URI="git://busybox.net/busybox.git"
44 - inherit git-2
45 + inherit git-r3
46 else
47 MY_P=${PN}-${PV/_/-}
48 SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2"