diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-04 12:17:21 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-04 12:17:21 +0000 |
commit | 6b1d892cf96620a55b13cb6685ea6857afada142 (patch) | |
tree | 1fc3c249425e04110a47ceeb860c43feeedf2812 /sci-calculators/keurocalc | |
parent | x86 stable, bug 288026 (diff) | |
download | gentoo-2-6b1d892cf96620a55b13cb6685ea6857afada142.tar.gz gentoo-2-6b1d892cf96620a55b13cb6685ea6857afada142.tar.bz2 gentoo-2-6b1d892cf96620a55b13cb6685ea6857afada142.zip |
Initial commit wrt #99313, thanks to Theofilos Intzoglou for reporting.
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators/keurocalc')
-rw-r--r-- | sci-calculators/keurocalc/ChangeLog | 10 | ||||
-rw-r--r-- | sci-calculators/keurocalc/keurocalc-1.0.2.ebuild | 19 | ||||
-rw-r--r-- | sci-calculators/keurocalc/metadata.xml | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/sci-calculators/keurocalc/ChangeLog b/sci-calculators/keurocalc/ChangeLog new file mode 100644 index 000000000000..266b9459af3c --- /dev/null +++ b/sci-calculators/keurocalc/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*keurocalc-1.0.2 (04 Dec 2009) + + 04 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> + +keurocalc-1.0.2.ebuild: + Initial commit wrt #99313, thanks to Theofilos Intzoglou for reporting. + diff --git a/sci-calculators/keurocalc/keurocalc-1.0.2.ebuild b/sci-calculators/keurocalc/keurocalc-1.0.2.ebuild new file mode 100644 index 000000000000..32a952750325 --- /dev/null +++ b/sci-calculators/keurocalc/keurocalc-1.0.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.0.2.ebuild,v 1.1 2009/12/04 12:17:21 ssuominen Exp $ + +EAPI=2 +KDE_LINGUAS="ar bg br cs da de el en_GB es et fr ga gl hu it ja ka nb nl pl pt_BR +pt sr@Latn sr sv ta tr" +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" diff --git a/sci-calculators/keurocalc/metadata.xml b/sci-calculators/keurocalc/metadata.xml new file mode 100644 index 000000000000..8d36d5b01cd2 --- /dev/null +++ b/sci-calculators/keurocalc/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> |