From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AFEF81396D0 for ; Fri, 25 Aug 2017 11:17:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1F151FC007; Fri, 25 Aug 2017 11:17:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2D191FC007 for ; Fri, 25 Aug 2017 11:17:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D30DA3416B3 for ; Fri, 25 Aug 2017 11:17:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EB28820E for ; Fri, 25 Aug 2017 11:17:54 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1503659872.238fd12f07182838cdc79d250033ee1d33607125.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/busybox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/busybox/busybox-1.27.2.ebuild sys-apps/busybox/busybox-9999.ebuild X-VCS-Directories: sys-apps/busybox/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 238fd12f07182838cdc79d250033ee1d33607125 X-VCS-Branch: master Date: Fri, 25 Aug 2017 11:17:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6908d7a8-9865-432d-aa19-1cd5700f837b X-Archives-Hash: 3861982f59b419b5ebc1e1ec9cae6e36 commit: 238fd12f07182838cdc79d250033ee1d33607125 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Aug 25 11:17:27 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Aug 25 11:17:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238fd12f sys-apps/busybox: Switch to git-r3.eclass. Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-apps/busybox/busybox-1.27.2.ebuild | 4 ++-- sys-apps/busybox/busybox-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/busybox/busybox-1.27.2.ebuild b/sys-apps/busybox/busybox-1.27.2.ebuild index 6c42e41a452..20785227f93 100644 --- a/sys-apps/busybox/busybox-1.27.2.ebuild +++ b/sys-apps/busybox/busybox-1.27.2.ebuild @@ -9,9 +9,9 @@ inherit eutils flag-o-matic savedconfig toolchain-funcs multilib DESCRIPTION="Utilities for rescue and embedded systems" HOMEPAGE="https://www.busybox.net/" if [[ ${PV} == "9999" ]] ; then - MY_P=${PN} + MY_P=${P} EGIT_REPO_URI="git://busybox.net/busybox.git" - inherit git-2 + inherit git-r3 else MY_P=${PN}-${PV/_/-} SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2" diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index 1feb3a5ac22..49d6bf47002 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -9,9 +9,9 @@ inherit eutils flag-o-matic savedconfig toolchain-funcs multilib DESCRIPTION="Utilities for rescue and embedded systems" HOMEPAGE="https://www.busybox.net/" if [[ ${PV} == "9999" ]] ; then - MY_P=${PN} + MY_P=${P} EGIT_REPO_URI="git://busybox.net/busybox.git" - inherit git-2 + inherit git-r3 else MY_P=${PN}-${PV/_/-} SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2"