diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-02-24 17:22:27 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-02-24 17:22:27 +0000 |
commit | 1f5cccb1342516d53e365bdb7c1cece5fde0b43d (patch) | |
tree | d4b150c35f75fb5f90600b35dbb4bc1ff141e517 /sci-calculators/kconvert/kconvert-1.1-r1.ebuild | |
parent | stable on amd64/x86 (diff) | |
download | historical-1f5cccb1342516d53e365bdb7c1cece5fde0b43d.tar.gz historical-1f5cccb1342516d53e365bdb7c1cece5fde0b43d.tar.bz2 historical-1f5cccb1342516d53e365bdb7c1cece5fde0b43d.zip |
Fixed ebuild to use kde.eclass, built without arts and a few other bits. Fixes bug 82095.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sci-calculators/kconvert/kconvert-1.1-r1.ebuild')
-rw-r--r-- | sci-calculators/kconvert/kconvert-1.1-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-calculators/kconvert/kconvert-1.1-r1.ebuild b/sci-calculators/kconvert/kconvert-1.1-r1.ebuild new file mode 100644 index 000000000000..5b3ba5450be8 --- /dev/null +++ b/sci-calculators/kconvert/kconvert-1.1-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kconvert/kconvert-1.1-r1.ebuild,v 1.1 2005/02/24 17:22:27 cryos Exp $ + +inherit kde + +DESCRIPTION="KDE tool to cnovert between different units" +HOMEPAGE="http://apps.kde.com/na/2/counter/vid/5632/kcurl" +SRC_URI="http://ftp.kde.com/Math_Science/KConvert/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc" +IUSE="" + +need-kde 3 + +S=${WORKDIR}/${PN} + +src_unpack() { + kde_src_unpack + use arts || epatch ${FILESDIR}/${P}-arts-configure.patch +} |