public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/barman/
Date: Wed, 15 Jan 2020 07:20:29 +0000 (UTC)	[thread overview]
Message-ID: <1579072816.836d1be84de399df54b36db847b2cbe7efc83ce7.mgorny@gentoo> (raw)

commit:     836d1be84de399df54b36db847b2cbe7efc83ce7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 15 05:38:27 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 07:20:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836d1be8

dev-db/barman: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-db/barman/Manifest          |  3 ---
 dev-db/barman/barman-2.1.ebuild | 26 --------------------------
 dev-db/barman/barman-2.3.ebuild | 26 --------------------------
 dev-db/barman/barman-2.4.ebuild | 26 --------------------------
 4 files changed, 81 deletions(-)

diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest
index 5d84404e5dc..d72df8219c0 100644
--- a/dev-db/barman/Manifest
+++ b/dev-db/barman/Manifest
@@ -1,4 +1 @@
-DIST barman-2.1.tar.gz 240437 BLAKE2B 6981049812b520c2605c49e5c7baed5cf350eb386114bf80f3ca2d1cd3abdc9b7d55329f4b8de42b6a47acd7d7e7f925b2c3cf7da1e95393ba3d3c7df938f262 SHA512 385e74c8dcd20d6ad46f6a5a0520cfa47a597395acd433a570ca062ee2834a8b75101fc9a04b19dd312373e4a0b017c90826f7fbeb4f32d8c59313d8b79af1e1
 DIST barman-2.10.tar.gz 1247335 BLAKE2B 79bfa4ff6ee587464a18c48b9db110fe100b9f5b1439c21b522e7f5a14a520d247023ca893e2920278cb2170e9daa165f4447b4adff3e09d83cf53c2a9d32bc6 SHA512 64e9386603158bfe19723ec273f8fb3e6856d76315a3e3c31ef489fcb8caaa44a019fff6087dd3d8810661ca8c613552680e5a10e9d673ef96962340dd12dd6a
-DIST barman-2.3.tar.gz 255500 BLAKE2B ae84ceade48faf6c65b1d056a7a5b635e5af53f6fa17d6165676e486286effe144125078f84fe6861d948f5b6d568d547ac3258612c95f5cfd5a5e3160197c5c SHA512 c7885ae4940fc990e3368bc654bfe6924fe36f66e6549d3f263a2f23ead2743b2a9ececf55e393ef3105cdf7fc2f38e491895d8e6135e95372eff9eb0d0bfa69
-DIST barman-2.4.tar.gz 997651 BLAKE2B 34c412752d6f0a8bcaa11e3d4538b6116d980f8c3c04bfd9c6ef997f496c4f9497175349b0d0574673a91c14ffab1469d8a988077c7198a2405af680c8205ca6 SHA512 ef316de7cae7f41d95894892b260e1cc67f62866c6feaf03acd96391ab07d9eb27ea7fd6cb472743cbd56658dde24718ac0892ba2280706098f4bdd14b5674d1

diff --git a/dev-db/barman/barman-2.1.ebuild b/dev-db/barman/barman-2.1.ebuild
deleted file mode 100644
index f41587cacf7..00000000000
--- a/dev-db/barman/barman-2.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_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}]
-	dev-python/argcomplete[${PYTHON_USEDEP}]
-	net-misc/rsync
-	dev-db/postgresql[server]"
-DEPEND=""

diff --git a/dev-db/barman/barman-2.3.ebuild b/dev-db/barman/barman-2.3.ebuild
deleted file mode 100644
index f41587cacf7..00000000000
--- a/dev-db/barman/barman-2.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_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}]
-	dev-python/argcomplete[${PYTHON_USEDEP}]
-	net-misc/rsync
-	dev-db/postgresql[server]"
-DEPEND=""

diff --git a/dev-db/barman/barman-2.4.ebuild b/dev-db/barman/barman-2.4.ebuild
deleted file mode 100644
index c1f81311802..00000000000
--- a/dev-db/barman/barman-2.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-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}]
-	dev-python/argcomplete[${PYTHON_USEDEP}]
-	net-misc/rsync
-	dev-db/postgresql[server]"
-DEPEND=""


             reply	other threads:[~2020-01-15  7:20 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-15  7:20 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-08  9:05 [gentoo-commits] repo/gentoo:master commit in: dev-db/barman/ Patrick Lauer
2025-07-04 12:22 Patrick Lauer
2025-06-16  9:22 Patrick Lauer
2025-05-12 16:29 Patrick Lauer
2025-05-12 16:29 Patrick Lauer
2025-03-20 11:19 Patrick Lauer
2024-12-28 11:03 Patrick Lauer
2024-09-30 11:30 Patrick Lauer
2024-08-05  6:44 Patrick Lauer
2024-04-16  9:16 Patrick Lauer
2024-04-16  9:16 Patrick Lauer
2023-11-01 10:43 罗百科
2023-01-10 14:37 Michał Górny
2023-01-10 14:37 Michał Górny
2022-12-02  6:56 罗百科
2022-06-18 15:34 罗百科
2022-06-04  7:42 Michał Górny
2021-05-31 20:22 Michał Górny
2021-02-09 14:24 Sam James
2021-02-09  8:23 Sam James
2021-02-09  8:23 Sam James
2021-02-09  8:23 Sam James
2020-01-15  7:20 Michał Górny
2019-12-25 11:33 罗百科
2018-07-07  7:24 Patrick Lauer
2017-09-18 18:50 Patrick Lauer
2017-09-18 18:50 Patrick Lauer
2017-01-30  6:13 Patrick Lauer
2016-05-24  8:24 Patrick Lauer
2016-03-05  9:20 Patrick Lauer
2016-01-08 11:36 Patrick Lauer
2015-12-21 12:58 Patrick Lauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1579072816.836d1be84de399df54b36db847b2cbe7efc83ce7.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox