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 | b64059d872c8640bac73042d4a71451444f1fc8a (patch) | |
tree | 63a534db09b23d3685c9d732a845f510583480a6 /sci-calculators | |
parent | x86 stable, bug 288026 (diff) | |
download | historical-b64059d872c8640bac73042d4a71451444f1fc8a.tar.gz historical-b64059d872c8640bac73042d4a71451444f1fc8a.tar.bz2 historical-b64059d872c8640bac73042d4a71451444f1fc8a.zip |
Initial commit wrt #99313, thanks to Theofilos Intzoglou for reporting.
Package-Manager: portage-2.2_rc54/cvs/Linux x86_64
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/keurocalc/ChangeLog | 10 | ||||
-rw-r--r-- | sci-calculators/keurocalc/Manifest | 4 | ||||
-rw-r--r-- | sci-calculators/keurocalc/keurocalc-1.0.2.ebuild | 19 | ||||
-rw-r--r-- | sci-calculators/keurocalc/metadata.xml | 5 |
4 files changed, 38 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/Manifest b/sci-calculators/keurocalc/Manifest new file mode 100644 index 000000000000..5dd858095c3e --- /dev/null +++ b/sci-calculators/keurocalc/Manifest @@ -0,0 +1,4 @@ +DIST keurocalc-1.0.2.tgz 808490 RMD160 bc448b4805cf34e982e8e8cedd0c7bc2cb98e876 SHA1 d8a20539f215e9e91db4fc922fb65c78ba3a5b85 SHA256 be912f7b2b126ea92e290b6fcebb10a0cbf91672d1a29a8924f0d01d3fdd0d54 +EBUILD keurocalc-1.0.2.ebuild 689 RMD160 4c9e328d3729704755a213f57f415346de768600 SHA1 bfb390715ae830d7ec99408f167b72b45cd9197b SHA256 1797d4c5a2410e8dc8ad41ea6a0f474aeebbce0b55a014e692e3cbb6a3737135 +MISC ChangeLog 414 RMD160 d73803c91b1fa759e4dc9c7db212238099ca330f SHA1 d91c6f1d780a55fd9aa910d523e85e17443d245e SHA256 7d1558826f5cdfeb73973f8055c347179ba006e9e6c5a8aa7a3b2e56e08ab5ba +MISC metadata.xml 158 RMD160 f15477b4ffb8ae0849cbae52329d1bdf99a407f4 SHA1 18cd6cdb98f781c3975c49f300d3f8b1e07333b8 SHA256 b5a2d16139d03b8af578bc87503b14b589dd7e3544d879297ccdb735d35a02e2 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> |