Diff connman-ui-0_p20150622 with a connman-ui-9999

/usr/portage/net-misc/connman-ui/connman-ui-9999.ebuild 2023-10-09 14:52:34.640368480 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2016 Gentoo Foundation
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=6
5 5

  
6
inherit autotools vcs-snapshot
7
COMMIT="fce0af94e121bde77c7fa2ebd6a319f0180c5516"
6
inherit autotools git-r3
8 7

  
9 8
DESCRIPTION="A full-featured GTK based trayicon UI for ConnMan"
10 9
HOMEPAGE="https://github.com/tbursztyka/connman-ui"
11
SRC_URI="https://github.com/tbursztyka/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
10
SRC_URI=""
11
EGIT_REPO_URI="https://github.com/tbursztyka/connman-ui.git"
12 12

  
13 13
LICENSE="GPL-2"
14 14
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
15
KEYWORDS=""
16 16
IUSE=""
17 17

  
18 18
CDEPEND="
Thank you!