summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/krecipes/krecipes-2.0.0.ebuild')
-rw-r--r--kde-misc/krecipes/krecipes-2.0.0.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/kde-misc/krecipes/krecipes-2.0.0.ebuild b/kde-misc/krecipes/krecipes-2.0.0.ebuild
new file mode 100644
index 000000000000..d41124b248ce
--- /dev/null
+++ b/kde-misc/krecipes/krecipes-2.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fr ga gl hi hne hr hu
+is it ja kk lt mai mr nb nds nl nn pl pt pt_BR ro sk sl sv tr uk zh_TW"
+KDE_HANDBOOK="optional"
+VIRTUALX_REQUIRED="test"
+inherit kde4-base
+
+DESCRIPTION="A KDE4 recipe application"
+HOMEPAGE="http://krecipes.sourceforge.net/"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="4"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug"
+
+DEPEND="
+ dev-db/sqlite:3
+ dev-libs/libxml2
+ dev-libs/libxslt
+ media-libs/qimageblitz
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS BUGS README TODO ChangeLog )