diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-05-21 17:43:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-05-21 17:43:05 +0000 |
commit | 462c8ea9bca16395402d1bfcdee628a8e4ba287f (patch) | |
tree | 24115c0ca8cd74b35654a1008a82af171b328ec0 /dev-python | |
parent | Drop old (diff) | |
download | gentoo-2-462c8ea9bca16395402d1bfcdee628a8e4ba287f.tar.gz gentoo-2-462c8ea9bca16395402d1bfcdee628a8e4ba287f.tar.bz2 gentoo-2-462c8ea9bca16395402d1bfcdee628a8e4ba287f.zip |
Version Bump; Drop old
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cffi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/cffi/cffi-1.0.1.ebuild (renamed from dev-python/cffi/cffi-1.0.0.ebuild) | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/cffi/ChangeLog b/dev-python/cffi/ChangeLog index 21b57f3f746d..a351bb21b0b3 100644 --- a/dev-python/cffi/ChangeLog +++ b/dev-python/cffi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/cffi # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.60 2015/05/19 21:25:26 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.61 2015/05/21 17:43:05 jlec Exp $ + +*cffi-1.0.1 (21 May 2015) + + 21 May 2015; Justin Lecher <jlec@gentoo.org> +cffi-1.0.1.ebuild, + -cffi-1.0.0.ebuild: + Version Bump; Drop old 19 May 2015; Mike Gilbert <floppym@gentoo.org> cffi-1.0.0.ebuild: Add ~alpha keyword to unbreak the depgraph. diff --git a/dev-python/cffi/cffi-1.0.0.ebuild b/dev-python/cffi/cffi-1.0.1.ebuild index 6e098b7aea7f..e287454f2861 100644 --- a/dev-python/cffi/cffi-1.0.0.ebuild +++ b/dev-python/cffi/cffi-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-1.0.0.ebuild,v 1.2 2015/05/19 21:25:26 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-1.0.1.ebuild,v 1.1 2015/05/21 17:43:05 jlec Exp $ EAPI="5" |