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: x11-misc/gammy/
Date: Tue,  6 Apr 2021 09:03:10 +0000 (UTC)	[thread overview]
Message-ID: <1617588571.2d82db1a3612aece1c89f0acecf06b716c3f7b92.andrewammerlaan@gentoo> (raw)

commit:     2d82db1a3612aece1c89f0acecf06b716c3f7b92
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Apr  5 02:09:31 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Apr  5 02:09:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d82db1a

x11-misc/gammy: fix EAPI 7 forbidden reference warning

Fix warning of repoman:
EAPI 7: variable D: Forbidden reference to variable specified by PMS

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-misc/gammy/gammy-0.9.58a.ebuild | 4 ++--
 x11-misc/gammy/gammy-0.9.59.ebuild  | 4 ++--
 x11-misc/gammy/gammy-0.9.60.ebuild  | 2 +-
 x11-misc/gammy/gammy-9999.ebuild    | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-misc/gammy/gammy-0.9.58a.ebuild b/x11-misc/gammy/gammy-0.9.58a.ebuild
index 5f1989cde..ef6ae59c9 100644
--- a/x11-misc/gammy/gammy-0.9.58a.ebuild
+++ b/x11-misc/gammy/gammy-0.9.58a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,7 +30,7 @@ DEPEND="
 "
 
 src_configure() {
-	eqmake5 PREFIX="${D}/usr"
+	eqmake5 PREFIX="${EPREFIX}/usr"
 }
 
 src_install() {

diff --git a/x11-misc/gammy/gammy-0.9.59.ebuild b/x11-misc/gammy/gammy-0.9.59.ebuild
index 5f1989cde..ef6ae59c9 100644
--- a/x11-misc/gammy/gammy-0.9.59.ebuild
+++ b/x11-misc/gammy/gammy-0.9.59.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,7 +30,7 @@ DEPEND="
 "
 
 src_configure() {
-	eqmake5 PREFIX="${D}/usr"
+	eqmake5 PREFIX="${EPREFIX}/usr"
 }
 
 src_install() {

diff --git a/x11-misc/gammy/gammy-0.9.60.ebuild b/x11-misc/gammy/gammy-0.9.60.ebuild
index 4f8a65043..ef6ae59c9 100644
--- a/x11-misc/gammy/gammy-0.9.60.ebuild
+++ b/x11-misc/gammy/gammy-0.9.60.ebuild
@@ -30,7 +30,7 @@ DEPEND="
 "
 
 src_configure() {
-	eqmake5 PREFIX="${D}/usr"
+	eqmake5 PREFIX="${EPREFIX}/usr"
 }
 
 src_install() {

diff --git a/x11-misc/gammy/gammy-9999.ebuild b/x11-misc/gammy/gammy-9999.ebuild
index 5f1989cde..ef6ae59c9 100644
--- a/x11-misc/gammy/gammy-9999.ebuild
+++ b/x11-misc/gammy/gammy-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,7 +30,7 @@ DEPEND="
 "
 
 src_configure() {
-	eqmake5 PREFIX="${D}/usr"
+	eqmake5 PREFIX="${EPREFIX}/usr"
 }
 
 src_install() {


             reply	other threads:[~2021-04-06  9:03 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-06  9:03 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-17 21:40 [gentoo-commits] repo/proj/guru:master commit in: x11-misc/gammy/ Julien Roy
2024-06-17 21:40 Julien Roy
2021-12-15 11:23 Andrew Ammerlaan
2021-06-13  8:49 Haelwenn Monnier
2021-05-22 10:05 Andrew Ammerlaan
2021-04-21  7:32 Andrew Ammerlaan
2021-04-19  8:04 Andrew Ammerlaan
2021-04-19  8:04 Andrew Ammerlaan
2021-04-18 16:01 Andrew Ammerlaan
2021-04-18  9:10 Andrew Ammerlaan
2021-04-09 12:53 Andrew Ammerlaan
2021-01-02 12:13 Andrew Ammerlaan
2020-11-09  9:26 Andrew Ammerlaan
2020-10-16  8:37 Andrew Ammerlaan
2020-10-06  9:10 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=1617588571.2d82db1a3612aece1c89f0acecf06b716c3f7b92.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