diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-09-27 18:01:37 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-09-27 18:01:37 +0000 |
commit | fdb524ed728de31804ab4acdaf1038a8a182b96f (patch) | |
tree | 0c5897322d008e862e359c4cb6b76ee76a12dc87 /app-sci/kmatplot | |
parent | Changed games-arcade/pyddr-songs to games-arcade/pydance-songs (diff) | |
download | gentoo-2-fdb524ed728de31804ab4acdaf1038a8a182b96f.tar.gz gentoo-2-fdb524ed728de31804ab4acdaf1038a8a182b96f.tar.bz2 gentoo-2-fdb524ed728de31804ab4acdaf1038a8a182b96f.zip |
changelog :p
Diffstat (limited to 'app-sci/kmatplot')
-rw-r--r-- | app-sci/kmatplot/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/kmatplot/Manifest | 12 | ||||
-rw-r--r-- | app-sci/kmatplot/kmatplot-0.4-r2.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/app-sci/kmatplot/ChangeLog b/app-sci/kmatplot/ChangeLog index 635d7b988f22..716d3f88e050 100644 --- a/app-sci/kmatplot/ChangeLog +++ b/app-sci/kmatplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/kmatplot # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/kmatplot/ChangeLog,v 1.8 2003/09/16 02:43:30 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/kmatplot/ChangeLog,v 1.9 2003/09/27 18:01:33 lanius Exp $ + + 27 Sep 2003; Heinrich Wendel <lanius@gentoo.org> kmatplot-0.4-r2.ebuild: + changed octave dep to any version, 2.0 does only compile with gcc2.x *kmatplot-0.4-r2 (15 Sep 2003) diff --git a/app-sci/kmatplot/Manifest b/app-sci/kmatplot/Manifest index 9715690bde6a..e19a877f229b 100644 --- a/app-sci/kmatplot/Manifest +++ b/app-sci/kmatplot/Manifest @@ -1,12 +1,12 @@ -MD5 7d64448ceae48be65bc528facc3a476c kmatplot-0.4-r2.ebuild 665 -MD5 d3ea0071482017f48d60c6be417ff853 kmatplot-0.4.ebuild 585 +MD5 da5ef5fffba7adbd1291663043fbab09 ChangeLog 1278 MD5 42797b6ce8f30461a03302de032789fe kmatplot-0.4-r1.ebuild 623 -MD5 af92f9d975cc02936c7b4fdb682b152b ChangeLog 1130 +MD5 d3ea0071482017f48d60c6be417ff853 kmatplot-0.4.ebuild 585 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 2d8855ae0b1d97a599c95667531ebefc kmatplot-0.4-r2.ebuild 661 MD5 cd4f07358148cf90bf6fa35989e737f4 files/digest-kmatplot-0.4 64 -MD5 65e9ee5ac2b4919fa378b2d460d96ac3 files/kmatplot-0.4-kmatplotrc.patch 583 MD5 cd4f07358148cf90bf6fa35989e737f4 files/digest-kmatplot-0.4-r1 64 -MD5 cd4f07358148cf90bf6fa35989e737f4 files/digest-kmatplot-0.4-r2 64 -MD5 b2dd1ec732fb8452052b4b7f0b05f01b files/kmatplot-0.4-inline.patch 1037 MD5 574bb4c70503b9caaad9cfd4c8495a78 files/kmatplot-0.4-gentoo.patch 9650 MD5 375f4e27883476a021c3aabef1c2dbfd files/kmatplot-0.4-gentoo2.patch 965 +MD5 b2dd1ec732fb8452052b4b7f0b05f01b files/kmatplot-0.4-inline.patch 1037 +MD5 65e9ee5ac2b4919fa378b2d460d96ac3 files/kmatplot-0.4-kmatplotrc.patch 583 +MD5 cd4f07358148cf90bf6fa35989e737f4 files/digest-kmatplot-0.4-r2 64 diff --git a/app-sci/kmatplot/kmatplot-0.4-r2.ebuild b/app-sci/kmatplot/kmatplot-0.4-r2.ebuild index ef4239e134ae..5ecb760efedb 100644 --- a/app-sci/kmatplot/kmatplot-0.4-r2.ebuild +++ b/app-sci/kmatplot/kmatplot-0.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/kmatplot/kmatplot-0.4-r2.ebuild,v 1.1 2003/09/16 02:43:30 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/kmatplot/kmatplot-0.4-r2.ebuild,v 1.2 2003/09/27 18:01:33 lanius Exp $ PATCHES="${FILESDIR}/${P}-gentoo.patch ${FILESDIR}/${P}-inline.patch @@ -17,5 +17,5 @@ SRC_URI="http://kmatplot.sourceforge.net/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND="=app-sci/octave-2.0* +DEPEND="app-sci/octave* >=app-sci/scilab-2.6" |