commit: 22cc663316a6c9bdf475ef602d30bd721e1f7194 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Tue Jul 15 22:11:41 2025 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Tue Jul 15 22:17:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22cc6633
dev-cpp/kokkos: fix pkgdev warnings about misplaced S= and empty SRC_URI= Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> dev-cpp/kokkos/kokkos-4.0.1.ebuild | 6 +++--- dev-cpp/kokkos/kokkos-4.3.1.ebuild | 6 +++--- dev-cpp/kokkos/kokkos-4.6.2.ebuild | 4 ++-- dev-cpp/kokkos/kokkos-9999.ebuild | 3 --- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/dev-cpp/kokkos/kokkos-4.0.1.ebuild b/dev-cpp/kokkos/kokkos-4.0.1.ebuild index a83617a9795f..b294548bebab 100644 --- a/dev-cpp/kokkos/kokkos-4.0.1.ebuild +++ b/dev-cpp/kokkos/kokkos-4.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,6 +10,8 @@ HOMEPAGE="https://github.com/kokkos" MY_PV="$(ver_cut 1-2).0$(ver_cut 3)" SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_PV}" + LICENSE="BSD" SLOT="0" KEYWORDS="amd64 -x86" @@ -19,8 +21,6 @@ RESTRICT="!test? ( test )" DEPEND="sys-apps/hwloc:=" RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}-${MY_PV}" - pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp } diff --git a/dev-cpp/kokkos/kokkos-4.3.1.ebuild b/dev-cpp/kokkos/kokkos-4.3.1.ebuild index d97010cc25f9..b294548bebab 100644 --- a/dev-cpp/kokkos/kokkos-4.3.1.ebuild +++ b/dev-cpp/kokkos/kokkos-4.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,6 +10,8 @@ HOMEPAGE="https://github.com/kokkos" MY_PV="$(ver_cut 1-2).0$(ver_cut 3)" SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_PV}" + LICENSE="BSD" SLOT="0" KEYWORDS="amd64 -x86" @@ -19,8 +21,6 @@ RESTRICT="!test? ( test )" DEPEND="sys-apps/hwloc:=" RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}-${MY_PV}" - pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp } diff --git a/dev-cpp/kokkos/kokkos-4.6.2.ebuild b/dev-cpp/kokkos/kokkos-4.6.2.ebuild index 2cd725703e2c..94f3a9eec9e9 100644 --- a/dev-cpp/kokkos/kokkos-4.6.2.ebuild +++ b/dev-cpp/kokkos/kokkos-4.6.2.ebuild @@ -10,6 +10,8 @@ HOMEPAGE="https://github.com/kokkos" MY_PV="$(ver_cut 1-2).0$(ver_cut 3)" SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_PV}" + LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 -x86" @@ -19,8 +21,6 @@ RESTRICT="!test? ( test )" DEPEND="sys-apps/hwloc:=" RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}-${MY_PV}" - pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp } diff --git a/dev-cpp/kokkos/kokkos-9999.ebuild b/dev-cpp/kokkos/kokkos-9999.ebuild index aeea53f0b27f..3697596a5038 100644 --- a/dev-cpp/kokkos/kokkos-9999.ebuild +++ b/dev-cpp/kokkos/kokkos-9999.ebuild @@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/kokkos" if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/kokkos/kokkos.git" - SRC_URI="" else MY_PV="$(ver_cut 1-2).0$(ver_cut 3)" SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" @@ -27,8 +26,6 @@ RESTRICT="!test? ( test )" DEPEND="sys-apps/hwloc:=" RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}-${MY_PV}" - pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp }
