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: x11-misc/xssstate/
Date: Tue, 20 Apr 2021 01:50:13 +0000 (UTC)	[thread overview]
Message-ID: <1618883389.af5e791f5cc0b8d4ed12074f1ee73a00d35a51f5.sam@gentoo> (raw)

commit:     af5e791f5cc0b8d4ed12074f1ee73a00d35a51f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 01:46:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 01:49:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5e791f

x11-misc/xssstate: port to EAPI 7

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

 x11-misc/xssstate/xssstate-1.1.ebuild | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/x11-misc/xssstate/xssstate-1.1.ebuild b/x11-misc/xssstate/xssstate-1.1.ebuild
index 194e85aa60e..0dbd9da68b1 100644
--- a/x11-misc/xssstate/xssstate-1.1.ebuild
+++ b/x11-misc/xssstate/xssstate-1.1.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit epatch toolchain-funcs
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="A simple tool to retrieve the X screensaver state"
 HOMEPAGE="https://tools.suckless.org/x/xssstate"
@@ -11,7 +12,6 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND="
 	x11-libs/libX11
@@ -22,8 +22,13 @@ DEPEND="
 	x11-base/xorg-proto
 "
 
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.0.20130103-gentoo.patch
+)
+
 src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.0.20130103-gentoo.patch
+	default
+
 	tc-export CC
 }
 


             reply	other threads:[~2021-04-20  1:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-20  1:50 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-15 13:11 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xssstate/ Bernard Cafarelli
2021-07-03 20:59 Georgy Yakovlev
2021-07-03 20:59 Georgy Yakovlev
2021-04-18  6:06 Sam James
2020-11-03 21:55 Georgy Yakovlev
2017-08-31 10:33 Jeroen Roovers
2016-05-08  9:09 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=1618883389.af5e791f5cc0b8d4ed12074f1ee73a00d35a51f5.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