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-advancednotifications | |
parent | 2e34d110f164bf74d55fced27fe0000201b3eec5 (diff) |
gentoo resync : 25.11.2020
Diffstat (limited to 'app-leechcraft/lc-advancednotifications')
3 files changed, 0 insertions, 39 deletions
diff --git a/app-leechcraft/lc-advancednotifications/Manifest b/app-leechcraft/lc-advancednotifications/Manifest deleted file mode 100644 index 8a98e5788c4e..000000000000 --- a/app-leechcraft/lc-advancednotifications/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD lc-advancednotifications-9999.ebuild 563 BLAKE2B 13f5f2e25b217e8afb80af03e11cd01ade23ed413aa6f0c7b04ab5776dcb7b7b0f5f7f3d670b825ea9081dd846ccea952ad93a06193d94e6676a6e5e96d70420 SHA512 d634f324c5108b6eed6b2633674109560af1b9c126005f678aadcaa010fcb66434f2d9293ac19892c07661f9873a2bd90eb3e376ce4d0094c2abc6d4a3a530f6 -MISC metadata.xml 615 BLAKE2B e650744175987e4f0951e5b41bc3c7cd7eb8958696a0d7e061f31d75b23e470ad5990152d7b64283982a6cc49755ffd276c3fbd910bb46c771dfb7f3e9d83166 SHA512 26bdb2b81f3e89a283896b6987a494d8046f022e7b4895e8ffe1f989f06d4856882b81bbe3b8451e2eaa857b5b863b9f829ee8b93fa84a3b14b03d4e0de8132b diff --git a/app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild b/app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild deleted file mode 100644 index 5fc44a7b865e..000000000000 --- a/app-leechcraft/lc-advancednotifications/lc-advancednotifications-9999.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit leechcraft - -DESCRIPTION="Flexible and customizable notifications framework for LeechCraft" - -SLOT="0" -KEYWORDS="" -IUSE="debug" - -DEPEND="~app-leechcraft/lc-core-${PV} - dev-qt/qtdeclarative:5" -RDEPEND="${DEPEND}" - -pkg_postinst() { - einfo "Advanced Notifications supports playing sounds as a notification" - einfo "method. Consider installing a media playback plugin to enjoy this" - einfo "feature (app-leechcraft/lc-lmp will do, for example)." -} diff --git a/app-leechcraft/lc-advancednotifications/metadata.xml b/app-leechcraft/lc-advancednotifications/metadata.xml deleted file mode 100644 index a14b015c93c4..000000000000 --- a/app-leechcraft/lc-advancednotifications/metadata.xml +++ /dev/null @@ -1,15 +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> - <longdescription>Advanced Notifications module provides an extremely flexible and configurable - notifications framework for LeechCraft. More information is in the corresponding devel - digest: http://leechcraft.org/devel-digest-5.</longdescription> -</pkgmetadata> |