summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-05-06 07:10:18 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-05-06 07:10:18 +0000
commita366b83ca9c349f2693b4066240b7fa6efbed80d (patch)
tree1abc741ca9a3ead8a08dc80191c4706ea51a6a60 /dev-db/barman
parentVersion bump. (diff)
downloadgentoo-2-a366b83ca9c349f2693b4066240b7fa6efbed80d.tar.gz
gentoo-2-a366b83ca9c349f2693b4066240b7fa6efbed80d.tar.bz2
gentoo-2-a366b83ca9c349f2693b4066240b7fa6efbed80d.zip
Bump, clean out old
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-db/barman')
-rw-r--r--dev-db/barman/ChangeLog8
-rw-r--r--dev-db/barman/barman-1.2.2.ebuild25
-rw-r--r--dev-db/barman/barman-1.2.3.ebuild25
-rw-r--r--dev-db/barman/barman-1.3.1.ebuild (renamed from dev-db/barman/barman-1.2.1.ebuild)4
4 files changed, 9 insertions, 53 deletions
diff --git a/dev-db/barman/ChangeLog b/dev-db/barman/ChangeLog
index e42cadd99187..73b9c91832c2 100644
--- a/dev-db/barman/ChangeLog
+++ b/dev-db/barman/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-db/barman
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v 1.11 2014/05/03 05:21:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v 1.12 2014/05/06 07:10:18 patrick Exp $
+
+*barman-1.3.1 (06 May 2014)
+
+ 06 May 2014; Patrick Lauer <patrick@gentoo.org> +barman-1.3.1.ebuild,
+ -barman-1.2.1.ebuild, -barman-1.2.2.ebuild, -barman-1.2.3.ebuild:
+ Bump, clean out old
*barman-1.3.0 (03 May 2014)
diff --git a/dev-db/barman/barman-1.2.2.ebuild b/dev-db/barman/barman-1.2.2.ebuild
deleted file mode 100644
index 1483bda22e08..000000000000
--- a/dev-db/barman/barman-1.2.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.2.2.ebuild,v 1.1 2013/10/21 05:02:37 patrick Exp $
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7})
-
-inherit distutils-r1
-
-DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
-
-HOMEPAGE="http://www.pgbarman.org"
-SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-RDEPEND="dev-python/argh[${PYTHON_USEDEP}]
- >=dev-python/psycopg-2[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- net-misc/rsync
- dev-db/postgresql-server"
-DEPEND=""
diff --git a/dev-db/barman/barman-1.2.3.ebuild b/dev-db/barman/barman-1.2.3.ebuild
deleted file mode 100644
index d6842af17c54..000000000000
--- a/dev-db/barman/barman-1.2.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.2.3.ebuild,v 1.1 2013/11/22 03:26:09 patrick Exp $
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7})
-
-inherit distutils-r1
-
-DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
-
-HOMEPAGE="http://www.pgbarman.org"
-SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-RDEPEND="dev-python/argh[${PYTHON_USEDEP}]
- >=dev-python/psycopg-2[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- net-misc/rsync
- dev-db/postgresql-server"
-DEPEND=""
diff --git a/dev-db/barman/barman-1.2.1.ebuild b/dev-db/barman/barman-1.3.1.ebuild
index 47ee17c89b2d..5b5bee7c3260 100644
--- a/dev-db/barman/barman-1.2.1.ebuild
+++ b/dev-db/barman/barman-1.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.2.1.ebuild,v 1.1 2013/06/20 03:35:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.1.ebuild,v 1.1 2014/05/06 07:10:18 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7})