Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/keurocalc: keurocalc-1.2.1.ebuild ChangeLog
Date: Wed, 05 Feb 2014 16:49:27
Message-Id: 20140205164923.3F1742004E@flycatcher.gentoo.org
1 kensington 14/02/05 16:49:23
2
3 Modified: ChangeLog
4 Added: keurocalc-1.2.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
9
10 Revision Changes Path
11 1.9 sci-calculators/keurocalc/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 11 Jun 2013 15:53:19 -0000 1.8
24 +++ ChangeLog 5 Feb 2014 16:49:23 -0000 1.9
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sci-calculators/keurocalc
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.8 2013/06/11 15:53:19 ago Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.9 2014/02/05 16:49:23 kensington Exp $
31 +
32 +*keurocalc-1.2.1 (05 Feb 2014)
33 +
34 + 05 Feb 2014; Michael Palimaka <kensington@g.o>
35 + +files/keurocalc-1.2.1-desktopfile.patch,
36 + +files/keurocalc-1.2.1-handbookdir.patch, +keurocalc-1.2.1.ebuild:
37 + Version bump.
38
39 11 Jun 2013; Agostino Sarubbo <ago@g.o> keurocalc-1.2.0.ebuild:
40 Stable for x86, wrt bug #472986
41
42
43
44 1.1 sci-calculators/keurocalc/keurocalc-1.2.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: keurocalc-1.2.1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.1.ebuild,v 1.1 2014/02/05 16:49:22 kensington Exp $
54
55 EAPI=5
56
57 KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr ga gl hu it
58 ja ko nb nds nl pl pt pt_BR ru sk sl sr sr@Latn sv tr ug uk zh_TW"
59 KDE_HANDBOOK="optional"
60 inherit kde4-base
61
62 DESCRIPTION="A universal currency converter and calculator"
63 HOMEPAGE="http://opensource.bureau-cornavin.com/keurocalc/index.html"
64 SRC_URI="http://opensource.bureau-cornavin.com/keurocalc/sources/${P}.tgz"
65
66 LICENSE="GPL-2+ FDL-1.2"
67 SLOT="4"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="debug"
70
71 PATCHES=(
72 "${FILESDIR}/${P}-desktopfile.patch"
73 "${FILESDIR}/${P}-handbookdir.patch"
74 )
75 DOCS=( AUTHORS TODO )