diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2007-06-11 08:53:12 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2007-06-11 08:53:12 +0000 |
commit | e5a8fd3b6ee5e4fe528645cfc6eac55ed82ff369 (patch) | |
tree | 1fee938fb8cb44e7c7a85812eed72270c1b08152 /sci-visualization/kpl | |
parent | Version bump. (diff) | |
download | gentoo-2-e5a8fd3b6ee5e4fe528645cfc6eac55ed82ff369.tar.gz gentoo-2-e5a8fd3b6ee5e4fe528645cfc6eac55ed82ff369.tar.bz2 gentoo-2-e5a8fd3b6ee5e4fe528645cfc6eac55ed82ff369.zip |
Removed old version.
(Portage version: 2.1.2.9)
Diffstat (limited to 'sci-visualization/kpl')
-rw-r--r-- | sci-visualization/kpl/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/kpl/files/digest-kpl-3.2 | 3 | ||||
-rw-r--r-- | sci-visualization/kpl/kpl-3.2.ebuild | 18 |
3 files changed, 4 insertions, 22 deletions
diff --git a/sci-visualization/kpl/ChangeLog b/sci-visualization/kpl/ChangeLog index ddfa043f2e0b..39fe84fa371e 100644 --- a/sci-visualization/kpl/ChangeLog +++ b/sci-visualization/kpl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/kpl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kpl/ChangeLog,v 1.8 2007/03/13 14:04:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kpl/ChangeLog,v 1.9 2007/06/11 08:53:12 cryos Exp $ + + 11 Jun 2007; Marcus D. Hanwell <cryos@gentoo.org> -kpl-3.2.ebuild: + Removed old version. 13 Mar 2007; Raúl Porcel <armin76@gentoo.org> kpl-3.3.ebuild: x86 stable diff --git a/sci-visualization/kpl/files/digest-kpl-3.2 b/sci-visualization/kpl/files/digest-kpl-3.2 deleted file mode 100644 index 0a884551aa77..000000000000 --- a/sci-visualization/kpl/files/digest-kpl-3.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 89b2638403563bef61abd8b02e6dd3e9 kpl-3.2.tar.bz2 682245 -RMD160 c756c5051a28f84c59d5d47bd033929f36d1f06e kpl-3.2.tar.bz2 682245 -SHA256 e67f947080ac454b564e5c840d9152b3f9fc5b744cacb416bf7fc557bcea5ea3 kpl-3.2.tar.bz2 682245 diff --git a/sci-visualization/kpl/kpl-3.2.ebuild b/sci-visualization/kpl/kpl-3.2.ebuild deleted file mode 100644 index 035944d3b721..000000000000 --- a/sci-visualization/kpl/kpl-3.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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" |