summaryrefslogtreecommitdiff
path: root/app-leechcraft/lc-gmailnotifier
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-leechcraft/lc-gmailnotifier
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-leechcraft/lc-gmailnotifier')
-rw-r--r--app-leechcraft/lc-gmailnotifier/Manifest2
-rw-r--r--app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild22
-rw-r--r--app-leechcraft/lc-gmailnotifier/metadata.xml16
3 files changed, 40 insertions, 0 deletions
diff --git a/app-leechcraft/lc-gmailnotifier/Manifest b/app-leechcraft/lc-gmailnotifier/Manifest
new file mode 100644
index 000000000000..b69a10f9366e
--- /dev/null
+++ b/app-leechcraft/lc-gmailnotifier/Manifest
@@ -0,0 +1,2 @@
+EBUILD lc-gmailnotifier-9999.ebuild 509 BLAKE2B 0b8bb178adf199b43c6faa1ecc2fe51e112ef9ee655f4b3617297451cd4cea4069d4953e04eea2435c5e85776dc1df731ccd4934c17eea8cc8acf9237b16d105 SHA512 32265c305162cc62980a610463a8cec675c327baf7f6f92ea75e766dc16e950889469fe18569fcbfe4c3f3c0e2f0de1ad2f54af195a7c3e740294c801bbe105e
+MISC metadata.xml 543 BLAKE2B 90500e1372e82eccb461d9b3e4026e27ed0359cfadedf938258ed58a7685a2b1f7ba5ea1cf06c239dd899466e139c55bbe11bab1588d1d045646ba295941b890 SHA512 01baec637beed5a1bc580faafe3f80a09df1ee09a1f86c4580d3fa456e6e9a0c5f613810533977b58ab4c170ffe888129b0cb45866f9eb6cc32e4e08bc4140e3
diff --git a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild
new file mode 100644
index 000000000000..2f5e53a202ab
--- /dev/null
+++ b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit leechcraft
+
+DESCRIPTION="Notifies about new mail in a GMail inbox for LeechCraft"
+
+SLOT="0"
+KEYWORDS=""
+IUSE="debug notify quark"
+
+DEPEND="~app-leechcraft/lc-core-${PV}
+ dev-qt/qtnetwork:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtdeclarative:5[widgets]
+ dev-qt/qtxml:5
+"
+RDEPEND="${DEPEND}
+ quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} )
+ notify? ( ~virtual/leechcraft-notifier-${PV} )"
diff --git a/app-leechcraft/lc-gmailnotifier/metadata.xml b/app-leechcraft/lc-gmailnotifier/metadata.xml
new file mode 100644
index 000000000000..c92c33ea77c1
--- /dev/null
+++ b/app-leechcraft/lc-gmailnotifier/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>0xd34df00d@gmail.com</email>
+ <name>Georg Rudoy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <use>
+ <flag name="quark">Pull in a plugin to show GMail Notifier's quark</flag>
+ <flag name="notify">Pull in a plugin to show notifications from GMail Notiifer</flag>
+ </use>
+</pkgmetadata>