aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/discover-overlay/discover-overlay-0.6.9-r1.ebuild5
-rw-r--r--net-voip/discover-overlay/discover-overlay-0.7.4.ebuild3
2 files changed, 3 insertions, 5 deletions
diff --git a/net-voip/discover-overlay/discover-overlay-0.6.9-r1.ebuild b/net-voip/discover-overlay/discover-overlay-0.6.9-r1.ebuild
index 0688f7058..c1ce72f18 100644
--- a/net-voip/discover-overlay/discover-overlay-0.6.9-r1.ebuild
+++ b/net-voip/discover-overlay/discover-overlay-0.6.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,6 +11,7 @@ inherit distutils-r1 xdg
DESCRIPTION="Yet another Discord overlay for Linux written in Python using GTK3"
HOMEPAGE="https://github.com/trigg/Discover"
SRC_URI="https://github.com/trigg/Discover/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/Discover-${PV}"
LICENSE="GPL-3"
SLOT="0"
@@ -27,5 +28,3 @@ RDEPEND="
dev-python/python-xlib[${PYTHON_USEDEP}]
wayland? ( gui-libs/gtk-layer-shell[introspection(+)] )
"
-
-S="${WORKDIR}/Discover-${PV}"
diff --git a/net-voip/discover-overlay/discover-overlay-0.7.4.ebuild b/net-voip/discover-overlay/discover-overlay-0.7.4.ebuild
index e111dcc11..0ad061b92 100644
--- a/net-voip/discover-overlay/discover-overlay-0.7.4.ebuild
+++ b/net-voip/discover-overlay/discover-overlay-0.7.4.ebuild
@@ -11,6 +11,7 @@ inherit distutils-r1 xdg
DESCRIPTION="Yet another Discord overlay for Linux written in Python using GTK3"
HOMEPAGE="https://github.com/trigg/Discover"
SRC_URI="https://github.com/trigg/Discover/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/Discover-${PV}"
LICENSE="GPL-3"
SLOT="0"
@@ -28,5 +29,3 @@ RDEPEND="
dev-python/pulsectl-asyncio[${PYTHON_USEDEP}]
wayland? ( gui-libs/gtk-layer-shell[introspection(+)] )
"
-
-S="${WORKDIR}/Discover-${PV}"