public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
Date: Sun, 14 Mar 2021 19:57:21 +0000 (UTC)	[thread overview]
Message-ID: <1615751827.ce8229bd31f8f15795b7ad2d932defb31bda0d56.soap@gentoo> (raw)

commit:     ce8229bd31f8f15795b7ad2d932defb31bda0d56
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 19:57:07 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 19:57:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8229bd

x11-drivers/xf86-video-r128: Port to EAPI 7

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../xf86-video-r128/xf86-video-r128-6.12.0.ebuild      | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
index 5d59f92a1cf..51078786ca6 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
+
 XORG_DRI=dri
 
-inherit flag-o-matic xorg-2
+inherit flag-o-matic xorg-3
 
 DESCRIPTION="ATI Rage128 video driver"
 
@@ -14,15 +15,12 @@ IUSE="dri"
 RDEPEND=">=x11-base/xorg-server-1.2"
 DEPEND="${RDEPEND}"
 
-pkg_setup() {
-	XORG_CONFIGURE_OPTIONS=(
-		$(use_enable dri)
-	)
-}
-
 src_configure() {
 	# always use C11 semantics
 	append-cflags -std=gnu11
 
-	xorg-2_src_configure
+	local XORG_CONFIGURE_OPTIONS=(
+		$(use_enable dri)
+	)
+	xorg-3_src_configure
 }


             reply	other threads:[~2021-03-14 19:57 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-14 19:57 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-18  2:40 [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/ Matt Turner
2023-01-26 17:47 Matt Turner
2023-01-25 19:21 Arthur Zamarin
2023-01-24 18:27 Arthur Zamarin
2022-12-04 23:44 Matt Turner
2022-05-25 16:02 WANG Xuerui
2018-10-31 22:59 Matt Turner
2018-10-28 23:57 Matt Turner
2018-10-26 20:19 Sergei Trofimovich
2018-10-26  1:56 Matt Turner
2018-10-26  1:55 Matt Turner
2018-10-26  0:52 Thomas Deutschmann
2018-10-25 17:38 Mikle Kolyada
2018-10-23 12:52 Matt Turner
2018-10-23 12:52 Matt Turner
2018-08-09 16:32 Matt Turner
2018-08-08 19:25 Matt Turner
2017-03-11 18:59 Agostino Sarubbo
2017-03-10 12:53 Agostino Sarubbo
2017-03-06 15:50 Tobias Klausmann
2017-01-25 12:28 Agostino Sarubbo
2017-01-22 17:20 Agostino Sarubbo
2017-01-17 23:16 Matt Turner
2016-11-17 10:48 Agostino Sarubbo
2016-11-16 10:44 Agostino Sarubbo
2016-11-13  9:16 Agostino Sarubbo
2016-11-12 11:52 Agostino Sarubbo
2016-09-22 15:55 Tobias Klausmann
2016-09-17 11:14 Pacho Ramos
2016-09-17 10:49 Pacho Ramos
2016-06-02 17:12 Tobias Klausmann
2016-01-23 12:27 Manuel Rüger
2016-01-23 12:27 Manuel Rüger
2016-01-09 14:35 Jeroen Roovers

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=1615751827.ce8229bd31f8f15795b7ad2d932defb31bda0d56.soap@gentoo \
    --to=soap@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