summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-03 12:32:32 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-03 12:32:32 +0000
commit5017572ac59358e62e01da499acf772c03685a10 (patch)
tree5ebb7a94e5bf3caf69ee55427461d2f48a65580d /sci-calculators
parentVersion bump. Remove old. (diff)
downloadgentoo-2-5017572ac59358e62e01da499acf772c03685a10.tar.gz
gentoo-2-5017572ac59358e62e01da499acf772c03685a10.tar.bz2
gentoo-2-5017572ac59358e62e01da499acf772c03685a10.zip
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/keurocalc/ChangeLog9
-rw-r--r--sci-calculators/keurocalc/keurocalc-1.2.3.ebuild32
2 files changed, 39 insertions, 2 deletions
diff --git a/sci-calculators/keurocalc/ChangeLog b/sci-calculators/keurocalc/ChangeLog
index 21827b977ba8..c6ccb011ff93 100644
--- a/sci-calculators/keurocalc/ChangeLog
+++ b/sci-calculators/keurocalc/ChangeLog
@@ -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 <mrueg@gentoo.org> +keurocalc-1.2.3.ebuild:
+ Version bump.
13 Aug 2014; Johannes Huber <johu@gentoo.org>
-files/keurocalc-1.2.1-desktopfile.patch,
diff --git a/sci-calculators/keurocalc/keurocalc-1.2.3.ebuild b/sci-calculators/keurocalc/keurocalc-1.2.3.ebuild
new file mode 100644
index 000000000000..1e3c12e73244
--- /dev/null
+++ b/sci-calculators/keurocalc/keurocalc-1.2.3.ebuild
@@ -0,0 +1,32 @@
+# 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
+}