diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
commit | d934827bf44b7cfcf6711964418148fa60877668 (patch) | |
tree | 0625f358789b5e015e49db139cc1dbc9be00428f /app-leechcraft/lc-gmailnotifier | |
parent | 2e34d110f164bf74d55fced27fe0000201b3eec5 (diff) |
gentoo resync : 25.11.2020
Diffstat (limited to 'app-leechcraft/lc-gmailnotifier')
-rw-r--r-- | app-leechcraft/lc-gmailnotifier/Manifest | 2 | ||||
-rw-r--r-- | app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild | 25 | ||||
-rw-r--r-- | app-leechcraft/lc-gmailnotifier/metadata.xml | 16 |
3 files changed, 0 insertions, 43 deletions
diff --git a/app-leechcraft/lc-gmailnotifier/Manifest b/app-leechcraft/lc-gmailnotifier/Manifest deleted file mode 100644 index a167e03ca058..000000000000 --- a/app-leechcraft/lc-gmailnotifier/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD lc-gmailnotifier-9999.ebuild 544 BLAKE2B d0c53cef7ec2655c95a409004f538cc9cfe863ad8ed11218d7a0605ac7ca8af63a12626105d12373ddbe6de242c96ad04ef183022b7bfa98504cafdcb3ea2415 SHA512 43db0cc2344b82463d77315861879e9502840ce66a362821053dd96cc5dc07c161349ac77fbe901218ca2e7675da057c5b36c9d97f652766f672b19c0ebe9cb3 -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 deleted file mode 100644 index 86b23e41ae49..000000000000 --- a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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/qtdeclarative:5[widgets] - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 -" -RDEPEND="${DEPEND} - quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} ) - notify? ( ~virtual/leechcraft-notifier-${PV} ) -" - -REQUIRED_USE="|| ( notify quark )" diff --git a/app-leechcraft/lc-gmailnotifier/metadata.xml b/app-leechcraft/lc-gmailnotifier/metadata.xml deleted file mode 100644 index c92c33ea77c1..000000000000 --- a/app-leechcraft/lc-gmailnotifier/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?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> |