diff options
author | 2015-04-08 17:27:17 +0000 | |
---|---|---|
committer | 2015-04-08 17:27:17 +0000 | |
commit | 10895f72d73fd094de37773e04dae599fcd828c6 (patch) | |
tree | 2325b1afe838bc83970d360b872858c4a0a19862 /x11-misc/compton | |
parent | Stable for HPPA (bug #545814). (diff) | |
download | gentoo-2-10895f72d73fd094de37773e04dae599fcd828c6.tar.gz gentoo-2-10895f72d73fd094de37773e04dae599fcd828c6.tar.bz2 gentoo-2-10895f72d73fd094de37773e04dae599fcd828c6.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-misc/compton')
-rw-r--r-- | x11-misc/compton/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/compton/compton-0.1_beta1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/compton/compton-0.1_beta2.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/compton/compton-9999.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/x11-misc/compton/ChangeLog b/x11-misc/compton/ChangeLog index a24619e60326..d1a541a2eb9b 100644 --- a/x11-misc/compton/ChangeLog +++ b/x11-misc/compton/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/compton -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/ChangeLog,v 1.20 2014/11/25 23:28:02 hasufell Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/ChangeLog,v 1.21 2015/04/08 17:27:16 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> compton-0.1_beta1.ebuild, + compton-0.1_beta2.ebuild, compton-9999.ebuild: + Drop old Python implementations 25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml: drop maintainership diff --git a/x11-misc/compton/compton-0.1_beta1.ebuild b/x11-misc/compton/compton-0.1_beta1.ebuild index 28f748c575c4..8adfe1a97f2e 100644 --- a/x11-misc/compton/compton-0.1_beta1.ebuild +++ b/x11-misc/compton/compton-0.1_beta1.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/x11-misc/compton/compton-0.1_beta1.ebuild,v 1.2 2014/07/06 12:57:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/compton-0.1_beta1.ebuild,v 1.3 2015/04/08 17:27:16 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python3_2 python3_3 ) +PYTHON_COMPAT=( python3_3 ) inherit toolchain-funcs python-r1 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana" diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild b/x11-misc/compton/compton-0.1_beta2.ebuild index fafe74d7d3b3..74d458e2ecc8 100644 --- a/x11-misc/compton/compton-0.1_beta2.ebuild +++ b/x11-misc/compton/compton-0.1_beta2.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/x11-misc/compton/compton-0.1_beta2.ebuild,v 1.5 2014/08/10 17:35:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/compton-0.1_beta2.ebuild,v 1.6 2015/04/08 17:27:16 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python3_2 python3_3 python3_4 ) +PYTHON_COMPAT=( python3_3 python3_4 ) inherit toolchain-funcs python-r1 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana" diff --git a/x11-misc/compton/compton-9999.ebuild b/x11-misc/compton/compton-9999.ebuild index 4518424136b5..c1702da2285c 100644 --- a/x11-misc/compton/compton-9999.ebuild +++ b/x11-misc/compton/compton-9999.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/x11-misc/compton/compton-9999.ebuild,v 1.10 2014/07/06 12:57:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/compton-9999.ebuild,v 1.11 2015/04/08 17:27:16 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python3_2 python3_3 python3_4 ) +PYTHON_COMPAT=( python3_3 python3_4 ) inherit toolchain-funcs python-r1 git-2 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana" |