commit:     626eed5d643e9489a5af08f914f50dc035f59295
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 21:34:10 2018 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 21:34:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626eed5d

net-misc/connman-notify: new package

Closes: https://bugs.gentoo.org/561384
Package-Manager: Portage-2.3.42, Repoman-2.3.9

 net-misc/connman-notify/Manifest                   |  1 +
 .../connman-notify-0_pre20140623.ebuild            | 38 ++++++++++++++++++++++
 net-misc/connman-notify/metadata.xml               |  8 +++++
 3 files changed, 47 insertions(+)

diff --git a/net-misc/connman-notify/Manifest b/net-misc/connman-notify/Manifest
new file mode 100644
index 00000000000..bdd935254e9
--- /dev/null
+++ b/net-misc/connman-notify/Manifest
@@ -0,0 +1 @@
+DIST connman-notify-0_pre20140623.tar.bz2 2858 BLAKE2B 
b76865e5392f9b6ed2dada5b323e0f867fa70b5ba21bb6342069f7f6a28468d2915dc9c573bcb4ebc061c3039fa6f0bbfd6969464d264b710f3aee149b1162a5
 SHA512 
8da432cfe0653c29d83afffeacd11e9d66795be061040286ec8b90ce28c334c729af24cb7e1aee0f32e2b2626949f7ee9c95c52b4a3191392236bad7b204a267

diff --git a/net-misc/connman-notify/connman-notify-0_pre20140623.ebuild 
b/net-misc/connman-notify/connman-notify-0_pre20140623.ebuild
new file mode 100644
index 00000000000..3d32d97d793
--- /dev/null
+++ b/net-misc/connman-notify/connman-notify-0_pre20140623.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit desktop python-single-r1 vcs-snapshot
+
+MY_COMMIT="0ed9b5e4a0e1f03c83c4589cabf410cac66cd11d"
+
+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}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+       dev-python/notify-python[${PYTHON_USEDEP}]
+       dev-python/dbus-python[${PYTHON_USEDEP}]
+       dev-python/pygobject:2[${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
+}

diff --git a/net-misc/connman-notify/metadata.xml 
b/net-misc/connman-notify/metadata.xml
new file mode 100644
index 00000000000..43523418890
--- /dev/null
+++ b/net-misc/connman-notify/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer type="person">
+       <email>[email protected]</email>
+       <name>Ben Kohler</name>
+</maintainer>
+</pkgmetadata>

Reply via email to