diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-06-05 15:25:13 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-06-05 15:25:13 +0000 |
commit | cad84a5671b28d3e8e2709efc604f0ffa051b9d0 (patch) | |
tree | dde7101711e808b4b784747b2460c067791092db /sci-calculators/qalculate-kde | |
parent | Manifest fix. (diff) | |
download | historical-cad84a5671b28d3e8e2709efc604f0ffa051b9d0.tar.gz historical-cad84a5671b28d3e8e2709efc604f0ffa051b9d0.tar.bz2 historical-cad84a5671b28d3e8e2709efc604f0ffa051b9d0.zip |
Initial import. This package, along with "libqalculate" and "qalculate-gtk" will eventually replace the "qalculate" package.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-calculators/qalculate-kde')
4 files changed, 39 insertions, 0 deletions
diff --git a/sci-calculators/qalculate-kde/ChangeLog b/sci-calculators/qalculate-kde/ChangeLog new file mode 100644 index 000000000000..9b40ae610b3e --- /dev/null +++ b/sci-calculators/qalculate-kde/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for sci-calculators/qalculate-kde +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-kde/ChangeLog,v 1.1 2005/06/05 15:25:13 ribosome Exp $ + +*qalculate-kde-0.8.0 (05 Jun 2005) + + 05 Jun 2005; Olivier Fisette <ribosome@gentoo.org> +metadata.xml, + +qalculate-kde-0.8.0.ebuild: + Initial import. This package, along with "libqalculate" and "qalculate-gtk" + will eventually replace the "qalculate" package. + diff --git a/sci-calculators/qalculate-kde/files/digest-qalculate-kde-0.8.0 b/sci-calculators/qalculate-kde/files/digest-qalculate-kde-0.8.0 new file mode 100644 index 000000000000..29be03416aeb --- /dev/null +++ b/sci-calculators/qalculate-kde/files/digest-qalculate-kde-0.8.0 @@ -0,0 +1 @@ +MD5 0308f06f979c8eeb283c6571e2f7aa32 qalculate-kde-0.8.0.tar.gz 1566779 diff --git a/sci-calculators/qalculate-kde/metadata.xml b/sci-calculators/qalculate-kde/metadata.xml new file mode 100644 index 000000000000..d369d068ffb8 --- /dev/null +++ b/sci-calculators/qalculate-kde/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>sci</herd> +</pkgmetadata> diff --git a/sci-calculators/qalculate-kde/qalculate-kde-0.8.0.ebuild b/sci-calculators/qalculate-kde/qalculate-kde-0.8.0.ebuild new file mode 100644 index 000000000000..3ad2d6a2fa40 --- /dev/null +++ b/sci-calculators/qalculate-kde/qalculate-kde-0.8.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-kde/qalculate-kde-0.8.0.ebuild,v 1.1 2005/06/05 15:25:13 ribosome Exp $ + +inherit kde + +DESCRIPTION="A modern multi-purpose calculator for KDE" +HOMEPAGE="http://qalculate.sourceforge.net/" +SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="sci-libs/libqalculate + x11-libs/qt + kde-base/kdelibs" + +DOCS="AUTHORS ChangeLog NEWS README TODO" + +need-kde 3.1 |