summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 17:51:56 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 17:51:56 +0000
commit72c098bc8c560c0284efd6a0a537c97a57016c43 (patch)
tree8a75c77beed265f861f99a46190162756d288551 /dev-libs/libxslt
parentVersion bump. (diff)
downloadgentoo-2-72c098bc8c560c0284efd6a0a537c97a57016c43.tar.gz
gentoo-2-72c098bc8c560c0284efd6a0a537c97a57016c43.tar.bz2
gentoo-2-72c098bc8c560c0284efd6a0a537c97a57016c43.zip
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r--dev-libs/libxslt/ChangeLog6
-rw-r--r--dev-libs/libxslt/libxslt-1.1.28-r1.ebuild6
-rw-r--r--dev-libs/libxslt/libxslt-1.1.28-r2.ebuild6
-rw-r--r--dev-libs/libxslt/libxslt-1.1.28-r3.ebuild6
-rw-r--r--dev-libs/libxslt/libxslt-1.1.28-r4.ebuild4
5 files changed, 16 insertions, 12 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog
index d1c1b8aaf7a0..11ac3f083c18 100644
--- a/dev-libs/libxslt/ChangeLog
+++ b/dev-libs/libxslt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libxslt
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.301 2015/01/02 12:09:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.302 2015/04/08 17:51:55 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> libxslt-1.1.28-r1.ebuild,
+ libxslt-1.1.28-r2.ebuild, libxslt-1.1.28-r3.ebuild, libxslt-1.1.28-r4.ebuild:
+ Drop old Python implementations
02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libxslt-1.1.28-r4.ebuild:
Stable for alpha, wrt bug #529964
diff --git a/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild
index 0578949d699e..01c52ac99879 100644
--- a/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.28-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/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild,v 1.18 2014/03/01 22:09:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild,v 1.19 2015/04/08 17:51:55 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"
inherit autotools eutils python-r1 toolchain-funcs
diff --git a/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild b/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild
index 3554057fa0eb..b47f2def1557 100644
--- a/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.28-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/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild,v 1.3 2014/06/18 19:17:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild,v 1.4 2015/04/08 17:51:55 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"
inherit autotools eutils python-r1 toolchain-funcs multilib-minimal
diff --git a/dev-libs/libxslt/libxslt-1.1.28-r3.ebuild b/dev-libs/libxslt/libxslt-1.1.28-r3.ebuild
index 2586710ad2d1..fe5ffcbdd656 100644
--- a/dev-libs/libxslt/libxslt-1.1.28-r3.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.28-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/dev-libs/libxslt/libxslt-1.1.28-r3.ebuild,v 1.12 2014/10/27 01:47:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r3.ebuild,v 1.13 2015/04/08 17:51:55 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"
inherit autotools eutils python-r1 toolchain-funcs multilib-minimal
diff --git a/dev-libs/libxslt/libxslt-1.1.28-r4.ebuild b/dev-libs/libxslt/libxslt-1.1.28-r4.ebuild
index e31c4c4ce7d0..67927a2e897e 100644
--- a/dev-libs/libxslt/libxslt-1.1.28-r4.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.28-r4.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r4.ebuild,v 1.10 2015/01/02 12:09:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r4.ebuild,v 1.11 2015/04/08 17:51:55 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"
inherit autotools eutils python-r1 toolchain-funcs multilib-minimal