diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:49:16 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:49:16 +0000 |
commit | 4e069c7904bf5cb23dae53ce43bad99cad042979 (patch) | |
tree | 4718c2c9aad9b36093efdc5ca7f1d58f10e71292 /sci-libs/pymmlib | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-4e069c7904bf5cb23dae53ce43bad99cad042979.tar.gz gentoo-2-4e069c7904bf5cb23dae53ce43bad99cad042979.tar.bz2 gentoo-2-4e069c7904bf5cb23dae53ce43bad99cad042979.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-libs/pymmlib')
-rw-r--r-- | sci-libs/pymmlib/ChangeLog | 9 | ||||
-rw-r--r-- | sci-libs/pymmlib/pymmlib-1.2.0-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/pymmlib/pymmlib-1.2.1.ebuild | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/sci-libs/pymmlib/ChangeLog b/sci-libs/pymmlib/ChangeLog index a732afbbb6e4..ecb43a35dcd6 100644 --- a/sci-libs/pymmlib/ChangeLog +++ b/sci-libs/pymmlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/pymmlib -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/ChangeLog,v 1.27 2014/02/21 11:09:29 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/ChangeLog,v 1.28 2015/04/08 18:49:16 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> pymmlib-1.2.0-r1.ebuild, + pymmlib-1.2.1.ebuild: + Drop old Python implementations *pymmlib-1.2.1 (21 Feb 2014) @@ -113,4 +117,3 @@ +pymmlib-0.9.7.ebuild: Software toolkit and library of routines for the analysis and manipulation of macromolecular structural models. - diff --git a/sci-libs/pymmlib/pymmlib-1.2.0-r1.ebuild b/sci-libs/pymmlib/pymmlib-1.2.0-r1.ebuild index 5887703e7678..12bcd47ec653 100644 --- a/sci-libs/pymmlib/pymmlib-1.2.0-r1.ebuild +++ b/sci-libs/pymmlib/pymmlib-1.2.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 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/pymmlib/pymmlib-1.2.0-r1.ebuild,v 1.1 2013/12/02 11:03:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/pymmlib-1.2.0-r1.ebuild,v 1.2 2015/04/08 18:49:16 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 multilib diff --git a/sci-libs/pymmlib/pymmlib-1.2.1.ebuild b/sci-libs/pymmlib/pymmlib-1.2.1.ebuild index 2dcbc5d32c81..1d07c83f8fab 100644 --- a/sci-libs/pymmlib/pymmlib-1.2.1.ebuild +++ b/sci-libs/pymmlib/pymmlib-1.2.1.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/pymmlib/pymmlib-1.2.1.ebuild,v 1.1 2014/02/21 11:09:29 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/pymmlib-1.2.1.ebuild,v 1.2 2015/04/08 18:49:16 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 multilib |