Gentoo Archives: gentoo-commits

From: Matthias Coppens <coppens.matthias.abc@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/
Date: Sat, 15 May 2021 14:19:13
Message-Id: 1621088303.daa38a51f459b6f219cea859541fd90533d03eec.coppens.matthias@gentoo
1 commit: daa38a51f459b6f219cea859541fd90533d03eec
2 Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
3 AuthorDate: Sat May 15 14:16:31 2021 +0000
4 Commit: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
5 CommitDate: Sat May 15 14:18:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=daa38a51
7
8 gui-apps/wdisplays: Change upstream developer and version bump to 1.1
9
10 The GitHub user account cyclopsian does no longer exist. As pointed out
11 in the referenced bug, there seem to be 2 main forks: one by luispabon
12 and one by artizirk. luispabon stated that they might not want to
13 maintain wdisplays, the artizirk fork has seen some commits and a bug
14 fix release.
15
16 Closes: https://bugs.gentoo.org/788163
17 Package-Manager: Portage-3.0.18, Repoman-3.0.3
18 Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
19
20 gui-apps/wdisplays/Manifest | 1 +
21 gui-apps/wdisplays/metadata.xml | 4 ++--
22 gui-apps/wdisplays/wdisplays-1.0-r3.ebuild | 8 +++++---
23 .../{wdisplays-1.0-r3.ebuild => wdisplays-1.1.ebuild} | 10 +++++-----
24 gui-apps/wdisplays/wdisplays-9999.ebuild | 10 +++++-----
25 5 files changed, 18 insertions(+), 15 deletions(-)
26
27 diff --git a/gui-apps/wdisplays/Manifest b/gui-apps/wdisplays/Manifest
28 index 0cb2a7b59..d262b7fd5 100644
29 --- a/gui-apps/wdisplays/Manifest
30 +++ b/gui-apps/wdisplays/Manifest
31 @@ -1 +1,2 @@
32 DIST wdisplays-1.0.tar.gz 106819 BLAKE2B d8a34ea82b88f99e27b5c42dc2e8bfed2bf69db719617d81d5f2c994e9020d206937e940f57452c99b534ceda241cea570899c7bdc74377009f7aa013e78b638 SHA512 876e883747331cf67d351b7afec963d6d52b6fa3870a57ed147acf898a662fb41407b3e835acc167d32de969d4001dbe8429340849ad09a7f7b8bfdabee61e3e
33 +DIST wdisplays-1.1.tar.gz 108410 BLAKE2B 438030d835a0b01dc65c9e69ef0019ce53741aa3be63624ffd73d7cd44e37ccb102cbc4aedaa303d7f47267353640072b3de76437f45637abfd2192b612b23ad SHA512 1aabcb4fef1bde1b8f6bb9254804bba39fe5ebdd57ecc62894aca432527be54ead39ece4008f48ddf96a28111fc409fa5a093905c8017b79bb3f6495a0dc264d
34
35 diff --git a/gui-apps/wdisplays/metadata.xml b/gui-apps/wdisplays/metadata.xml
36 index 87001ec02..fe5b065b1 100644
37 --- a/gui-apps/wdisplays/metadata.xml
38 +++ b/gui-apps/wdisplays/metadata.xml
39 @@ -6,7 +6,7 @@
40 <email>coppens.matthias.abc@×××××.com</email>
41 </maintainer>
42 <upstream>
43 - <bugs-to>https://github.com/cyclopsian/wdisplays/issues</bugs-to>
44 - <remote-id type="github">cyclopian/wdisplays</remote-id>
45 + <bugs-to>https://github.com/artizirk/wdisplays/issues</bugs-to>
46 + <remote-id type="github">artizirk/wdisplays</remote-id>
47 </upstream>
48 </pkgmetadata>
49
50 diff --git a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild b/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
51 index e9c017e2e..a5ac286ac 100644
52 --- a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
53 +++ b/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
54 @@ -6,17 +6,19 @@ EAPI=7
55 inherit meson xdg
56
57 DESCRIPTION="GUI display configurator for wlroots compositors"
58 -HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays"
59 +HOMEPAGE="https://github.com/artizirk/wdisplays"
60
61 if [[ "${PV}" == 9999 ]]
62 then
63 inherit git-r3
64 - EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git"
65 + EGIT_REPO_URI="https://github.com/artizirk/wdisplays.git"
66 else
67 - SRC_URI="https://github.com/cyclopsian/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
68 + SRC_URI="https://github.com/artizirk/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
69 KEYWORDS="~amd64 ~arm64 ~x86"
70 fi
71
72 +RESTRICT="mirror test"
73 +
74 RDEPEND="
75 dev-libs/glib
76 media-libs/libepoxy
77
78 diff --git a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild b/gui-apps/wdisplays/wdisplays-1.1.ebuild
79 similarity index 62%
80 copy from gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
81 copy to gui-apps/wdisplays/wdisplays-1.1.ebuild
82 index e9c017e2e..030499155 100644
83 --- a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
84 +++ b/gui-apps/wdisplays/wdisplays-1.1.ebuild
85 @@ -6,17 +6,19 @@ EAPI=7
86 inherit meson xdg
87
88 DESCRIPTION="GUI display configurator for wlroots compositors"
89 -HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays"
90 +HOMEPAGE="https://github.com/artizirk/wdisplays"
91
92 if [[ "${PV}" == 9999 ]]
93 then
94 inherit git-r3
95 - EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git"
96 + EGIT_REPO_URI="https://github.com/artizirk/wdisplays.git"
97 else
98 - SRC_URI="https://github.com/cyclopsian/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
99 + SRC_URI="https://github.com/artizirk/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
100 KEYWORDS="~amd64 ~arm64 ~x86"
101 fi
102
103 +RESTRICT="mirror test"
104 +
105 RDEPEND="
106 dev-libs/glib
107 media-libs/libepoxy
108 @@ -31,5 +33,3 @@ BDEPEND="
109
110 LICENSE="GPL-3+"
111 SLOT="0"
112 -
113 -PATCHES=( "${FILESDIR}/${PN}-1.0-pull20.patch" )
114
115 diff --git a/gui-apps/wdisplays/wdisplays-9999.ebuild b/gui-apps/wdisplays/wdisplays-9999.ebuild
116 index e9c017e2e..030499155 100644
117 --- a/gui-apps/wdisplays/wdisplays-9999.ebuild
118 +++ b/gui-apps/wdisplays/wdisplays-9999.ebuild
119 @@ -6,17 +6,19 @@ EAPI=7
120 inherit meson xdg
121
122 DESCRIPTION="GUI display configurator for wlroots compositors"
123 -HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays"
124 +HOMEPAGE="https://github.com/artizirk/wdisplays"
125
126 if [[ "${PV}" == 9999 ]]
127 then
128 inherit git-r3
129 - EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git"
130 + EGIT_REPO_URI="https://github.com/artizirk/wdisplays.git"
131 else
132 - SRC_URI="https://github.com/cyclopsian/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
133 + SRC_URI="https://github.com/artizirk/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
134 KEYWORDS="~amd64 ~arm64 ~x86"
135 fi
136
137 +RESTRICT="mirror test"
138 +
139 RDEPEND="
140 dev-libs/glib
141 media-libs/libepoxy
142 @@ -31,5 +33,3 @@ BDEPEND="
143
144 LICENSE="GPL-3+"
145 SLOT="0"
146 -
147 -PATCHES=( "${FILESDIR}/${PN}-1.0-pull20.patch" )