diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-12-02 11:46:45 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-12-02 11:46:45 +0000 |
commit | e563113498e9fb882066c64f85e2365881d2ae1a (patch) | |
tree | af9e6ec7e42f33af8c163a04d28c6e8ecfbc463f /dev-python/cffi | |
parent | Drop old ebuilds using deprecated EAPI (diff) | |
download | gentoo-2-e563113498e9fb882066c64f85e2365881d2ae1a.tar.gz gentoo-2-e563113498e9fb882066c64f85e2365881d2ae1a.tar.bz2 gentoo-2-e563113498e9fb882066c64f85e2365881d2ae1a.zip |
clean old impl
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/cffi')
-rw-r--r-- | dev-python/cffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cffi/cffi-0.8.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cffi/ChangeLog b/dev-python/cffi/ChangeLog index e236762adb7d..f95a39b398a7 100644 --- a/dev-python/cffi/ChangeLog +++ b/dev-python/cffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cffi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.41 2014/12/01 17:48:28 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.42 2014/12/02 11:46:45 idella4 Exp $ + + 02 Dec 2014; Ian Delaney <idella4@gentoo.org> cffi-0.8.6.ebuild: + clean old impl 01 Dec 2014; Mike Gilbert <floppym@gentoo.org> cffi-0.8.1.ebuild, cffi-0.8.2.ebuild, cffi-0.8.6.ebuild: diff --git a/dev-python/cffi/cffi-0.8.6.ebuild b/dev-python/cffi/cffi-0.8.6.ebuild index 8d6219055f14..dafa79f8b550 100644 --- a/dev-python/cffi/cffi-0.8.6.ebuild +++ b/dev-python/cffi/cffi-0.8.6.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.6 2014/12/01 17:48:28 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.7 2014/12/02 11:46:45 idella4 Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 |