diff options
Diffstat (limited to 'kde-apps/kpat')
-rw-r--r-- | kde-apps/kpat/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kpat/kpat-4.14.3.ebuild | 17 | ||||
-rw-r--r-- | kde-apps/kpat/metadata.xml | 5 |
3 files changed, 23 insertions, 0 deletions
diff --git a/kde-apps/kpat/Manifest b/kde-apps/kpat/Manifest new file mode 100644 index 000000000000..199dc3d9a0aa --- /dev/null +++ b/kde-apps/kpat/Manifest @@ -0,0 +1 @@ +DIST kpat-4.14.3.tar.xz 3077376 SHA256 b42688d906ebeea56ecf4d67e0fb8e550246fbb8867ad4eaa3d4e5aaf884db4d SHA512 0197a770c508748c958d56b4863a67f31506891038b0ec6f14033e7051a36cdd9f27398abdd92e2f295f641e2b6e8751862b4df1e51a25fb0fb67b7272c90150 WHIRLPOOL 53978488cc6c095032154dab7cfef7da6bc868ce999e97c25219b9b5edeae7d211921b2ecc47fbdb73ca70e9f32ec62bc9d2d68c2057642208583974b7102195 diff --git a/kde-apps/kpat/kpat-4.14.3.ebuild b/kde-apps/kpat/kpat-4.14.3.ebuild new file mode 100644 index 000000000000..f86aeb7717fe --- /dev/null +++ b/kde-apps/kpat/kpat-4.14.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE patience game" +HOMEPAGE="http://games.kde.org/game.php?game=kpat" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdeapps_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kpat/metadata.xml b/kde-apps/kpat/metadata.xml new file mode 100644 index 000000000000..a23f444b67d6 --- /dev/null +++ b/kde-apps/kpat/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> |