diff options
author | Jeroen Roovers <jer@gentoo.org> | 2006-05-25 00:15:37 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2006-05-25 00:15:37 +0000 |
commit | fbd3bf7c9fd3069c3efa9dc4489e37d186c36e2f (patch) | |
tree | 6c8b4f8aa7c828889e78bb73c4482c9d31b0cc3d /dev-libs/quantlib | |
parent | Moved back to ~ppc for bug #107705. (diff) | |
download | gentoo-2-fbd3bf7c9fd3069c3efa9dc4489e37d186c36e2f.tar.gz gentoo-2-fbd3bf7c9fd3069c3efa9dc4489e37d186c36e2f.tar.bz2 gentoo-2-fbd3bf7c9fd3069c3efa9dc4489e37d186c36e2f.zip |
Removed ~hppa from KEYWORDS as it never seems to have been tested on this arch (cf. bug #76396 comment #12).
(Portage version: 2.1_rc2-r2)
Diffstat (limited to 'dev-libs/quantlib')
-rw-r--r-- | dev-libs/quantlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/quantlib/files/digest-quantlib-0.3.11 | 2 | ||||
-rw-r--r-- | dev-libs/quantlib/quantlib-0.3.0.ebuild | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-libs/quantlib/ChangeLog b/dev-libs/quantlib/ChangeLog index a101ddfa607f..9d7143462df0 100644 --- a/dev-libs/quantlib/ChangeLog +++ b/dev-libs/quantlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/quantlib # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/ChangeLog,v 1.22 2006/04/22 00:15:58 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/ChangeLog,v 1.23 2006/05/25 00:15:36 jer Exp $ + + 25 May 2006; Jeroen Roovers <jer@gentoo.org> quantlib-0.3.0.ebuild: + Removed ~hppa from KEYWORDS as it never seems to have been tested on this + arch (cf. bug #76396 comment #12). *quantlib-0.3.12 (22 Apr 2006) diff --git a/dev-libs/quantlib/files/digest-quantlib-0.3.11 b/dev-libs/quantlib/files/digest-quantlib-0.3.11 index 73c0cf1746f0..e17125dc3113 100644 --- a/dev-libs/quantlib/files/digest-quantlib-0.3.11 +++ b/dev-libs/quantlib/files/digest-quantlib-0.3.11 @@ -1 +1,3 @@ MD5 f02507e867d31dbed356ec0bfcd8580d QuantLib-0.3.11.tar.gz 1582822 +RMD160 3995277aa33c66e6203c6806af2cadb8dd4734c3 QuantLib-0.3.11.tar.gz 1582822 +SHA256 7f128e83081c3b7be1ef1d9005a245462dc0fa1a060cb51b50ec5ac67da36c25 QuantLib-0.3.11.tar.gz 1582822 diff --git a/dev-libs/quantlib/quantlib-0.3.0.ebuild b/dev-libs/quantlib/quantlib-0.3.0.ebuild index 2e387a94ce1e..7ce06d6bdbb0 100644 --- a/dev-libs/quantlib/quantlib-0.3.0.ebuild +++ b/dev-libs/quantlib/quantlib-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/quantlib-0.3.0.ebuild,v 1.11 2006/02/19 19:32:45 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/quantlib-0.3.0.ebuild,v 1.12 2006/05/25 00:15:36 jer Exp $ IUSE="" @@ -15,7 +15,7 @@ DEPEND="sys-devel/libtool" SLOT="0" LICENSE="BSD" -KEYWORDS="alpha ~hppa ppc ~sparc x86" +KEYWORDS="alpha ppc ~sparc x86" src_install(){ einstall || die "einstall failed" |