diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-leechcraft/lc-summary | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-leechcraft/lc-summary')
-rw-r--r-- | app-leechcraft/lc-summary/Manifest | 2 | ||||
-rw-r--r-- | app-leechcraft/lc-summary/lc-summary-9999.ebuild | 17 | ||||
-rw-r--r-- | app-leechcraft/lc-summary/metadata.xml | 13 |
3 files changed, 32 insertions, 0 deletions
diff --git a/app-leechcraft/lc-summary/Manifest b/app-leechcraft/lc-summary/Manifest new file mode 100644 index 000000000000..3d8c9ca363d5 --- /dev/null +++ b/app-leechcraft/lc-summary/Manifest @@ -0,0 +1,2 @@ +EBUILD lc-summary-9999.ebuild 296 BLAKE2B e27a081b01371d9abe5c05b29c2dc19d5c459b74acd451ae5a0963f94354433df2939f26eb2ce71ea524121555af826967d2629f5756fbb92645223e473c189f SHA512 1e38abcc724e3dfebee0db7497ae4dd653b4929d736bf61ee55c271b94be4302a5e16c41da9dafc89b00ca46da3fe80e5da5f89b0eabbc8798fefe4f7a21dc5b +MISC metadata.xml 474 BLAKE2B cd59b440942b314b5908691f6aef49b333f3519e4b197ccbe9f451c92c9c553560b6939bd9157e40c14aae8b7f1e3076ea63e5cbf6935757c8c3232ab49cc9b4 SHA512 1716122f6e28e37fc6866b43f4bed63dfb1bb2ce0120b829be209828620007f60eddd28f510591a8a360834479362e7b3f233c8063620d8ca4b269904cfb19a8 diff --git a/app-leechcraft/lc-summary/lc-summary-9999.ebuild b/app-leechcraft/lc-summary/lc-summary-9999.ebuild new file mode 100644 index 000000000000..7cdfb3db17a5 --- /dev/null +++ b/app-leechcraft/lc-summary/lc-summary-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit leechcraft + +DESCRIPTION="Summary plugin for Leechcraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtwidgets:5 +" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-summary/metadata.xml b/app-leechcraft/lc-summary/metadata.xml new file mode 100644 index 000000000000..8cbd28294b97 --- /dev/null +++ b/app-leechcraft/lc-summary/metadata.xml @@ -0,0 +1,13 @@ +<?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>Summary which shows all the downloads, events and statuses in LeechCraft.</longdescription> +</pkgmetadata> |