public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joe Kappus" <joe@wt.gd>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/
Date: Sat, 25 May 2024 12:15:14 +0000 (UTC)	[thread overview]
Message-ID: <1716639278.dc7e00dc41618ac42f505d03a276e5cd83d264cf.joe@gentoo> (raw)

commit:     dc7e00dc41618ac42f505d03a276e5cd83d264cf
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sat May 25 12:14:38 2024 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Sat May 25 12:14:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc7e00dc

gui-apps/wdisplays: drop 1.0-r3, add 1.1.1 EAPI 8, fix RDEPEND

Closes: https://bugs.gentoo.org/932624
Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 gui-apps/wdisplays/Manifest                                        | 2 +-
 .../wdisplays/{wdisplays-1.0-r3.ebuild => wdisplays-1.1.1.ebuild}  | 7 +++----
 gui-apps/wdisplays/wdisplays-1.1.ebuild                            | 3 ++-
 gui-apps/wdisplays/wdisplays-9999.ebuild                           | 5 +++--
 4 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/gui-apps/wdisplays/Manifest b/gui-apps/wdisplays/Manifest
index d262b7fd5..dec0873ca 100644
--- a/gui-apps/wdisplays/Manifest
+++ b/gui-apps/wdisplays/Manifest
@@ -1,2 +1,2 @@
-DIST wdisplays-1.0.tar.gz 106819 BLAKE2B d8a34ea82b88f99e27b5c42dc2e8bfed2bf69db719617d81d5f2c994e9020d206937e940f57452c99b534ceda241cea570899c7bdc74377009f7aa013e78b638 SHA512 876e883747331cf67d351b7afec963d6d52b6fa3870a57ed147acf898a662fb41407b3e835acc167d32de969d4001dbe8429340849ad09a7f7b8bfdabee61e3e
+DIST wdisplays-1.1.1.tar.gz 108810 BLAKE2B a294719c3b8e91642d53e22aaac40c3ddd9a24e2eaef8e8b412905e9a4ef4be7984c0d0c087661d975ec518304020d1f84fc7a6ac4f62f1a5708c73878646818 SHA512 46923592e9fbb5c06c3549c198aedbafd8e0b5a6a82bc11d9d0b4cb0860070000cce18e0aa109932a4e4bee34d9f235660d2ea9d485a8fce146a2755ef62f81d
 DIST wdisplays-1.1.tar.gz 108410 BLAKE2B 438030d835a0b01dc65c9e69ef0019ce53741aa3be63624ffd73d7cd44e37ccb102cbc4aedaa303d7f47267353640072b3de76437f45637abfd2192b612b23ad SHA512 1aabcb4fef1bde1b8f6bb9254804bba39fe5ebdd57ecc62894aca432527be54ead39ece4008f48ddf96a28111fc409fa5a093905c8017b79bb3f6495a0dc264d

diff --git a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild b/gui-apps/wdisplays/wdisplays-1.1.1.ebuild
similarity index 87%
rename from gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
rename to gui-apps/wdisplays/wdisplays-1.1.1.ebuild
index 1e6afa740..2a1faecf7 100644
--- a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
+++ b/gui-apps/wdisplays/wdisplays-1.1.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson xdg
 
@@ -23,6 +23,7 @@ RESTRICT="mirror test"
 
 RDEPEND="
 	dev-libs/glib
+	dev-libs/wayland
 	media-libs/libepoxy
 	x11-libs/gtk+:3[wayland]
 	x11-libs/cairo
@@ -32,5 +33,3 @@ DEPEND="${RDEPEND}"
 BDEPEND="
 	dev-libs/wayland-protocols
 "
-
-PATCHES=( "${FILESDIR}/${PN}-1.0-pull20.patch" )

diff --git a/gui-apps/wdisplays/wdisplays-1.1.ebuild b/gui-apps/wdisplays/wdisplays-1.1.ebuild
index 1afe894e7..757718fc4 100644
--- a/gui-apps/wdisplays/wdisplays-1.1.ebuild
+++ b/gui-apps/wdisplays/wdisplays-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,6 +23,7 @@ RESTRICT="mirror test"
 
 RDEPEND="
 	dev-libs/glib
+	dev-libs/wayland
 	media-libs/libepoxy
 	x11-libs/gtk+:3[wayland]
 	x11-libs/cairo

diff --git a/gui-apps/wdisplays/wdisplays-9999.ebuild b/gui-apps/wdisplays/wdisplays-9999.ebuild
index 1afe894e7..2a1faecf7 100644
--- a/gui-apps/wdisplays/wdisplays-9999.ebuild
+++ b/gui-apps/wdisplays/wdisplays-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson xdg
 
@@ -23,6 +23,7 @@ RESTRICT="mirror test"
 
 RDEPEND="
 	dev-libs/glib
+	dev-libs/wayland
 	media-libs/libepoxy
 	x11-libs/gtk+:3[wayland]
 	x11-libs/cairo


             reply	other threads:[~2024-05-25 12:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-25 12:15 Joe Kappus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25 12:05 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/ Joe Kappus
2021-05-15 14:19 Matthias Coppens
2021-05-04 16:12 Haelwenn Monnier
2021-03-10 12:38 Aisha Tammy
2021-03-10 12:38 Aisha Tammy
2020-09-10 12:17 Matthias Coppens
2020-06-30 20:23 Matthias Coppens
2020-06-29 20:53 Matthias Coppens

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=1716639278.dc7e00dc41618ac42f505d03a276e5cd83d264cf.joe@gentoo \
    --to=joe@wt.gd \
    --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