diff options
author | 2013-10-22 15:12:55 +0000 | |
---|---|---|
committer | 2013-10-22 15:12:55 +0000 | |
commit | 9dc077e486915ed7dcbc43338fbcae241262c228 (patch) | |
tree | e3ae86002a687430cda72d923a8239907be8a578 /sci-libs/bmrblib | |
parent | sci-libs/minfx: Version Bump (diff) | |
download | gentoo-2-9dc077e486915ed7dcbc43338fbcae241262c228.tar.gz gentoo-2-9dc077e486915ed7dcbc43338fbcae241262c228.tar.bz2 gentoo-2-9dc077e486915ed7dcbc43338fbcae241262c228.zip |
sci-libs/bmrblib: Verion Bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/bmrblib')
-rw-r--r-- | sci-libs/bmrblib/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/bmrblib/bmrblib-1.0.3.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sci-libs/bmrblib/ChangeLog b/sci-libs/bmrblib/ChangeLog index 14de91132603..674f878b86c5 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.6 2013/09/05 19:04:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/ChangeLog,v 1.7 2013/10/22 15:12:55 jlec Exp $ + +*bmrblib-1.0.3 (22 Oct 2013) + + 22 Oct 2013; Justin Lecher <jlec@gentoo.org> +bmrblib-1.0.3.ebuild: + Verion Bump 05 Sep 2013; Michał Górny <mgorny@gentoo.org> bmrblib-1.0.0-r1.ebuild, bmrblib-1.0.1_pre198.ebuild, bmrblib-1.0.2.ebuild: diff --git a/sci-libs/bmrblib/bmrblib-1.0.3.ebuild b/sci-libs/bmrblib/bmrblib-1.0.3.ebuild new file mode 100644 index 000000000000..c88fdb637bd2 --- /dev/null +++ b/sci-libs/bmrblib/bmrblib-1.0.3.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.3.ebuild,v 1.1 2013/10/22 15:12:55 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_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="" |