public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/cmst/
Date: Mon, 11 May 2020 13:54:20 +0000 (UTC)	[thread overview]
Message-ID: <1589205252.a4eb133ac8cf6bd6956745164fb6959a843832e6.bkohler@gentoo> (raw)

commit:     a4eb133ac8cf6bd6956745164fb6959a843832e6
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon May 11 13:53:48 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon May 11 13:54:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4eb133a

net-misc/cmst: bump to 2020.05.09

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 net-misc/cmst/Manifest               |  1 +
 net-misc/cmst/cmst-2020.05.09.ebuild | 43 ++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/net-misc/cmst/Manifest b/net-misc/cmst/Manifest
index 7cf29f28667..4567b144426 100644
--- a/net-misc/cmst/Manifest
+++ b/net-misc/cmst/Manifest
@@ -1,3 +1,4 @@
 DIST cmst-2019.01.13.tar.gz 2576200 BLAKE2B 4b1c75c479651887a14d5b4266a99a36667c1d02f114c4a9886b5aaec445e320fc684d42793312d68e4eb3386ea8516aef3cecb705e37f8b9a88ea8bf5bcf512 SHA512 ba7cf94263b4908dc2a609216f82bd758ad727f623d65b2e876a02c1fd956b7090a8222e953a0cd2da9527eddaab918e9c735381c705b9943e9e8aaeeb00d835
 DIST cmst-2020.03.07.tar.gz 2722455 BLAKE2B d7119c6194596bc957793a9054f306ecedf84f8b57a8e7dcbbff0d49231c512cddbe530aa7f49428e8fe60abe3fb48616288a61d865845775958564da6d77a55 SHA512 43fd5fab8a2e4914557efd57dfa92d3dd7ec67f322b1eb1c25cfe90fa860254d1bcad9e31cddeddd3c1c5f8e1cca4cd33457a796607a6b008340d191c62ac5b2
 DIST cmst-2020.04.12.tar.gz 2726340 BLAKE2B 07d07c0d7cbe0f06f78a2fcea5381f026adf7aa6a603026aad53b0f35d96eb5c498267d9a32387163735188fa2814b894001562bbdc487116383c7a40e8a05d5 SHA512 f27087f06b8a74b54ac38f6874726ca2eb3bf8106eb4e3feb6c88909e980628dbb8a88a9c1da09efa48ceca9126b9edc7807558b6c9e8b9f7ab85c3f5b149a47
+DIST cmst-2020.05.09.tar.gz 2727228 BLAKE2B f24f05e14de589381dbfc7c0087d08eed23ed0ee4df23be7fd2bf25d8c36519771aca39e74942ec01fe6327b5ab52c74336b85f9b61da3d8a9b83c2a8312721e SHA512 9debc16d34fa8fed37f514c70282b7ccdece8da3612332a886a2b1b5c6f6ff86c046c5da6272c00836f0acc3cd6dd82321d3cb2f81784ea1512719b70eba1b6c

diff --git a/net-misc/cmst/cmst-2020.05.09.ebuild b/net-misc/cmst/cmst-2020.05.09.ebuild
new file mode 100644
index 00000000000..02c5f056724
--- /dev/null
+++ b/net-misc/cmst/cmst-2020.05.09.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit qmake-utils xdg-utils
+
+DESCRIPTION="Qt GUI for Connman with system tray icon"
+HOMEPAGE="https://github.com/andrew-bibb/cmst"
+SRC_URI="https://github.com/andrew-bibb/cmst/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}
+	net-misc/connman
+"
+
+src_configure() {
+	export USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
+	eqmake5 DISTRO=gentoo
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+	rm -r "${D}"/usr/share/licenses || die
+	gunzip "${D}"/usr/share/man/man1/cmst.1.gz
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


             reply	other threads:[~2020-05-11 15:49 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-11 13:54 Ben Kohler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-02 20:15 [gentoo-commits] repo/gentoo:master commit in: net-misc/cmst/ Andreas Sturmlechner
2025-01-02 20:15 Andreas Sturmlechner
2024-04-27 12:16 Ben Kohler
2024-04-27 12:16 Ben Kohler
2024-04-15 14:23 Ben Kohler
2023-05-19 17:50 Sam James
2023-05-19 17:45 Sam James
2023-03-15 18:28 Ben Kohler
2023-01-10 16:11 Ben Kohler
2023-01-10  2:59 Sam James
2023-01-10  2:44 Sam James
2022-12-05 22:55 Ben Kohler
2022-06-08 11:57 Ben Kohler
2022-06-07 21:16 Sam James
2022-06-07 21:16 Sam James
2022-05-02 11:54 Ben Kohler
2022-04-14 19:36 Jakov Smolić
2022-04-14 19:36 Jakov Smolić
2022-03-14 14:32 Ben Kohler
2022-02-19 13:14 Ben Kohler
2022-02-18 17:47 Sam James
2022-02-18 17:47 Sam James
2022-01-12 20:20 Ben Kohler
2022-01-07 19:47 Ben Kohler
2022-01-05 19:01 Jakov Smolić
2022-01-05 19:01 Jakov Smolić
2021-12-05 19:24 Ben Kohler
2020-12-28 19:03 Ben Kohler
2020-12-23 18:49 Ben Kohler
2020-11-01 13:15 Ben Kohler
2020-06-12 11:58 Ben Kohler
2020-06-12  7:55 Agostino Sarubbo
2020-06-12  7:51 Agostino Sarubbo
2020-04-13 13:29 Ben Kohler
2020-03-08 12:55 Ben Kohler
2019-09-20 12:17 Agostino Sarubbo
2019-09-20 12:14 Agostino Sarubbo
2019-09-18 14:46 Ben Kohler
2019-03-27 12:40 Ben Kohler
2018-06-30  2:03 Michael Palimaka
2018-01-25 13:55 Michael Palimaka
2018-01-25 13:55 Michael Palimaka
2017-10-07  4:08 Michael Palimaka
2017-06-18  9:26 Michael Palimaka
2017-06-18  9:26 Michael Palimaka
2017-04-25  5:15 Michael Palimaka
2017-04-25  5:15 Michael Palimaka
2017-04-25  5:11 Michael Palimaka
2016-10-06 15:30 Michael Palimaka
2016-05-30 18:04 Davide Pesavento
2016-04-27 19:08 Michael Palimaka
2016-02-19 14:19 Michael Palimaka
2016-02-19 14:19 Michael Palimaka
2015-12-06 19:23 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1589205252.a4eb133ac8cf6bd6956745164fb6959a843832e6.bkohler@gentoo \
    --to=bkohler@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox