diff options
-rw-r--r-- | sci-libs/bmrblib/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/bmrblib/bmrblib-1.0.2.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sci-libs/bmrblib/ChangeLog b/sci-libs/bmrblib/ChangeLog index cb4af7dbe080..e26baff92df1 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.4 2013/02/04 07:21:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/ChangeLog,v 1.5 2013/05/13 07:26:19 jlec Exp $ + +*bmrblib-1.0.2 (13 May 2013) + + 13 May 2013; Justin Lecher <jlec@gentoo.org> +bmrblib-1.0.2.ebuild: + Version Bump *bmrblib-1.0.1_pre198 (04 Feb 2013) diff --git a/sci-libs/bmrblib/bmrblib-1.0.2.ebuild b/sci-libs/bmrblib/bmrblib-1.0.2.ebuild new file mode 100644 index 000000000000..48fb42e32195 --- /dev/null +++ b/sci-libs/bmrblib/bmrblib-1.0.2.ebuild @@ -0,0 +1,18 @@ +# 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.2.ebuild,v 1.1 2013/05/13 07:26:19 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" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" |