From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/startup-notification/
Date: Fri, 22 Mar 2024 17:45:20 +0000 (UTC) [thread overview]
Message-ID: <1711129515.d652d2a763fafd6f1fa3f3b8e0b65fdc4196881b.mattst88@gentoo> (raw)
commit: d652d2a763fafd6f1fa3f3b8e0b65fdc4196881b
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 17:20:13 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 17:45:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d652d2a7
x11-libs/startup-notification: EAPI=8 and drop xorg-3
There's no reason for this package to use xorg-3.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
...12-r1.ebuild => startup-notification-0.12-r2.ebuild} | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/x11-libs/startup-notification/startup-notification-0.12-r1.ebuild b/x11-libs/startup-notification/startup-notification-0.12-r2.ebuild
similarity index 80%
rename from x11-libs/startup-notification/startup-notification-0.12-r1.ebuild
rename to x11-libs/startup-notification/startup-notification-0.12-r2.ebuild
index 63456d231c16..3e3c0a55b254 100644
--- a/x11-libs/startup-notification/startup-notification-0.12-r1.ebuild
+++ b/x11-libs/startup-notification/startup-notification-0.12-r2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-inherit xorg-3
+EAPI=8
+
+inherit libtool
DESCRIPTION="Application startup notification and feedback library"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/startup-notification"
@@ -24,3 +25,13 @@ PATCHES=(
"${FILESDIR}"/${P}-sys-select_h.patch
"${FILESDIR}"/${P}-time_t-crash-with-32bit.patch
)
+
+src_prepare() {
+ default
+ elibtoolize
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
next reply other threads:[~2024-03-22 17:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-22 17:45 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-22 18:04 [gentoo-commits] repo/gentoo:master commit in: x11-libs/startup-notification/ Matt Turner
2024-03-22 17:53 Matt Turner
2024-03-22 17:45 Matt Turner
2021-05-21 14:54 Yixun Lan
2021-01-06 12:01 Fabian Groffen
2020-12-28 17:35 Mike Gilbert
2019-05-29 0:56 Aaron Bauman
2016-09-29 15:51 Michael Palimaka
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=1711129515.d652d2a763fafd6f1fa3f3b8e0b65fdc4196881b.mattst88@gentoo \
--to=mattst88@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