diff options
author | 2013-02-04 07:21:25 +0000 | |
---|---|---|
committer | 2013-02-04 07:21:25 +0000 | |
commit | 1e11b3faee13d1c104df48395767f019f3116b24 (patch) | |
tree | f683ddc4789bfbb7b243973e0c3022a65ecd8717 /sci-libs/bmrblib | |
parent | Fix building with tcl-6.0 and glibc-2.16. Fixes #452820, #441036. Thanks to H... (diff) | |
download | gentoo-2-1e11b3faee13d1c104df48395767f019f3116b24.tar.gz gentoo-2-1e11b3faee13d1c104df48395767f019f3116b24.tar.bz2 gentoo-2-1e11b3faee13d1c104df48395767f019f3116b24.zip |
sci-libs/bmrblib: Add snapshot from svn
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs/bmrblib')
-rw-r--r-- | sci-libs/bmrblib/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/sci-libs/bmrblib/ChangeLog b/sci-libs/bmrblib/ChangeLog index 521521c8b9ab..cb4af7dbe080 100644 --- a/sci-libs/bmrblib/ChangeLog +++ b/sci-libs/bmrblib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/bmrblib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/ChangeLog,v 1.3 2013/02/04 07:07:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/ChangeLog,v 1.4 2013/02/04 07:21:25 jlec Exp $ + +*bmrblib-1.0.1_pre198 (04 Feb 2013) + + 04 Feb 2013; Justin Lecher <jlec@gentoo.org> +bmrblib-1.0.1_pre198.ebuild: + Add snapshot from svn *bmrblib-1.0.0-r1 (04 Feb 2013) diff --git a/sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild b/sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild new file mode 100644 index 000000000000..9c452ededc13 --- /dev/null +++ b/sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild,v 1.1 2013/02/04 07:21:25 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) + +inherit distutils-r1 + +DESCRIPTION="API abstracting the BioMagResBank (BMRB) NMR-STAR format (http://www.bmrb.wisc.edu/)" +HOMEPAGE="http://gna.org/projects/bmrblib/" +#SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2" +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" |