diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-28 01:02:03 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-28 01:02:03 +0000 |
commit | d65aa4fdf4df1bc5b3ef86a0885b19950cad7c48 (patch) | |
tree | f403845437569c12885e2a418ccb348ebfb0f4c0 /sci-mathematics | |
parent | Stable on amd64 and x86. Remove old version. (diff) | |
download | historical-d65aa4fdf4df1bc5b3ef86a0885b19950cad7c48.tar.gz historical-d65aa4fdf4df1bc5b3ef86a0885b19950cad7c48.tar.bz2 historical-d65aa4fdf4df1bc5b3ef86a0885b19950cad7c48.zip |
Stable on amd64.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/koctave/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/koctave/Manifest | 10 | ||||
-rw-r--r-- | sci-mathematics/koctave/koctave-0.65-r1.ebuild | 4 |
3 files changed, 17 insertions, 4 deletions
diff --git a/sci-mathematics/koctave/ChangeLog b/sci-mathematics/koctave/ChangeLog index 7115441d81dc..f156ebbd69b7 100644 --- a/sci-mathematics/koctave/ChangeLog +++ b/sci-mathematics/koctave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/koctave # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/ChangeLog,v 1.8 2005/08/20 16:50:19 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/ChangeLog,v 1.9 2005/08/28 01:02:03 cryos Exp $ + + 28 Aug 2005; Marcus D. Hanwell <cryos@gentoo.org> koctave-0.65-r1.ebuild: + Stable on amd64. 20 Aug 2005; Olivier Fisette <ribosome@gentoo.org> -koctave-0.65.ebuild, koctave-0.65-r1.ebuild: @@ -13,7 +16,7 @@ +koctave-0.65-r1.ebuild: Workaround for bug #43843. Adds documentation. - 31 May 2005; Marcus D. Hanwell <marcus@gentoo.org> koctave-0.65.ebuild: + 31 May 2005; Marcus D. Hanwell <cryos@gentoo.org> koctave-0.65.ebuild: Update homepage and download locations. 24 Apr 2005; Jason Wever <weeve@gentoo.org> koctave-0.65.ebuild: diff --git a/sci-mathematics/koctave/Manifest b/sci-mathematics/koctave/Manifest index f5abadd92a0b..79702f6ad2ba 100644 --- a/sci-mathematics/koctave/Manifest +++ b/sci-mathematics/koctave/Manifest @@ -1,5 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 183af58d7ee9453f10df87f08b912476 koctave-0.65-r1.ebuild 807 MD5 caecd7666a4fbd1f979a9b75a6279130 ChangeLog 2116 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 4f0ca821e35f031a4ca215f4640e10d4 files/koctave-0.65-arts-configure.patch 3569 MD5 9b94d969cb9913fb64624694df0523f4 files/digest-koctave-0.65-r1 140 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFDEQ0ZntT9W3vfTuoRAi0sAKCHVyGWf2LtZg5/bMh+0lsLiIuiqACfTGWB +mCTFF30hqFeapNjJ85RGL94= +=65EK +-----END PGP SIGNATURE----- diff --git a/sci-mathematics/koctave/koctave-0.65-r1.ebuild b/sci-mathematics/koctave/koctave-0.65-r1.ebuild index fc46e36d7a9d..d0d69f213853 100644 --- a/sci-mathematics/koctave/koctave-0.65-r1.ebuild +++ b/sci-mathematics/koctave/koctave-0.65-r1.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/sci-mathematics/koctave/koctave-0.65-r1.ebuild,v 1.3 2005/08/20 16:50:19 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/koctave-0.65-r1.ebuild,v 1.4 2005/08/28 01:02:03 cryos Exp $ inherit kde @@ -11,7 +11,7 @@ SRC_URI="http://athlone.ath.cx/~matti/kde/koctave/${PN}3-${PV}.tar.bz2 SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~amd64 ~ppc ~sparc" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="arts" |