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: net-misc/kristall/
Date: Thu, 12 Nov 2020 20:04:05 +0000 (UTC)	[thread overview]
Message-ID: <1605210904.148609f464fc9b27262dd5f971ef31d0f0ab4417.andrewammerlaan@gentoo> (raw)

commit:     148609f464fc9b27262dd5f971ef31d0f0ab4417
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Nov 12 19:51:48 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Nov 12 19:55:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=148609f4

net-misc/kristall: Fix building a second time in src_install

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 net-misc/kristall/kristall-0.3.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/net-misc/kristall/kristall-0.3.ebuild b/net-misc/kristall/kristall-0.3.ebuild
index c3b48ce2..77ffd42a 100644
--- a/net-misc/kristall/kristall-0.3.ebuild
+++ b/net-misc/kristall/kristall-0.3.ebuild
@@ -20,13 +20,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-src_configure() {
-	# qmake overwrites Makefile but it is needed for installing.
-	mv Makefile{,.tmp} || die
-	eqmake5 src/kristall.pro
+src_compile() {
+	emake
 }
 
 src_install() {
-	mv Makefile{.tmp,} || die
-	INSTALL="install -D" PREFIX="${EPREFIX}/usr" default
+	emake DESTDIR="${D}" INSTALL="install -D" PREFIX="${EPREFIX}/usr" install
 }


             reply	other threads:[~2020-11-12 20:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-12 20:04 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-01 19:34 [gentoo-commits] repo/proj/guru:master commit in: net-misc/kristall/ Andrew Ammerlaan
2021-04-10 10:07 Andrew Ammerlaan
2020-11-13 20:53 Andrew Ammerlaan
2020-11-12 20:04 Andrew Ammerlaan
2020-06-29 18:14 Andrew Ammerlaan
2020-06-25  7:29 Andrew Ammerlaan
2020-06-25  7:29 Andrew Ammerlaan
2020-06-11 16:50 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=1605210904.148609f464fc9b27262dd5f971ef31d0f0ab4417.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