Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 391017
Collapse All | Expand All

(-)a/kde-misc/declarative-plasmoids/Manifest (+2 lines)
Line 0 Link Here
1
EBUILD declarative-plasmoids-9999.ebuild 462 RMD160 b5b57ffbcebab7a6a68e7fc086794284d085078d SHA1 80b7f680ab9b0bbbbc444d441bf173a208004fa2 SHA256 f3e05818845e2875b4947125dad040bafaa22264c49e4ad4027f722a197ccbf0
2
MISC metadata.xml 337 RMD160 4883fdd8ae56b11f1c645b61581b27486631c88d SHA1 33029c644ae3c6185d90bc79cf8db328aa680962 SHA256 1ce4ce9100fafda2753e9c534a3e53e759a77bc8f18f0f938271ee5a3b42e31d
(-)a/kde-misc/declarative-plasmoids/declarative-plasmoids-9999.ebuild (+23 lines)
Line 0 Link Here
1
# Copyright 1999-2011 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
EAPI=4
6
KDE_SCM="git"
7
inherit kde4-base
8
9
DESCRIPTION="A repository for developing declarative plasmoids for the plasma desktop and mobile"
10
HOMEPAGE="https://projects.kde.org/projects/playground/base/declarative-plasmoids"
11
12
LICENSE="GPL-2"
13
SLOT="0"
14
KEYWORDS="~amd64"
15
IUSE="debug"
16
17
DEPEND="
18
	$(add_kdebase_dep kdelibs)
19
"
20
21
RDEPEND="
22
	${DEPEND}
23
"
(-)a/kde-misc/declarative-plasmoids/metadata.xml (-1 / +9 lines)
Line 0 Link Here
0
- 
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3
<pkgmetadata>
4
	<maintainer>
5
		<email>terietor@gmail.com</email>
6
		<name>Giorgos Tsiapaliwkas</name>
7
		<description>A collection of existing plasmoids which are using the Plasma Quick</description>
8
	</maintainer>
9
</pkgmetadata>

Return to bug 391017