public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wininfo/, x11-misc/wininfo/files/
@ 2023-04-16 12:36 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2023-04-16 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     2391d0ff9b4dc38009d54704fc0233128b610334
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 12:35:27 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 12:35:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2391d0ff

x11-misc/wininfo: update EAPI 6 -> 8

Closes: https://bugs.gentoo.org/898390
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../wininfo/files/wininfo-0.7-desktop-entry.patch     |  5 ++---
 .../{wininfo-0.7-r1.ebuild => wininfo-0.7-r2.ebuild}  | 19 +++++++++++++------
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/x11-misc/wininfo/files/wininfo-0.7-desktop-entry.patch b/x11-misc/wininfo/files/wininfo-0.7-desktop-entry.patch
index 478fb2e83481..9cdd6a26ed30 100644
--- a/x11-misc/wininfo/files/wininfo-0.7-desktop-entry.patch
+++ b/x11-misc/wininfo/files/wininfo-0.7-desktop-entry.patch
@@ -1,6 +1,5 @@
-diff -ur wininfo-0.7.orig/docs/xdg-wininfo.desktop wininfo-0.7/docs/xdg-wininfo.desktop
---- wininfo-0.7.orig/docs/xdg-wininfo.desktop	2004-08-26 07:15:35.000000000 +0300
-+++ wininfo-0.7/docs/xdg-wininfo.desktop	2008-02-02 14:46:55.000000000 +0200
+--- a/docs/xdg-wininfo.desktop
++++ b/docs/xdg-wininfo.desktop
 @@ -1,9 +1,8 @@
  [Desktop Entry]
 -Encoding=UTF-8

diff --git a/x11-misc/wininfo/wininfo-0.7-r1.ebuild b/x11-misc/wininfo/wininfo-0.7-r2.ebuild
similarity index 70%
rename from x11-misc/wininfo/wininfo-0.7-r1.ebuild
rename to x11-misc/wininfo/wininfo-0.7-r2.ebuild
index 17572aacec3f..9ac83c6ebbb0 100644
--- a/x11-misc/wininfo/wininfo-0.7-r1.ebuild
+++ b/x11-misc/wininfo/wininfo-0.7-r2.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
+inherit autotools
 
 DESCRIPTION="An X app that follows your pointer providing information about the windows below"
 HOMEPAGE="https://freedesktop.org/Software/wininfo"
@@ -10,13 +12,18 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
-IUSE=""
 
-RDEPEND="x11-libs/gtk+:2
+RDEPEND="
+	x11-libs/gtk+:2
 	x11-libs/libX11
 	x11-libs/libXres
 	x11-libs/libXext"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=( "${FILESDIR}"/${P}-desktop-entry.patch )
+
+src_prepare() {
+	default
+	eautoreconf
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-16 12:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-16 12:36 [gentoo-commits] repo/gentoo:master commit in: x11-misc/wininfo/, x11-misc/wininfo/files/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox