commit: ce3d16e1f808744400f0afd2bcca9b883a5a02ea Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Feb 25 10:12:03 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Mar 6 12:24:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3d16e1
dev-cpp/gflags: Switch to cmake.eclass, use https Follow-up to commit 932dc78d1c7fff951f55c2ca509634e9d9e304cb Closes: https://bugs.gentoo.org/770520 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-cpp/gflags/gflags-2.2.1-r1.ebuild | 7 ++++--- dev-cpp/gflags/gflags-9999.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/dev-cpp/gflags/gflags-2.2.1-r1.ebuild b/dev-cpp/gflags/gflags-2.2.1-r1.ebuild index 3a7f4b44bc0..4ee23a61cae 100644 --- a/dev-cpp/gflags/gflags-2.2.1-r1.ebuild +++ b/dev-cpp/gflags/gflags-2.2.1-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +CMAKE_ECLASS=cmake inherit cmake-multilib if [[ ${PV} == 9999 ]]; then @@ -14,7 +15,7 @@ else fi DESCRIPTION="Google's C++ argument parsing library" -HOMEPAGE="http://gflags.github.io/gflags/" +HOMEPAGE="https://gflags.github.io/gflags/" LICENSE="BSD" SLOT="0/2.2" @@ -32,5 +33,5 @@ multilib_src_configure() { # >>> /tmp/portage/dev-cpp/gflags-9999/homedir/.cmake/packages/gflags/a7fca4708532331c2d656af0fdc8b8b9 -DREGISTER_INSTALL_PREFIX=OFF ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/dev-cpp/gflags/gflags-9999.ebuild b/dev-cpp/gflags/gflags-9999.ebuild index e8121a0281a..6aa92ecf5e5 100644 --- a/dev-cpp/gflags/gflags-9999.ebuild +++ b/dev-cpp/gflags/gflags-9999.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +CMAKE_ECLASS=cmake inherit cmake-multilib if [[ ${PV} == 9999 ]]; then @@ -14,7 +15,7 @@ else fi DESCRIPTION="Google's C++ argument parsing library" -HOMEPAGE="http://gflags.github.io/gflags/" +HOMEPAGE="https://gflags.github.io/gflags/" LICENSE="BSD" SLOT="0/2.2" @@ -32,5 +33,5 @@ multilib_src_configure() { # >>> /tmp/portage/dev-cpp/gflags-9999/homedir/.cmake/packages/gflags/a7fca4708532331c2d656af0fdc8b8b9 -DREGISTER_INSTALL_PREFIX=OFF ) - cmake-utils_src_configure + cmake_src_configure }
