diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:53:04 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:53:04 +0000 |
commit | ea0f9db54ecf536523201a5572c242e4c450e470 (patch) | |
tree | c54be1e96e5ec7b024e14146fd7139b6f5646f2a /dev-vcs/git-bz | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-ea0f9db54ecf536523201a5572c242e4c450e470.tar.gz gentoo-2-ea0f9db54ecf536523201a5572c242e4c450e470.tar.bz2 gentoo-2-ea0f9db54ecf536523201a5572c242e4c450e470.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-vcs/git-bz')
-rw-r--r-- | dev-vcs/git-bz/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/git-bz/git-bz-0.12.12.15.ebuild | 6 | ||||
-rw-r--r-- | dev-vcs/git-bz/git-bz-9999.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-vcs/git-bz/ChangeLog b/dev-vcs/git-bz/ChangeLog index f603652d9a76..31b8cfc95cde 100644 --- a/dev-vcs/git-bz/ChangeLog +++ b/dev-vcs/git-bz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/git-bz -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/ChangeLog,v 1.13 2014/07/06 13:19:32 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/ChangeLog,v 1.14 2015/04/08 17:53:03 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> git-bz-0.12.12.15.ebuild, + git-bz-9999.ebuild: + Drop old Python implementations 06 Jul 2014; Michał Górny <mgorny@gentoo.org> git-bz-0.12.04.26.ebuild, git-bz-0.12.12.15.ebuild, git-bz-9999.ebuild: diff --git a/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild b/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild index 8b3ebe1c04d0..011b4d902da2 100644 --- a/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild +++ b/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild @@ -1,9 +1,9 @@ -# 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/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild,v 1.7 2014/07/06 13:19:32 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild,v 1.8 2015/04/08 17:53:03 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) +PYTHON_COMPAT=( python2_7 pypy ) inherit python-r1 diff --git a/dev-vcs/git-bz/git-bz-9999.ebuild b/dev-vcs/git-bz/git-bz-9999.ebuild index 28000263ed8f..a9c4fd1b923f 100644 --- a/dev-vcs/git-bz/git-bz-9999.ebuild +++ b/dev-vcs/git-bz/git-bz-9999.ebuild @@ -1,9 +1,9 @@ -# 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/dev-vcs/git-bz/git-bz-9999.ebuild,v 1.10 2014/07/06 13:19:32 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-9999.ebuild,v 1.11 2015/04/08 17:53:03 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) +PYTHON_COMPAT=( python2_7 pypy ) inherit python-single-r1 |