mrueg 15/01/03 12:32:33 Modified: ChangeLog Added: keurocalc-1.2.3.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.16 sci-calculators/keurocalc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 13 Aug 2014 15:43:19 -0000 1.15 +++ ChangeLog 3 Jan 2015 12:32:32 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for sci-calculators/keurocalc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.15 2014/08/13 15:43:19 johu Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.16 2015/01/03 12:32:32 mrueg Exp $ + +*keurocalc-1.2.3 (03 Jan 2015) + + 03 Jan 2015; Manuel RĂ¼ger <[email protected]> +keurocalc-1.2.3.ebuild: + Version bump. 13 Aug 2014; Johannes Huber <[email protected]> -files/keurocalc-1.2.1-desktopfile.patch, 1.1 sci-calculators/keurocalc/keurocalc-1.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.3.ebuild?rev=1.1&content-type=text/plain Index: keurocalc-1.2.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.3.ebuild,v 1.1 2015/01/03 12:32:32 mrueg Exp $ EAPI=5 KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr ga gl hu it ja ko nb nds nl pl pt pt_BR ru sk sl sr sr@Latn sv tr ug uk zh_TW" KDE_HANDBOOK="optional" inherit kde4-base DESCRIPTION="A universal currency converter and calculator" HOMEPAGE="http://opensource.bureau-cornavin.com/keurocalc/index.html" SRC_URI="http://opensource.bureau-cornavin.com/keurocalc/sources/${P}.tgz" LICENSE="GPL-2+ FDL-1.2" SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" DOCS=( AUTHORS TODO ) src_prepare() { # bug 500560 sed -e "s/PO_FILES //" -i po/*/CMakeLists.txt || die # bug 518070 sed -e "/cmake_minimum_required/a cmake_policy(SET CMP0002 OLD)" \ -i CMakeLists.txt || die kde4-base_src_prepare }
