public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-action/multimc/
Date: Tue, 31 Mar 2020 10:07:40 +0000 (UTC)	[thread overview]
Message-ID: <1585649241.be89948e9248b80e3fe56ab6d2b8d72584749ec7.andrewammerlaan@gentoo> (raw)

commit:     be89948e9248b80e3fe56ab6d2b8d72584749ec7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar 31 10:07:21 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar 31 10:07:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be89948e

games-action/multimc: use cmake instead of cmake-utils

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 games-action/multimc/multimc-0.6.11.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-action/multimc/multimc-0.6.11.ebuild b/games-action/multimc/multimc-0.6.11.ebuild
index 4a50f86..4596aa6 100644
--- a/games-action/multimc/multimc-0.6.11.ebuild
+++ b/games-action/multimc/multimc-0.6.11.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop xdg cmake-utils
+inherit desktop xdg cmake
 
 MY_PN="MultiMC5"
 MY_P="${MY_PN}-${PV}"
@@ -57,11 +57,11 @@ src_configure() {
 	local mycmakeargs=(
 		-DMultiMC_LAYOUT=lin-system
 	)
-	cmake-utils_src_configure
+	cmake_src_configure
 }
 
 src_install() {
-	cmake-utils_src_install
+	cmake_src_install
 	domenu application/package/linux/multimc.desktop
 	doicon -s scalable application/resources/multimc/scalable/multimc.svg
 }


WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/multimc/
Date: Tue, 31 Mar 2020 10:07:30 +0000 (UTC)	[thread overview]
Message-ID: <1585649241.be89948e9248b80e3fe56ab6d2b8d72584749ec7.andrewammerlaan@gentoo> (raw)
Message-ID: <20200331100730.EtduRl3ONTq6lvFTvOQyr5JH2hjQKY9qEA5lhaNrnOg@z> (raw)

commit:     be89948e9248b80e3fe56ab6d2b8d72584749ec7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar 31 10:07:21 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar 31 10:07:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be89948e

games-action/multimc: use cmake instead of cmake-utils

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 games-action/multimc/multimc-0.6.11.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-action/multimc/multimc-0.6.11.ebuild b/games-action/multimc/multimc-0.6.11.ebuild
index 4a50f86..4596aa6 100644
--- a/games-action/multimc/multimc-0.6.11.ebuild
+++ b/games-action/multimc/multimc-0.6.11.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop xdg cmake-utils
+inherit desktop xdg cmake
 
 MY_PN="MultiMC5"
 MY_P="${MY_PN}-${PV}"
@@ -57,11 +57,11 @@ src_configure() {
 	local mycmakeargs=(
 		-DMultiMC_LAYOUT=lin-system
 	)
-	cmake-utils_src_configure
+	cmake_src_configure
 }
 
 src_install() {
-	cmake-utils_src_install
+	cmake_src_install
 	domenu application/package/linux/multimc.desktop
 	doicon -s scalable application/resources/multimc/scalable/multimc.svg
 }


             reply	other threads:[~2020-03-31 10:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-31 10:07 Andrew Ammerlaan [this message]
2020-03-31 10:07 ` [gentoo-commits] repo/proj/guru:dev commit in: games-action/multimc/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-04-02  9:54 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-03-21 20:46 Andrew Ammerlaan
2021-01-18  7:58 Andrew Ammerlaan
2020-03-29  8:29 Andrew Ammerlaan
2020-03-09 17:55 Andrew Ammerlaan

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=1585649241.be89948e9248b80e3fe56ab6d2b8d72584749ec7.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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