diff options
author | Markus Dittrich <markusle@gentoo.org> | 2006-01-03 16:23:33 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2006-01-03 16:23:33 +0000 |
commit | 15566db949807ff63dabcd9c87db0b4c2f7881ee (patch) | |
tree | 01b829ec8d1a87468e142672285b3996f74e8b66 /sci-calculators/qalculate-kde/qalculate-kde-0.9.2.ebuild | |
parent | sort (diff) | |
download | gentoo-2-15566db949807ff63dabcd9c87db0b4c2f7881ee.tar.gz gentoo-2-15566db949807ff63dabcd9c87db0b4c2f7881ee.tar.bz2 gentoo-2-15566db949807ff63dabcd9c87db0b4c2f7881ee.zip |
New version. This fixes bug #116959.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sci-calculators/qalculate-kde/qalculate-kde-0.9.2.ebuild')
-rw-r--r-- | sci-calculators/qalculate-kde/qalculate-kde-0.9.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-calculators/qalculate-kde/qalculate-kde-0.9.2.ebuild b/sci-calculators/qalculate-kde/qalculate-kde-0.9.2.ebuild new file mode 100644 index 000000000000..3a16e8582b25 --- /dev/null +++ b/sci-calculators/qalculate-kde/qalculate-kde-0.9.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 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.9.2.ebuild,v 1.1 2006/01/03 16:23:32 markusle Exp $ + +myconf="--disable-clntest" + +inherit kde + +DESCRIPTION="A modern multi-purpose calculator for KDE" +LICENSE="GPL-2" +HOMEPAGE="http://qalculate.sourceforge.net/" +SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz" + +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~sparc ~x86" + +DEPEND="=sci-libs/libqalculate-0.9.2* + kde-base/kdelibs" + +DOCS="AUTHORS ChangeLog NEWS README TODO" + +need-kde 3.1 |