diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-03-17 01:26:59 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-03-17 01:26:59 +0000 |
commit | 825222f0938fabc2c6b2c2cbaa790ccf6c032fa6 (patch) | |
tree | 3022e84027dc1b5b944c1309f2669035f93fd02a /media-gfx/quickplot | |
parent | segfaults on amd64, remove KEYWORD (diff) | |
download | historical-825222f0938fabc2c6b2c2cbaa790ccf6c032fa6.tar.gz historical-825222f0938fabc2c6b2c2cbaa790ccf6c032fa6.tar.bz2 historical-825222f0938fabc2c6b2c2cbaa790ccf6c032fa6.zip |
Marked stable on amd64 and x86.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-gfx/quickplot')
-rw-r--r-- | media-gfx/quickplot/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/quickplot/Manifest | 10 | ||||
-rw-r--r-- | media-gfx/quickplot/quickplot-0.8.5.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/media-gfx/quickplot/ChangeLog b/media-gfx/quickplot/ChangeLog index 6ef547851252..454730ce956b 100644 --- a/media-gfx/quickplot/ChangeLog +++ b/media-gfx/quickplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/quickplot # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/quickplot/ChangeLog,v 1.4 2005/01/09 06:32:57 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/quickplot/ChangeLog,v 1.5 2005/03/17 01:26:59 cryos Exp $ + + 17 Mar 2005; Marcus D. Hanwell <cryos@gentoo.org> quickplot-0.8.5.ebuild: + Marked stable on amd64 and x86. 09 Jan 2005; Marcus Hanwell <cryos@gentoo.org> quickplot-0.8.5.ebuild: Corrected paths in the help files, added a .desktop entry. diff --git a/media-gfx/quickplot/Manifest b/media-gfx/quickplot/Manifest index f0d7a69ed14c..c07b3c8669af 100644 --- a/media-gfx/quickplot/Manifest +++ b/media-gfx/quickplot/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +MD5 866b6933a075cbaee6b86ae544d46272 quickplot-0.8.5.ebuild 1652 +MD5 24723fd9465168df90ac117e13dd7349 ChangeLog 1217 MD5 f7ccf447ef7110a72f7c987c517942bd metadata.xml 689 -MD5 a425f122c573192958bf8e8b7dfbbba6 ChangeLog 1106 -MD5 10d67333be1b6c2f7d7e65cb3bd143b8 quickplot-0.8.5.ebuild 1654 MD5 161b412e414642dbef003cb31c9584b0 files/digest-quickplot-0.8.5 68 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFB4NA6ntT9W3vfTuoRAnjFAJ9wOMzA0Gb1pOX7OqztaDEMZUMykACcCpsk -oSHE1rJcezfIp9v+kGK7JL4= -=hBCM +iD8DBQFCONzqntT9W3vfTuoRAsB7AKCVKX+sEILSlSon+TxB9W1Wpi3FfgCghl7O +Wkq9uAvtRYqc/7BswKKPPhU= +=Ncnx -----END PGP SIGNATURE----- diff --git a/media-gfx/quickplot/quickplot-0.8.5.ebuild b/media-gfx/quickplot/quickplot-0.8.5.ebuild index 98b24b79cabc..835ea661903b 100644 --- a/media-gfx/quickplot/quickplot-0.8.5.ebuild +++ b/media-gfx/quickplot/quickplot-0.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/quickplot/quickplot-0.8.5.ebuild,v 1.3 2005/01/09 06:32:57 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/quickplot/quickplot-0.8.5.ebuild,v 1.4 2005/03/17 01:26:59 cryos Exp $ inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://quickplot.sourceforge.net/" IUSE="sndfile" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 amd64" RDEPEND=">=dev-cpp/gtkmm-2.4.5 sndfile? ( >=media-libs/libsndfile-1.0.5 )" |