diff options
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/keurocalc/ChangeLog | 10 | ||||
-rw-r--r-- | sci-calculators/keurocalc/keurocalc-1.0.3.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/sci-calculators/keurocalc/ChangeLog b/sci-calculators/keurocalc/ChangeLog index 266b9459af3c..b161c53815ae 100644 --- a/sci-calculators/keurocalc/ChangeLog +++ b/sci-calculators/keurocalc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-calculators/keurocalc -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.1 2009/12/04 12:17:21 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.2 2010/09/26 12:15:29 dilfridge Exp $ + +*keurocalc-1.0.3 (26 Sep 2010) + + 26 Sep 2010; Andreas K. Huettel <dilfridge@gentoo.org> + +keurocalc-1.0.3.ebuild: + Version bump *keurocalc-1.0.2 (04 Dec 2009) diff --git a/sci-calculators/keurocalc/keurocalc-1.0.3.ebuild b/sci-calculators/keurocalc/keurocalc-1.0.3.ebuild new file mode 100644 index 000000000000..36ff403a8ec6 --- /dev/null +++ b/sci-calculators/keurocalc/keurocalc-1.0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.0.3.ebuild,v 1.1 2010/09/26 12:15:29 dilfridge Exp $ + +EAPI=2 +KDE_LINGUAS="ar bg br ca ca@valencia cs da de el en_GB es et fr ga gl hu it ja ka nb nds nl pl pt pt_BR +ru sk sr@Latn sr sv ta tr uk zh_TW" +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 +handbook" + +DOCS="AUTHORS ChangeLog README TODO" |