diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-03 19:37:27 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-03 19:37:27 +0000 |
commit | 7688813c1bbc39aed4f4c82da6e6f3b2d76b42f6 (patch) | |
tree | 61f62d17fd3ce63f57ddf83128998f95bcd88f89 /sci-libs | |
parent | x86 stable, see bug 414711 (diff) | |
download | historical-7688813c1bbc39aed4f4c82da6e6f3b2d76b42f6.tar.gz historical-7688813c1bbc39aed4f4c82da6e6f3b2d76b42f6.tar.bz2 historical-7688813c1bbc39aed4f4c82da6e6f3b2d76b42f6.zip |
Keyword amd64-linux x86-linux
Package-Manager: portage-2.2.01.20796-prefix/cvs/Linux x86_64
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/io_lib/ChangeLog | 9 | ||||
-rw-r--r-- | sci-libs/io_lib/io_lib-1.12.5.ebuild | 10 | ||||
-rw-r--r-- | sci-libs/io_lib/metadata.xml | 8 | ||||
-rw-r--r-- | sci-libs/itpp/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/itpp/itpp-4.2-r2.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/jama/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/jama/jama-1.2.5.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/libcore/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/libcore/libcore-2.1.1-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/libdap/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libdap/libdap-3.11.3.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/libdap/metadata.xml | 23 | ||||
-rw-r--r-- | sci-libs/libnova/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/libnova/libnova-0.15.0.ebuild | 4 |
14 files changed, 66 insertions, 42 deletions
diff --git a/sci-libs/io_lib/ChangeLog b/sci-libs/io_lib/ChangeLog index ae0dcd63de8a..9a95623bac53 100644 --- a/sci-libs/io_lib/ChangeLog +++ b/sci-libs/io_lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/io_lib -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/ChangeLog,v 1.20 2011/08/07 04:06:22 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/ChangeLog,v 1.21 2012/08/03 19:20:41 bicatali Exp $ + + 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> io_lib-1.12.5.ebuild, + metadata.xml: + Keyword amd64-linux x86-linux *io_lib-1.12.5 (07 Aug 2011) @@ -100,4 +104,3 @@ 18 Sep 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml, +io_lib-1.8.12b.ebuild: Initial import - diff --git a/sci-libs/io_lib/io_lib-1.12.5.ebuild b/sci-libs/io_lib/io_lib-1.12.5.ebuild index e8b4d546c40b..bace811cc5fa 100644 --- a/sci-libs/io_lib/io_lib-1.12.5.ebuild +++ b/sci-libs/io_lib/io_lib-1.12.5.ebuild @@ -1,18 +1,20 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/io_lib-1.12.5.ebuild,v 1.1 2011/08/07 04:06:22 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/io_lib-1.12.5.ebuild,v 1.2 2012/08/03 19:20:41 bicatali Exp $ EAPI=4 -DESCRIPTION="A general purpose trace and experiment file reading/writing interface" +DESCRIPTION="General purpose trace and experiment file reading/writing interface" HOMEPAGE="http://staden.sourceforge.net/" SRC_URI="mirror://sourceforge/staden/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" +# needs stadden, not in portage +RESTRICT=test # Prototype changes in io_lib-1.9.0 create incompatibilities with BioPerl. (Only # versions 1.8.11 and 1.8.12 will work with the BioPerl Staden extensions.) #DEPEND="!sci-biology/bioperl" diff --git a/sci-libs/io_lib/metadata.xml b/sci-libs/io_lib/metadata.xml index d369d068ffb8..cc0c10c52425 100644 --- a/sci-libs/io_lib/metadata.xml +++ b/sci-libs/io_lib/metadata.xml @@ -1,5 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> +<herd>sci</herd> +<longdescription> + io_lib is a library of file reading and writing code to provide a + general purpose trace file (and Experiment File) reading interface. The + programmer simply calls the (eg) read_reading to create a "Read" C structure + with the data loaded into memory. +</longdescription> </pkgmetadata> diff --git a/sci-libs/itpp/ChangeLog b/sci-libs/itpp/ChangeLog index b2522bd10596..1b3a0b8ca7e0 100644 --- a/sci-libs/itpp/ChangeLog +++ b/sci-libs/itpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/itpp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.115 2012/07/17 08:11:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.116 2012/08/03 19:24:33 bicatali Exp $ + + 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> itpp-4.2-r2.ebuild: + Keyword amd64-linux x86-linux 17 Jul 2012; Justin Lecher <jlec@gentoo.org> itpp-4.2-r1.ebuild, itpp-4.2-r2.ebuild, +files/itpp-4.2-pkg-config.patch: @@ -471,4 +474,3 @@ +itpp-3.9.1.ebuild: Initial import (fixes bug #120163). Many thanks to Adam Piątyszek <ediap@et.put.poznan.pl> for his ebuild. - diff --git a/sci-libs/itpp/itpp-4.2-r2.ebuild b/sci-libs/itpp/itpp-4.2-r2.ebuild index dba084af674e..f7d283973167 100644 --- a/sci-libs/itpp/itpp-4.2-r2.ebuild +++ b/sci-libs/itpp/itpp-4.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.2-r2.ebuild,v 1.2 2012/07/17 08:11:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.2-r2.ebuild,v 1.3 2012/08/03 19:24:33 bicatali Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" SLOT="0" LICENSE="GPL-3" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="blas debug doc fftw lapack minimal static-libs" RDEPEND=" diff --git a/sci-libs/jama/ChangeLog b/sci-libs/jama/ChangeLog index 8914a93a15d9..f5104a36b150 100644 --- a/sci-libs/jama/ChangeLog +++ b/sci-libs/jama/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/jama -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/jama/ChangeLog,v 1.1 2010/02/25 06:03:43 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/jama/ChangeLog,v 1.2 2012/08/03 19:28:50 bicatali Exp $ + + 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> jama-1.2.5.ebuild: + Keyword amd64-linux x86-linux *jama-1.2.5 (25 Feb 2010) @@ -15,4 +18,3 @@ 17 Dec 2007; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml, +jama-1.2.5.ebuild: Initial import - diff --git a/sci-libs/jama/jama-1.2.5.ebuild b/sci-libs/jama/jama-1.2.5.ebuild index 97d6641c3e40..fa6a65779211 100644 --- a/sci-libs/jama/jama-1.2.5.ebuild +++ b/sci-libs/jama/jama-1.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/jama/jama-1.2.5.ebuild,v 1.1 2010/02/25 06:03:43 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/jama/jama-1.2.5.ebuild,v 1.2 2012/08/03 19:28:50 bicatali Exp $ inherit versionator @@ -14,7 +14,7 @@ SRC_URI="http://math.nist.gov/tnt/${MYP}.zip LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" diff --git a/sci-libs/libcore/ChangeLog b/sci-libs/libcore/ChangeLog index 91b4f58c7e85..493ce184e879 100644 --- a/sci-libs/libcore/ChangeLog +++ b/sci-libs/libcore/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libcore -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v 1.8 2011/08/08 18:51:41 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v 1.9 2012/08/03 19:34:54 bicatali Exp $ + + 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> libcore-2.1.1-r1.ebuild: + Keyword amd64-linux x86-linux *libcore-2.1.1-r1 (08 Aug 2011) @@ -44,4 +47,3 @@ 12 Oct 2006; <djay@gentoo.org> +files/core-1.7.patch, +metadata.xml, +core-1.7.ebuild: Initial Import - diff --git a/sci-libs/libcore/libcore-2.1.1-r1.ebuild b/sci-libs/libcore/libcore-2.1.1-r1.ebuild index cf2246cd3a5b..804b01853e1f 100644 --- a/sci-libs/libcore/libcore-2.1.1-r1.ebuild +++ b/sci-libs/libcore/libcore-2.1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/libcore-2.1.1-r1.ebuild,v 1.1 2011/08/08 18:51:41 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/libcore-2.1.1-r1.ebuild,v 1.2 2012/08/03 19:34:54 bicatali Exp $ EAPI=4 inherit eutils toolchain-funcs versionator @@ -15,7 +15,7 @@ SRC_URI="http://cs.nyu.edu/exact/core/download/${MYPN}/${MYPN}-${PV}.tgz LICENSE="QPL-1.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc static-libs" RDEPEND="" diff --git a/sci-libs/libdap/ChangeLog b/sci-libs/libdap/ChangeLog index 633fb49dc096..fc0022b087ca 100644 --- a/sci-libs/libdap/ChangeLog +++ b/sci-libs/libdap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/libdap # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/ChangeLog,v 1.14 2012/07/08 17:58:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/ChangeLog,v 1.15 2012/08/03 19:37:27 bicatali Exp $ + + 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> libdap-3.11.3.ebuild, + metadata.xml: + Keyword amd64-linux x86-linux 08 Jul 2012; Justin Lecher <jlec@gentoo.org> libdap-3.11.3.ebuild, +files/libdap-3.11.3-gcc-4.7.patch, metadata.xml: @@ -67,4 +71,3 @@ 19 Apr 2009; Steve Arnold <nerdboy@gentoo.org> +metadata.xml, +libdap-3.9.2.ebuild: New ebuild for OPeNDAP C++ library, a required dependency for ferret. - diff --git a/sci-libs/libdap/libdap-3.11.3.ebuild b/sci-libs/libdap/libdap-3.11.3.ebuild index f648e33ea2cf..628b036825af 100644 --- a/sci-libs/libdap/libdap-3.11.3.ebuild +++ b/sci-libs/libdap/libdap-3.11.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/libdap-3.11.3.ebuild,v 1.3 2012/07/08 17:58:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/libdap-3.11.3.ebuild,v 1.4 2012/08/03 19:37:27 bicatali Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.opendap.org/pub/source/${P}.tar.gz" LICENSE="|| ( LGPL-2.1 URI )" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc static-libs test" RDEPEND=" diff --git a/sci-libs/libdap/metadata.xml b/sci-libs/libdap/metadata.xml index 3a723f48bbc0..58d3c2984358 100644 --- a/sci-libs/libdap/metadata.xml +++ b/sci-libs/libdap/metadata.xml @@ -1,16 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci-geosciences</herd> - <maintainer> - <email>nerdboy@gentoo.org</email> - </maintainer> - <longdescription> -libdap is a C++ implementation of OPeNDAP which allows access to data over the -internet, from programs that weren't originally designed for that purpose, as -well as some that were. While OPeNDAP is the original developer of the Data -Access Protocol (DAP) which it's software uses, many other groups have adopted -DAP and provide compatible clients, servers and software development kits. -DAP is a NASA community standard: http://www.esdswg.org/spg/rfc/ese-rfc-004 +<herd>sci-geosciences</herd> +<maintainer> + <email>nerdboy@gentoo.org</email> +</maintainer> +<longdescription> + libdap is a C++ implementation of OPeNDAP which allows access to + data over the internet, from programs that weren't originally + designed for that purpose, as well as some that were. While OPeNDAP + is the original developer of the Data Access Protocol (DAP) which + it's software uses, many other groups have adopted DAP and provide + compatible clients, servers and software development kits. DAP is a + NASA community standard: http://www.esdswg.org/spg/rfc/ese-rfc-004 </longdescription> </pkgmetadata> diff --git a/sci-libs/libnova/ChangeLog b/sci-libs/libnova/ChangeLog index 9dbaa4246093..2ee2268b9264 100644 --- a/sci-libs/libnova/ChangeLog +++ b/sci-libs/libnova/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libnova # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnova/ChangeLog,v 1.16 2012/07/24 18:00:28 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnova/ChangeLog,v 1.17 2012/08/03 19:30:14 bicatali Exp $ + + 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> libnova-0.15.0.ebuild: + Keyword amd64-linux x86-linux 24 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> libnova-0.15.0.ebuild: respect user flags, bug #427484 diff --git a/sci-libs/libnova/libnova-0.15.0.ebuild b/sci-libs/libnova/libnova-0.15.0.ebuild index ded1ae4a8302..5429753cab4e 100644 --- a/sci-libs/libnova/libnova-0.15.0.ebuild +++ b/sci-libs/libnova/libnova-0.15.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnova/libnova-0.15.0.ebuild,v 1.2 2012/07/24 18:00:28 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnova/libnova-0.15.0.ebuild,v 1.3 2012/08/03 19:30:14 bicatali Exp $ EAPI=4 inherit eutils autotools @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples static-libs" DEPEND="doc? ( app-doc/doxygen )" |