public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/astromenace/
Date: Sat, 11 Jul 2020 22:11:48 +0000 (UTC)	[thread overview]
Message-ID: <1594505496.09f96341b549a85ccea20801325d91ca47817cc2.asturm@gentoo> (raw)

commit:     09f96341b549a85ccea20801325d91ca47817cc2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 19:53:54 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 22:11:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f96341

games-action/astromenace: Switch to cmake.eclass

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-action/astromenace/astromenace-1.4.1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/games-action/astromenace/astromenace-1.4.1.ebuild b/games-action/astromenace/astromenace-1.4.1.ebuild
index 3300882e709..c5ebfee106c 100644
--- a/games-action/astromenace/astromenace-1.4.1.ebuild
+++ b/games-action/astromenace/astromenace-1.4.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils desktop xdg-utils
+inherit cmake desktop xdg-utils
 
 DESCRIPTION="Hardcore 3D space scroll-shooter with spaceship upgrade possibilities"
 HOMEPAGE="https://viewizard.com"
@@ -26,7 +26,7 @@ DEPEND="media-libs/freealut
 RDEPEND=${DEPEND}
 
 src_prepare() {
-	cmake-utils_src_prepare
+	cmake_src_prepare
 
 	# no messing with CXXFLAGS please.
 	sed -i -e '/-Os/d' CMakeLists.txt || die
@@ -35,11 +35,11 @@ src_prepare() {
 src_configure() {
 	local mycmakeargs=( -DDATADIR="${EPREFIX}/usr/share/${PN}" )
 
-	cmake-utils_src_configure
+	cmake_src_configure
 }
 
 src_compile() {
-	cmake-utils_src_compile
+	cmake_src_compile
 }
 
 src_install() {
@@ -51,7 +51,7 @@ src_install() {
 	newicon -s 128 share/astromenace_128.png ${PN}.png
 	newicon -s 64 share/astromenace_64.png ${PN}.png
 
-	dodoc CHANGELOG.md README.md
+	einstalldocs
 
 	make_desktop_entry "${PN}" AstroMenace
 }


             reply	other threads:[~2020-07-11 22:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-11 22:11 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-13 13:35 [gentoo-commits] repo/gentoo:master commit in: games-action/astromenace/ Sam James
2023-04-30  7:53 Andreas Sturmlechner
2023-04-13  2:57 Sam James
2020-07-22 21:22 Andreas Sturmlechner
2020-07-22 21:17 Andreas Sturmlechner
2020-07-22 21:17 Andreas Sturmlechner
2020-07-11 22:11 Andreas Sturmlechner
2020-02-10 21:32 Stefan Strogin

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=1594505496.09f96341b549a85ccea20801325d91ca47817cc2.asturm@gentoo \
    --to=asturm@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