diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-29 19:58:33 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-29 19:58:33 +0000 |
commit | 74bd4e6d98998d7770add996f652c1f190e94883 (patch) | |
tree | 6fd7454f41962f6b47c72a2ed7aae71ed47ea9b5 /sci-visualization/kpl/kpl-3.2.ebuild | |
parent | Moved media-gfx/grace to sci-visualization/grace (diff) | |
download | gentoo-2-74bd4e6d98998d7770add996f652c1f190e94883.tar.gz gentoo-2-74bd4e6d98998d7770add996f652c1f190e94883.tar.bz2 gentoo-2-74bd4e6d98998d7770add996f652c1f190e94883.zip |
Moved from media-gfx/kpl to sci-visualization/kpl.
Diffstat (limited to 'sci-visualization/kpl/kpl-3.2.ebuild')
-rw-r--r-- | sci-visualization/kpl/kpl-3.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-visualization/kpl/kpl-3.2.ebuild b/sci-visualization/kpl/kpl-3.2.ebuild new file mode 100644 index 000000000000..035944d3b721 --- /dev/null +++ b/sci-visualization/kpl/kpl-3.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kpl/kpl-3.2.ebuild,v 1.1 2006/01/29 19:58:33 cryos Exp $ + +inherit kde + +DESCRIPTION="KDE tool for plotting data sets and functions in 2D and 3D." +HOMEPAGE="http://frsl06.physik.uni-freiburg.de/privat/stille/kpl/" +SRC_URI="http://frsl06.physik.uni-freiburg.de/privat/stille/kpl/${P}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="amd64 ~ppc x86" +IUSE="" + +need-kde 3.2 + +PATCHES="${FILESDIR}/${P}-arts-configure.patch" |