diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-13 07:26:19 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-13 07:26:19 +0000 |
commit | 3b3f8b45c2fa8c503ba278476f2ff56be18a567c (patch) | |
tree | 3d0ab32e9e68b208820d4238efe14c4a94542f59 /sci-libs/bmrblib | |
parent | Version bump, see http://www.winehq.org/announce/1.5.30 for the announcement ... (diff) | |
download | gentoo-2-3b3f8b45c2fa8c503ba278476f2ff56be18a567c.tar.gz gentoo-2-3b3f8b45c2fa8c503ba278476f2ff56be18a567c.tar.bz2 gentoo-2-3b3f8b45c2fa8c503ba278476f2ff56be18a567c.zip |
sci-libs/bmrblib: Version Bump
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/bmrblib')
-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="" |