summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-03 13:13:22 +0000
committerJustin Lecher <jlec@gentoo.org>2015-04-03 13:13:22 +0000
commitb920fafa07a0792456230c59a64f3309ff20fbd4 (patch)
treeee9a7475bd6d413bb074fdf8f6650b971022991d /sci-libs/bmrblib
parentStreamline autotools-utils.eclass usage; add missing SLOT operator (diff)
downloadgentoo-2-b920fafa07a0792456230c59a64f3309ff20fbd4.tar.gz
gentoo-2-b920fafa07a0792456230c59a64f3309ff20fbd4.tar.bz2
gentoo-2-b920fafa07a0792456230c59a64f3309ff20fbd4.zip
Drop old and unsupported ABIs
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/bmrblib')
-rw-r--r--sci-libs/bmrblib/ChangeLog9
-rw-r--r--sci-libs/bmrblib/bmrblib-1.0.0-r1.ebuild18
-rw-r--r--sci-libs/bmrblib/bmrblib-1.0.0.ebuild19
-rw-r--r--sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild19
-rw-r--r--sci-libs/bmrblib/bmrblib-1.0.2.ebuild18
-rw-r--r--sci-libs/bmrblib/bmrblib-1.0.3.ebuild6
6 files changed, 10 insertions, 79 deletions
diff --git a/sci-libs/bmrblib/ChangeLog b/sci-libs/bmrblib/ChangeLog
index 8012b5cfc953..0cbdfd66ce33 100644
--- a/sci-libs/bmrblib/ChangeLog
+++ b/sci-libs/bmrblib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/bmrblib
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/ChangeLog,v 1.9 2014/11/28 14:57:25 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/ChangeLog,v 1.10 2015/04/03 13:13:22 jlec Exp $
+
+ 03 Apr 2015; Justin Lecher <jlec@gentoo.org> -bmrblib-1.0.0-r1.ebuild,
+ -bmrblib-1.0.0.ebuild, -bmrblib-1.0.1_pre198.ebuild, -bmrblib-1.0.2.ebuild,
+ bmrblib-1.0.3.ebuild:
+ Drop old and unsupported ABIs
28 Nov 2014; Pacho Ramos <pacho@gentoo.org> bmrblib-1.0.3.ebuild:
Support python 3.4
diff --git a/sci-libs/bmrblib/bmrblib-1.0.0-r1.ebuild b/sci-libs/bmrblib/bmrblib-1.0.0-r1.ebuild
deleted file mode 100644
index fbdbf93784d3..000000000000
--- a/sci-libs/bmrblib/bmrblib-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/bmrblib-1.0.0-r1.ebuild,v 1.3 2014/03/31 21:17:47 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy 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=""
diff --git a/sci-libs/bmrblib/bmrblib-1.0.0.ebuild b/sci-libs/bmrblib/bmrblib-1.0.0.ebuild
deleted file mode 100644
index 131251008538..000000000000
--- a/sci-libs/bmrblib/bmrblib-1.0.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/bmrblib-1.0.0.ebuild,v 1.2 2012/07/19 15:18:05 jlec Exp $
-
-EAPI=4
-
-PYTHON_DEPEND=*
-SUPPORT_PYTHON_ABIS=1
-
-inherit distutils
-
-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=""
diff --git a/sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild b/sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild
deleted file mode 100644
index fbed2126282e..000000000000
--- a/sci-libs/bmrblib/bmrblib-1.0.1_pre198.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 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.3 2014/03/31 21:17:47 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy 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"
-SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
diff --git a/sci-libs/bmrblib/bmrblib-1.0.2.ebuild b/sci-libs/bmrblib/bmrblib-1.0.2.ebuild
deleted file mode 100644
index dfa2e4e21baf..000000000000
--- a/sci-libs/bmrblib/bmrblib-1.0.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 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.3 2014/03/31 21:17:47 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy 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=""
diff --git a/sci-libs/bmrblib/bmrblib-1.0.3.ebuild b/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
index 7ec8303d5b2e..30b9b7d34eb5 100644
--- a/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
+++ b/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.3 2014/11/28 14:57:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/bmrblib/bmrblib-1.0.3.ebuild,v 1.4 2015/04/03 13:13:22 jlec Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
inherit distutils-r1