summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 18:45:26 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 18:45:26 +0000
commitcd8095486417342cba2206774c9acd1cac8667d1 (patch)
tree9ec35db2b4cd5316470c677b3f5cd1f44bafdbcd /dev-db/barman
parentDrop old Python implementations. Define PYTHON_COMPAT sanely and script-friendly (diff)
downloadgentoo-2-cd8095486417342cba2206774c9acd1cac8667d1.tar.gz
gentoo-2-cd8095486417342cba2206774c9acd1cac8667d1.tar.bz2
gentoo-2-cd8095486417342cba2206774c9acd1cac8667d1.zip
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-db/barman')
-rw-r--r--dev-db/barman/ChangeLog7
-rw-r--r--dev-db/barman/barman-1.3.0.ebuild6
-rw-r--r--dev-db/barman/barman-1.3.1.ebuild6
-rw-r--r--dev-db/barman/barman-1.3.2.ebuild6
-rw-r--r--dev-db/barman/barman-1.3.3.ebuild6
-rw-r--r--dev-db/barman/barman-1.4.0.ebuild4
6 files changed, 20 insertions, 15 deletions
diff --git a/dev-db/barman/ChangeLog b/dev-db/barman/ChangeLog
index 68874b23aa3b..c64d730c49a3 100644
--- a/dev-db/barman/ChangeLog
+++ b/dev-db/barman/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/barman
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v 1.17 2015/01/28 06:05:19 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v 1.18 2015/04/08 18:45:26 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> barman-1.3.0.ebuild,
+ barman-1.3.1.ebuild, barman-1.3.2.ebuild, barman-1.3.3.ebuild,
+ barman-1.4.0.ebuild:
+ Drop old Python implementations
*barman-1.4.0 (28 Jan 2015)
diff --git a/dev-db/barman/barman-1.3.0.ebuild b/dev-db/barman/barman-1.3.0.ebuild
index 1b9f2b221738..c0ea5e77e97b 100644
--- a/dev-db/barman/barman-1.3.0.ebuild
+++ b/dev-db/barman/barman-1.3.0.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-db/barman/barman-1.3.0.ebuild,v 1.3 2014/12/28 15:01:46 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.0.ebuild,v 1.4 2015/04/08 18:45:26 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7})
+PYTHON_COMPAT=( python2_7)
inherit distutils-r1
diff --git a/dev-db/barman/barman-1.3.1.ebuild b/dev-db/barman/barman-1.3.1.ebuild
index c405ac2b5b39..d21a95467b74 100644
--- a/dev-db/barman/barman-1.3.1.ebuild
+++ b/dev-db/barman/barman-1.3.1.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-db/barman/barman-1.3.1.ebuild,v 1.3 2014/12/28 15:01:46 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.1.ebuild,v 1.4 2015/04/08 18:45:26 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7})
+PYTHON_COMPAT=( python2_7)
inherit distutils-r1
diff --git a/dev-db/barman/barman-1.3.2.ebuild b/dev-db/barman/barman-1.3.2.ebuild
index 5e627a7bcf8e..048bb09ec4e7 100644
--- a/dev-db/barman/barman-1.3.2.ebuild
+++ b/dev-db/barman/barman-1.3.2.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-db/barman/barman-1.3.2.ebuild,v 1.3 2014/12/28 15:01:46 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.2.ebuild,v 1.4 2015/04/08 18:45:26 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7})
+PYTHON_COMPAT=( python2_7)
inherit distutils-r1
diff --git a/dev-db/barman/barman-1.3.3.ebuild b/dev-db/barman/barman-1.3.3.ebuild
index 0febc8a285ae..1fa905340c97 100644
--- a/dev-db/barman/barman-1.3.3.ebuild
+++ b/dev-db/barman/barman-1.3.3.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-db/barman/barman-1.3.3.ebuild,v 1.3 2014/12/28 15:01:46 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.3.ebuild,v 1.4 2015/04/08 18:45:26 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7})
+PYTHON_COMPAT=( python2_7)
inherit distutils-r1
diff --git a/dev-db/barman/barman-1.4.0.ebuild b/dev-db/barman/barman-1.4.0.ebuild
index e5d12714edd4..4d70c9e189bb 100644
--- a/dev-db/barman/barman-1.4.0.ebuild
+++ b/dev-db/barman/barman-1.4.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.4.0.ebuild,v 1.1 2015/01/28 06:05:19 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.4.0.ebuild,v 1.2 2015/04/08 18:45:26 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7})
+PYTHON_COMPAT=( python2_7)
inherit distutils-r1