diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:59:35 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:59:35 +0000 |
commit | 9be71b58046f93d7c03c72c5114c587459339a4b (patch) | |
tree | 181419bb4a55dc521be87f5bf65f5bffb851ec36 /media-libs/lcms | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-9be71b58046f93d7c03c72c5114c587459339a4b.tar.gz gentoo-2-9be71b58046f93d7c03c72c5114c587459339a4b.tar.bz2 gentoo-2-9be71b58046f93d7c03c72c5114c587459339a4b.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs/lcms')
-rw-r--r-- | media-libs/lcms/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/lcms/lcms-1.19-r1.ebuild | 6 | ||||
-rw-r--r-- | media-libs/lcms/lcms-1.19-r2.ebuild | 6 | ||||
-rw-r--r-- | media-libs/lcms/lcms-1.19-r3.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/media-libs/lcms/ChangeLog b/media-libs/lcms/ChangeLog index 87f461f0425d..0b4160887d57 100644 --- a/media-libs/lcms/ChangeLog +++ b/media-libs/lcms/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/lcms -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.191 2014/11/10 18:31:25 tamiko Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.192 2015/04/08 17:59:35 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> lcms-1.19-r1.ebuild, + lcms-1.19-r2.ebuild, lcms-1.19-r3.ebuild: + Drop old Python implementations 10 Nov 2014; Matthias Maier <tamiko@gentoo.org> -lcms-2.3.ebuild, -lcms-2.4.ebuild, -lcms-2.5-r1.ebuild, -lcms-2.5.ebuild, -lcms-2.6.ebuild: diff --git a/media-libs/lcms/lcms-1.19-r1.ebuild b/media-libs/lcms/lcms-1.19-r1.ebuild index e25171d5a3d2..2e121bd8cf02 100644 --- a/media-libs/lcms/lcms-1.19-r1.ebuild +++ b/media-libs/lcms/lcms-1.19-r1.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/media-libs/lcms/lcms-1.19-r1.ebuild,v 1.9 2014/07/04 19:39:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.19-r1.ebuild,v 1.10 2015/04/08 17:59:35 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) # autoreconf needs to update python macros for py3 support. AUTOTOOLS_AUTORECONF=1 diff --git a/media-libs/lcms/lcms-1.19-r2.ebuild b/media-libs/lcms/lcms-1.19-r2.ebuild index 96b02ff5fa15..87978f63b571 100644 --- a/media-libs/lcms/lcms-1.19-r2.ebuild +++ b/media-libs/lcms/lcms-1.19-r2.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/media-libs/lcms/lcms-1.19-r2.ebuild,v 1.4 2014/06/23 04:32:42 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.19-r2.ebuild,v 1.5 2015/04/08 17:59:35 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) # autoreconf needs to update python macros for py3 support. AUTOTOOLS_AUTORECONF=1 diff --git a/media-libs/lcms/lcms-1.19-r3.ebuild b/media-libs/lcms/lcms-1.19-r3.ebuild index 2429b1ebfa2a..40943cfba062 100644 --- a/media-libs/lcms/lcms-1.19-r3.ebuild +++ b/media-libs/lcms/lcms-1.19-r3.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/media-libs/lcms/lcms-1.19-r3.ebuild,v 1.2 2014/10/23 20:52:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.19-r3.ebuild,v 1.3 2015/04/08 17:59:35 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) # autoreconf needs to update python macros for py3 support. AUTOTOOLS_AUTORECONF=1 |