Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/krecipes/
Date: Wed, 01 Jun 2016 14:04:44
Message-Id: 1464789761.e83bd091d9699118b8d8af94aa452a40f6656f28.johu@gentoo
1 commit: e83bd091d9699118b8d8af94aa452a40f6656f28
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 1 14:02:41 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 14:02:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83bd091
7
8 kde-misc/krecipes: EAPI 6
9
10 Package-Manager: portage-2.3.0_rc1
11
12 kde-misc/krecipes/krecipes-2.0.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/kde-misc/krecipes/krecipes-2.0.0.ebuild b/kde-misc/krecipes/krecipes-2.0.0.ebuild
16 index d41124b..a339a9f 100644
17 --- a/kde-misc/krecipes/krecipes-2.0.0.ebuild
18 +++ b/kde-misc/krecipes/krecipes-2.0.0.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 +EAPI=6
27
28 KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fr ga gl hi hne hr hu
29 is it ja kk lt mai mr nb nds nl nn pl pt pt_BR ro sk sl sv tr uk zh_TW"
30 @@ -10,7 +10,7 @@ KDE_HANDBOOK="optional"
31 VIRTUALX_REQUIRED="test"
32 inherit kde4-base
33
34 -DESCRIPTION="A KDE4 recipe application"
35 +DESCRIPTION="A recipe application by KDE"
36 HOMEPAGE="http://krecipes.sourceforge.net/"
37 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"