summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-04-25 22:07:27 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-04-25 22:08:28 +0300
commit5fb414a53a4941cdc500414cd8c60f5b3641a9e2 (patch)
tree4cb95e78b8f06fe7b15e0ba628937b3ef7235867
parentsys-apps/ripgrep-all: add github upstream metadata (diff)
downloadgentoo-5fb414a53a4941cdc500414cd8c60f5b3641a9e2.tar.gz
gentoo-5fb414a53a4941cdc500414cd8c60f5b3641a9e2.tar.bz2
gentoo-5fb414a53a4941cdc500414cd8c60f5b3641a9e2.zip
net-misc/connman-ui: EAPI 6 -> 8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--net-misc/connman-ui/connman-ui-0_p20150622-r1.ebuild (renamed from net-misc/connman-ui/connman-ui-0_p20150622.ebuild)15
1 files changed, 8 insertions, 7 deletions
diff --git a/net-misc/connman-ui/connman-ui-0_p20150622.ebuild b/net-misc/connman-ui/connman-ui-0_p20150622-r1.ebuild
index 9edf9267b9d3..ab2877fbec31 100644
--- a/net-misc/connman-ui/connman-ui-0_p20150622.ebuild
+++ b/net-misc/connman-ui/connman-ui-0_p20150622-r1.ebuild
@@ -1,29 +1,30 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
+inherit autotools
-inherit autotools vcs-snapshot
COMMIT="fce0af94e121bde77c7fa2ebd6a319f0180c5516"
DESCRIPTION="A full-featured GTK based trayicon UI for ConnMan"
HOMEPAGE="https://github.com/tbursztyka/connman-ui"
SRC_URI="https://github.com/tbursztyka/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S=${WORKDIR}/${PN}-${COMMIT}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-CDEPEND="
+DEPEND="
dev-libs/glib:2
sys-apps/dbus
x11-libs/gtk+:3
"
-RDEPEND="${CDEPEND}
+RDEPEND="${DEPEND}
net-misc/connman
"
-DEPEND="${CDEPEND}
+BDEPEND="
dev-util/intltool
virtual/pkgconfig
"