commit:     44756a3b6ec94c0d83f6bc560ebed2ef1c17a408
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed May  1 13:34:05 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed May  1 13:34:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44756a3b

gui-apps/gradience: simplify misleading SRC_URI

> SRC_URI+=".."
> SRC_URI=".."
The second line overwrites the first one, thus, the patchset is never
included. Since it isn't available online either, I contacted Matt to
find out if they happen to have it elsewhere.

The package needs a version bump, so it might not be relevant after all.

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 gui-apps/gradience/gradience-0.3.0-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gui-apps/gradience/gradience-0.3.0-r1.ebuild 
b/gui-apps/gradience/gradience-0.3.0-r1.ebuild
index e809578c1f..8723979bb1 100644
--- a/gui-apps/gradience/gradience-0.3.0-r1.ebuild
+++ b/gui-apps/gradience/gradience-0.3.0-r1.ebuild
@@ -8,9 +8,10 @@ inherit meson xdg python-single-r1
 
 DESCRIPTION="GNOME's main interface to configure various aspects of the 
desktop"
 HOMEPAGE="https://github.com/GradienceTeam/Gradience";
-SRC_URI+="https://dev.gentoo.org/~mattst88/distfiles/${PN}-42.0-patchset.tar.xz";
 SRC_URI="https://github.com/GradienceTeam/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
+S="${WORKDIR}"/Gradience-${PV}
+
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64"
@@ -41,8 +42,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}"/Gradience-${PV}
-
 src_prepare() {
        default
        xdg_environment_reset

Reply via email to