public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lltag/
Date: Wed,  9 Mar 2022 23:12:45 +0000 (UTC)	[thread overview]
Message-ID: <1646866734.70aef573170ab433906019d925a70e06b4b224c8.sam@gentoo> (raw)

commit:     70aef573170ab433906019d925a70e06b4b224c8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 22:58:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 22:58:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70aef573

media-sound/lltag: fix VariableScope

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/lltag/lltag-0.14.6.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/media-sound/lltag/lltag-0.14.6.ebuild b/media-sound/lltag/lltag-0.14.6.ebuild
index c4d43b6f07c3..f9c3cdedb575 100644
--- a/media-sound/lltag/lltag-0.14.6.ebuild
+++ b/media-sound/lltag/lltag-0.14.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,23 +27,20 @@ DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${PN}-${P}"
 
-pkg_setup() {
+src_compile() {
 	mylltagopts=(
-		DESTDIR="${D}"
 		PREFIX=/usr
 		SYSCONFDIR=/etc
 		MANDIR=/usr/share/man
 		PERL_INSTALLDIRS=vendor
 		DOCDIR=/usr/share/doc/${PF}
 	)
-}
 
-src_compile() {
 	emake "${mylltagopts[@]}"
 }
 
 src_install() {
-	emake "${mylltagopts[@]}" install{,-doc,-man}
+	emake DESTDIR="${D}" "${mylltagopts[@]}" install{,-doc,-man}
 	dodoc Changes
 	perl_delete_localpod
 	# Move config to recommended location


             reply	other threads:[~2022-03-09 23:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-09 23:12 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-10  7:48 [gentoo-commits] repo/gentoo:master commit in: media-sound/lltag/ Miroslav Šulc
2020-10-11 21:33 Andreas Sturmlechner
2020-08-22 16:06 Andreas Sturmlechner
2020-08-22 16:06 Andreas Sturmlechner
2017-08-01  8:28 Alexis Ballier
2017-07-30 14:43 David Seifert
2016-08-21  7:09 Alexis Ballier

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=1646866734.70aef573170ab433906019d925a70e06b4b224c8.sam@gentoo \
    --to=sam@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