summaryrefslogtreecommitdiff
path: root/app-leechcraft/lc-summary
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-leechcraft/lc-summary
reinit the tree, so we can have metadata
Diffstat (limited to 'app-leechcraft/lc-summary')
-rw-r--r--app-leechcraft/lc-summary/Manifest4
-rw-r--r--app-leechcraft/lc-summary/lc-summary-9999.ebuild17
-rw-r--r--app-leechcraft/lc-summary/metadata.xml13
3 files changed, 34 insertions, 0 deletions
diff --git a/app-leechcraft/lc-summary/Manifest b/app-leechcraft/lc-summary/Manifest
new file mode 100644
index 000000000000..1974ea009b2b
--- /dev/null
+++ b/app-leechcraft/lc-summary/Manifest
@@ -0,0 +1,4 @@
+EBUILD lc-summary-9999.ebuild 296 SHA256 812aa9d370004300267521e6c6fc119358b84503af9165ebfeedfd6c0dc1fc29 SHA512 1e38abcc724e3dfebee0db7497ae4dd653b4929d736bf61ee55c271b94be4302a5e16c41da9dafc89b00ca46da3fe80e5da5f89b0eabbc8798fefe4f7a21dc5b WHIRLPOOL 4eb42cfbf24a84c4bccbf43f912d230f00f3bbccb35f78e32fa0e0fd66c7dbe2c17a911e2ebb090fdbebfe39aaaa31c876bbd2a926244bf3ed447503c8c8cefc
+MISC ChangeLog 2767 SHA256 6252fac85cfb9e84680211246301f75357f2a7de6a67c8b1112f8860ef278504 SHA512 c7560b47d6bb0e5cdaf7a97fc8d76429a2ee2641293aff9de6e9a6eeeba5af44372fd524e74c4c6f7d5b57a11ad52d13a93ed3255491e7338639b7aa48093301 WHIRLPOOL e9f27ba8857fdf1b12fe13fc03eefcfae7fbaab835e1932b0b2c257ea8d492a9f438ab923a7cc029fb169a5feaff1e5fd3ccf5ac3c954a12725470e92f5c99bb
+MISC ChangeLog-2015 6176 SHA256 9a068a69c410c4a33d1a847f76699572cb4b8e0d5c97228df8765c65ec27614d SHA512 8b5a51ee445bb18e090955446e9071a61ec198aab558a26d43e8b952b1dacd0e6c389d01232a0143bca2d85bcb78fee157bf2ba2cfd29b3a4b5801e92d406a84 WHIRLPOOL 15bd60802600d4b6015bcf0dac7c25c1d0ad78a053d62ef10a394edc3e54ab0cd434e9bc93637436b66415defb5b364bc4453c7d4a1d2d7347ee84a3b1ebc15e
+MISC metadata.xml 474 SHA256 93018a0834c93bcd7ff239c426cd000d435587eb5ba758bcfc49b0f461cb1652 SHA512 1716122f6e28e37fc6866b43f4bed63dfb1bb2ce0120b829be209828620007f60eddd28f510591a8a360834479362e7b3f233c8063620d8ca4b269904cfb19a8 WHIRLPOOL c237dec8a2d2d67433a0e2a5a740b8680a585b5533327954f9443a0bcf6476ebe0fd0bd1f7ab240c7ce2c34d98f2d1ab3bdf911ef8484a93ede73999f534d9c5
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>