public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Guilherme Amadio" <amadio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/davix/
Date: Thu, 19 Nov 2020 16:16:22 +0000 (UTC)	[thread overview]
Message-ID: <1605802523.5e91db62387dad0f1fd97d4892aff39a40653fa0.amadio@gentoo> (raw)

commit:     5e91db62387dad0f1fd97d4892aff39a40653fa0
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 16:15:23 2020 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 16:15:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e91db62

net-libs/davix: move to cmake.eclass

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 net-libs/davix/davix-0.7.6.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-libs/davix/davix-0.7.6.ebuild b/net-libs/davix/davix-0.7.6.ebuild
index 7357fa79011..cd414ce3d7e 100644
--- a/net-libs/davix/davix-0.7.6.ebuild
+++ b/net-libs/davix/davix-0.7.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="High-performance file management over WebDAV/HTTP"
 HOMEPAGE="https://dmc.web.cern.ch/projects/davix"
@@ -35,7 +35,7 @@ RDEPEND="${CDEPEND}"
 REQUIRED_USE="test? ( tools )"
 
 src_prepare() {
-	cmake-utils_src_prepare
+	cmake_src_prepare
 
 	for x in doc test; do
 		if ! use $x; then
@@ -58,18 +58,18 @@ src_configure() {
 		-DSYSCONF_INSTALL_DIR="${EPREFIX}/etc"
 		-DBUILD_TESTING=$(usex test)
 	)
-	cmake-utils_src_configure
+	cmake_src_configure
 }
 
 src_compile() {
-	cmake-utils_src_compile
+	cmake_src_compile
 	if use doc; then
-		cmake-utils_src_compile doc
+		cmake_src_compile doc
 	fi
 }
 
 src_install() {
-	cmake-utils_src_install
+	cmake_src_install
 
 	if ! use tools; then
 		rm -rf "${ED}/usr/share/man/man1"


             reply	other threads:[~2020-11-19 16:16 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-19 16:16 Guilherme Amadio [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-13  9:52 [gentoo-commits] repo/gentoo:master commit in: net-libs/davix/ Guilherme Amadio
2025-02-13  9:52 Guilherme Amadio
2025-02-02 13:32 Guilherme Amadio
2025-02-02 13:32 Guilherme Amadio
2025-02-02 10:46 Guilherme Amadio
2024-07-03  9:41 Guilherme Amadio
2024-07-03  9:36 Guilherme Amadio
2024-07-03  9:20 Guilherme Amadio
2024-05-29  6:26 Jakov Smolić
2024-05-28 20:49 Sam James
2024-04-09 16:07 Guilherme Amadio
2023-10-27  6:56 Guilherme Amadio
2023-10-27  6:56 Guilherme Amadio
2023-10-27  6:56 Guilherme Amadio
2023-02-08 10:57 Guilherme Amadio
2023-02-08 10:57 Guilherme Amadio
2023-02-08 10:57 Guilherme Amadio
2023-02-08 10:57 Guilherme Amadio
2023-01-21 19:26 Arthur Zamarin
2021-05-01 18:07 Sam James
2020-11-19 16:16 Guilherme Amadio
2020-11-19 16:16 Guilherme Amadio
2020-06-07 12:22 Guilherme Amadio
2020-06-07 12:22 Guilherme Amadio
2020-02-08 17:06 David Seifert
2019-09-09  6:13 Guilherme Amadio
2019-07-09 14:30 Guilherme Amadio
2019-07-09 14:30 Guilherme Amadio
2019-07-09 14:30 Guilherme Amadio
2019-06-07  6:42 Guilherme Amadio
2019-03-13 16:31 Guilherme Amadio
2018-11-15 13:42 Guilherme Amadio
2018-11-15 13:42 Guilherme Amadio
2018-09-24 16:05 Guilherme Amadio
2018-04-17  9:05 Guilherme Amadio
2018-03-22 14:24 Guilherme Amadio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1605802523.5e91db62387dad0f1fd97d4892aff39a40653fa0.amadio@gentoo \
    --to=amadio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox