diff options
author | 2015-05-23 06:41:05 +0000 | |
---|---|---|
committer | 2015-05-23 06:41:05 +0000 | |
commit | 5d69066147d78703dee636d6ad0e32beaeda6c8e (patch) | |
tree | 7f21427002289f406bd77fef371cae6712f2365b /dev-python/cffi | |
parent | Remove dev-ruby/json_pure mask now that package is removed. (diff) | |
download | gentoo-2-5d69066147d78703dee636d6ad0e32beaeda6c8e.tar.gz gentoo-2-5d69066147d78703dee636d6ad0e32beaeda6c8e.tar.bz2 gentoo-2-5d69066147d78703dee636d6ad0e32beaeda6c8e.zip |
Version Bump
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-python/cffi')
-rw-r--r-- | dev-python/cffi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/cffi/cffi-1.0.2.ebuild (renamed from dev-python/cffi/cffi-1.0.1.ebuild) | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/cffi/ChangeLog b/dev-python/cffi/ChangeLog index a351bb21b0b3..b9c035196772 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.61 2015/05/21 17:43:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.62 2015/05/23 06:41:05 jlec Exp $ + +*cffi-1.0.2 (23 May 2015) + + 23 May 2015; Justin Lecher <jlec@gentoo.org> +cffi-1.0.2.ebuild, + -cffi-1.0.1.ebuild: + Version Bump *cffi-1.0.1 (21 May 2015) diff --git a/dev-python/cffi/cffi-1.0.1.ebuild b/dev-python/cffi/cffi-1.0.2.ebuild index e287454f2861..94cb92496aa9 100644 --- a/dev-python/cffi/cffi-1.0.1.ebuild +++ b/dev-python/cffi/cffi-1.0.2.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.1.ebuild,v 1.1 2015/05/21 17:43:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-1.0.2.ebuild,v 1.1 2015/05/23 06:41:05 jlec Exp $ EAPI="5" |