commit: 8b8b428f5d7d5268340c2a039d0437e7c7bdea4d Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Wed Dec 30 20:59:34 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Wed Dec 30 20:59:34 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8b8b428f
dev-util/bcm: fix to not use live ebuild Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> dev-util/bcm/bcm-0.0.1_p20191110.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-util/bcm/bcm-0.0.1_p20191110.ebuild b/dev-util/bcm/bcm-0.0.1_p20191110.ebuild index 3b3bb1c2a..64611d6e9 100644 --- a/dev-util/bcm/bcm-0.0.1_p20191110.ebuild +++ b/dev-util/bcm/bcm-0.0.1_p20191110.ebuild @@ -1,17 +1,18 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils git-r3 +inherit cmake DESCRIPTION="Boost cmake modules" HOMEPAGE="http://bcm.readthedocs.io" -EGIT_REPO_URI="https://github.com/simoncblyth/bcm.git" -EGIT_COMMIT="2045990a6ace40eb4c4a9f6e5cc1aeeaf7a05fc9" -KEYWORDS="~amd64" +COMMIT="2045990a6ace40eb4c4a9f6e5cc1aeeaf7a05fc9" +SRC_URI="https://github.com/simoncblyth/bcm/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${COMMIT} +KEYWORDS="~amd64" LICENSE="Boost-1.0" SLOT="0"
