diff options
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/bcm/Manifest | 1 | ||||
-rw-r--r-- | dev-util/bcm/bcm-0.0.1_p20191110.ebuild | 11 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-util/bcm/Manifest b/dev-util/bcm/Manifest new file mode 100644 index 000000000..77dcd235c --- /dev/null +++ b/dev-util/bcm/Manifest @@ -0,0 +1 @@ +DIST bcm-0.0.1_p20191110.tar.gz 28708 BLAKE2B 0c97f93607cb947ede7278f91cf64ddeb9ee06fafc19b8cf8df87ea1bcc49a47cba5276bea43cec3cc5fce390d463108561ba978a9ca5bd80a41a5f0ec114c6a SHA512 ce829791752eb7a2d1aa192173532c80a1d0bfc5ab451fdaf09ec926678653d38a4c6aa19c0fdf6c8aa921ce358bb87f367317c2cc54479c845c5741232b220d 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" |