diff options
author | Ben Kohler <bkohler@gentoo.org> | 2022-07-28 08:02:40 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2022-07-28 08:54:55 -0500 |
commit | 78f0c3b4e8a9771d8ccfea818a504089c28ff94e (patch) | |
tree | 08a32e4152729f342464f017d052d0d7ca3efb7f /net-misc/connman-notify | |
parent | net-misc/connman-notify: enable py3.11 and disable py3.8 (diff) | |
download | gentoo-78f0c3b4e8a9771d8ccfea818a504089c28ff94e.tar.gz gentoo-78f0c3b4e8a9771d8ccfea818a504089c28ff94e.tar.bz2 gentoo-78f0c3b4e8a9771d8ccfea818a504089c28ff94e.zip |
net-misc/connman-notify: drop 0_pre20191003-r2
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-misc/connman-notify')
-rw-r--r-- | net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild b/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild deleted file mode 100644 index 7358a56ef944..000000000000 --- a/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit desktop python-single-r1 vcs-snapshot - -MY_COMMIT="4f1e0a6b27ebf5d9b7508594188fe0f86c34ec52" - -DESCRIPTION="Desktop notification integration for connman" -HOMEPAGE="https://gitlab.com/wavexx/connman-notify/" -SRC_URI="https://gitlab.com/wavexx/connman-notify/repository/${MY_COMMIT}/archive.tar.bz2 -> ${P}.tar.bz2" - -EGIT_REPO_URI="https://gitlab.com/wavexx/connman-notify.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - ') - net-misc/connman - virtual/notification-daemon" - -src_install() { - python_fix_shebang ${PN} - dobin ${PN} - dodoc README.rst - - make_desktop_entry ${PN} ${PN} ${PN} Network -} |