summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-02-21 12:22:55 +0000
committerMichael Palimaka <kensington@gentoo.org>2015-02-21 12:22:55 +0000
commit67e3c0934ad867f05476dafa1dc0d7c25243293e (patch)
treee1b06d8605ae918a647ae7cada9c0f6d8bb5fb85 /kde-misc
parentStable for ppc, wrt bug #539060 (diff)
downloadgentoo-2-67e3c0934ad867f05476dafa1dc0d7c25243293e.tar.gz
gentoo-2-67e3c0934ad867f05476dafa1dc0d7c25243293e.tar.bz2
gentoo-2-67e3c0934ad867f05476dafa1dc0d7c25243293e.zip
Version bump.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/krecipes/ChangeLog9
-rw-r--r--kde-misc/krecipes/krecipes-2.0.0.ebuild30
2 files changed, 37 insertions, 2 deletions
diff --git a/kde-misc/krecipes/ChangeLog b/kde-misc/krecipes/ChangeLog
index ca003241f19c..de8eec32d927 100644
--- a/kde-misc/krecipes/ChangeLog
+++ b/kde-misc/krecipes/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-misc/krecipes
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/ChangeLog,v 1.47 2014/03/21 18:13:19 johu Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/ChangeLog,v 1.48 2015/02/21 12:22:55 kensington Exp $
+
+*krecipes-2.0.0 (21 Feb 2015)
+
+ 21 Feb 2015; Michael Palimaka <kensington@gentoo.org> +krecipes-2.0.0.ebuild:
+ Version bump.
21 Mar 2014; Johannes Huber <johu@gentoo.org> krecipes-2.0_beta2-r1.ebuild:
Bump to EAPI 5.
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..fd095bdab14d
--- /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
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/krecipes-2.0.0.ebuild,v 1.1 2015/02/21 12:22:55 kensington Exp $
+
+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 )