Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/cmst/
Date: Sat, 19 Feb 2022 13:15:07
Message-Id: 1645276456.3ce8a4ea3bb5fe886b5ad03e645d644af3796890.bkohler@gentoo
1 commit: 3ce8a4ea3bb5fe886b5ad03e645d644af3796890
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 19 13:07:23 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 19 13:14:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce8a4ea
7
8 net-misc/cmst: drop old
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 net-misc/cmst/Manifest | 1 -
14 net-misc/cmst/cmst-2021.12.02.ebuild | 51 ------------------------------------
15 2 files changed, 52 deletions(-)
16
17 diff --git a/net-misc/cmst/Manifest b/net-misc/cmst/Manifest
18 index 04fddb615d54..fc7e60dc69de 100644
19 --- a/net-misc/cmst/Manifest
20 +++ b/net-misc/cmst/Manifest
21 @@ -1,2 +1 @@
22 -DIST cmst-2021.12.02.tar.gz 3009904 BLAKE2B 47f4f6516668e4c71821754c096a5442614836b5c5fc5290dbf04df407010ae243cd482d7757edf6dd2e091bf166ab3cdfbb84c715a46edb30c3ee8ae1f42e26 SHA512 15875232d6f842bcecebc99f5e59fef1268bb04b319538919d6b5d6b442c3462177719170f16b5b3fa86a5a7c7f669864250c8499e0a444f26f121b80cab5dcf
23 DIST cmst-2022.01.05.tar.gz 3031739 BLAKE2B 19d57e7e62ecc82d9e2d8d54491a46093aa8a6424df6e41a66d6d44a2a49be6d25bcaf699b2da94f26de3ca3fe34a2fa542cc696ce6ab70a799a7a8cab8cb532 SHA512 75f4b611755f24cc193cabd56c053098ebd6be13f6eff0bbde2842f6d35c90111bbf475d7da4dfc1f4462c34e27e526bf8d0ba60ec0ae42ee0cbc582c113bc2f
24
25 diff --git a/net-misc/cmst/cmst-2021.12.02.ebuild b/net-misc/cmst/cmst-2021.12.02.ebuild
26 deleted file mode 100644
27 index 40a161224521..000000000000
28 --- a/net-misc/cmst/cmst-2021.12.02.ebuild
29 +++ /dev/null
30 @@ -1,51 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -inherit qmake-utils xdg-utils
36 -
37 -DESCRIPTION="Qt GUI for Connman with system tray icon"
38 -HOMEPAGE="https://github.com/andrew-bibb/cmst"
39 -SRC_URI="https://github.com/andrew-bibb/cmst/archive/${P}.tar.gz"
40 -
41 -LICENSE="MIT"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE=""
45 -
46 -DEPEND="dev-qt/qtcore:5
47 - dev-qt/qtdbus:5
48 - dev-qt/qtgui:5
49 - dev-qt/qtnetwork:5
50 - dev-qt/qtwidgets:5
51 -"
52 -RDEPEND="${DEPEND}
53 - net-misc/connman
54 -"
55 -BDEPEND="dev-qt/linguist-tools:5"
56 -
57 -S="${WORKDIR}/${PN}-${P}"
58 -
59 -src_configure() {
60 - export USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
61 - eqmake5 DISTRO=gentoo
62 -}
63 -
64 -src_compile() {
65 - lrelease cmst.pro
66 - default
67 -}
68 -
69 -src_install() {
70 - emake INSTALL_ROOT="${D}" install
71 - rm -r "${D}"/usr/share/licenses || die
72 - gunzip "${D}"/usr/share/man/man1/cmst.1.gz
73 -}
74 -
75 -pkg_postinst() {
76 - xdg_icon_cache_update
77 -}
78 -
79 -pkg_postrm() {
80 - xdg_icon_cache_update
81 -}