diff options
author | Markus Dittrich <markusle@gentoo.org> | 2006-10-24 13:06:45 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2006-10-24 13:06:45 +0000 |
commit | 1e7f809cce4f65db3b5ff3f24012c0776d33c538 (patch) | |
tree | 081bf97b3356c785b4cb1f03aee340a1b6e02780 /media-gfx/kst | |
parent | Version bump, we're at 2.6.19_rc3. (diff) | |
download | gentoo-2-1e7f809cce4f65db3b5ff3f24012c0776d33c538.tar.gz gentoo-2-1e7f809cce4f65db3b5ff3f24012c0776d33c538.tar.bz2 gentoo-2-1e7f809cce4f65db3b5ff3f24012c0776d33c538.zip |
Version bump. This fixes bug #124110.
(Portage version: 2.1.2_pre3-r7)
Diffstat (limited to 'media-gfx/kst')
-rw-r--r-- | media-gfx/kst/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/kst/files/digest-kst-1.3.1 | 3 | ||||
-rw-r--r-- | media-gfx/kst/kst-1.3.1.ebuild | 19 |
3 files changed, 29 insertions, 1 deletions
diff --git a/media-gfx/kst/ChangeLog b/media-gfx/kst/ChangeLog index 5650d84b8046..e65c67d8f23c 100644 --- a/media-gfx/kst/ChangeLog +++ b/media-gfx/kst/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/kst # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kst/ChangeLog,v 1.16 2006/08/08 18:12:14 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kst/ChangeLog,v 1.17 2006/10/24 13:06:45 markusle Exp $ + +*kst-1.3.1 (22 Oct 2006) + + 22 Oct 2006; Markus Dittrich <markusle@gentoo.org> + +kst-1.3.1.ebuild: + Version bump. This fixes bug #124110. 08 Aug 2006; Patrick McLean <chutzpah@gentoo.org> kst-1.1.1.ebuild: Stable on amd64 (bug #141352) diff --git a/media-gfx/kst/files/digest-kst-1.3.1 b/media-gfx/kst/files/digest-kst-1.3.1 new file mode 100644 index 000000000000..07c7735291a1 --- /dev/null +++ b/media-gfx/kst/files/digest-kst-1.3.1 @@ -0,0 +1,3 @@ +MD5 b18013223dc4cc2d1d0c8c4197bf8f97 kst-1.3.1.tar.gz 10678372 +RMD160 f5a4c6273e570b5595db2935e8fadaceef8dbf07 kst-1.3.1.tar.gz 10678372 +SHA256 9fae3704dda38eebe94442352d093c99aaa8add4144515660f5c8f02c38f1783 kst-1.3.1.tar.gz 10678372 diff --git a/media-gfx/kst/kst-1.3.1.ebuild b/media-gfx/kst/kst-1.3.1.ebuild new file mode 100644 index 000000000000..516524030c1e --- /dev/null +++ b/media-gfx/kst/kst-1.3.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kst/kst-1.3.1.ebuild,v 1.1 2006/10/24 13:06:45 markusle Exp $ + +inherit kde + +DESCRIPTION="A plotting and data viewing program for KDE." +HOMEPAGE="http://kst.kde.org/" +SRC_URI="mirror://kde/stable/apps/KDE3.x/scientific/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="sci-libs/gsl + >=sci-libs/netcdf-3.6.1-r1" + +need-kde 3.5 |