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/connman-notify/
Date: Sat, 27 Feb 2021 14:04:18
Message-Id: 1614434436.1b5ffeda7a0f7dab3e54f8d862da044546ca7ed5.bkohler@gentoo
1 commit: 1b5ffeda7a0f7dab3e54f8d862da044546ca7ed5
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 14:00:36 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 14:00:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5ffeda
7
8 net-misc/connman-notify: drop old
9
10 Package-Manager: Portage-3.0.16, Repoman-3.0.2
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 .../connman-notify-0_pre20191003-r1.ebuild | 38 ----------------------
14 1 file changed, 38 deletions(-)
15
16 diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild b/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild
17 deleted file mode 100644
18 index bb0142733fa..00000000000
19 --- a/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild
20 +++ /dev/null
21 @@ -1,38 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -PYTHON_COMPAT=( python3_{7,8} )
28 -
29 -inherit desktop python-single-r1 vcs-snapshot
30 -
31 -MY_COMMIT="4f1e0a6b27ebf5d9b7508594188fe0f86c34ec52"
32 -
33 -DESCRIPTION="Desktop notification integration for connman"
34 -HOMEPAGE="https://gitlab.com/wavexx/connman-notify/"
35 -SRC_URI="https://gitlab.com/wavexx/connman-notify/repository/${MY_COMMIT}/archive.tar.bz2 -> ${P}.tar.bz2"
36 -
37 -EGIT_REPO_URI="https://gitlab.com/wavexx/connman-notify.git"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~x86"
42 -IUSE=""
43 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
44 -
45 -RDEPEND="${PYTHON_DEPS}
46 - $(python_gen_cond_dep '
47 - dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
48 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
49 - ')
50 - net-misc/connman
51 - virtual/notification-daemon"
52 -
53 -src_install() {
54 - python_fix_shebang ${PN}
55 - dobin ${PN}
56 - dodoc README.rst
57 -
58 - make_desktop_entry ${PN} ${PN} ${PN} Network
59 -}