summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-03-01 12:12:24 +0000
committerJohannes Huber <johu@gentoo.org>2012-03-01 12:12:24 +0000
commitbe3fc755e22a13045c688b756d5b5441f3375466 (patch)
treedd4b85df16808cd8a5c428133be2bc9a88b87c28 /sci-calculators/keurocalc
parentFix problem with CVS header. (diff)
downloadgentoo-2-be3fc755e22a13045c688b756d5b5441f3375466.tar.gz
gentoo-2-be3fc755e22a13045c688b756d5b5441f3375466.tar.bz2
gentoo-2-be3fc755e22a13045c688b756d5b5441f3375466.zip
Version bump.
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators/keurocalc')
-rw-r--r--sci-calculators/keurocalc/ChangeLog9
-rw-r--r--sci-calculators/keurocalc/keurocalc-1.2.0.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/sci-calculators/keurocalc/ChangeLog b/sci-calculators/keurocalc/ChangeLog
index 06a637fbc3bd..3c31e2be4b63 100644
--- a/sci-calculators/keurocalc/ChangeLog
+++ b/sci-calculators/keurocalc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-calculators/keurocalc
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.4 2011/04/20 21:02:49 scarabeus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.5 2012/03/01 12:12:24 johu Exp $
+
+*keurocalc-1.2.0 (01 Mar 2012)
+
+ 01 Mar 2012; Johannes Huber <johu@gentoo.org> +keurocalc-1.2.0.ebuild:
+ Version bump.
*keurocalc-1.1.0 (20 Apr 2011)
diff --git a/sci-calculators/keurocalc/keurocalc-1.2.0.ebuild b/sci-calculators/keurocalc/keurocalc-1.2.0.ebuild
new file mode 100644
index 000000000000..fd1141be1af4
--- /dev/null
+++ b/sci-calculators/keurocalc/keurocalc-1.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.0.ebuild,v 1.1 2012/03/01 12:12:24 johu Exp $
+
+EAPI=4
+KDE_LINGUAS="ar bg bs ca ca@valencia cs da de el en_GB es et fr ga gl hu it ja
+ka ko nb nds nl pl pt pt_BR ru sk sr sr@Latn sv ta tr 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 ChangeLog README TODO )