public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-db/bucardo/
@ 2016-02-28 20:18 Patrick Lauer
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer @ 2016-02-28 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     e57ef1713c3e9e6ff115bd462ec92b3145df67e2
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 20:16:50 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 20:16:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57ef171

dev-db/bucardo: Bump

Package-Manager: portage-2.2.27

 dev-db/bucardo/Manifest             |  1 +
 dev-db/bucardo/bucardo-5.4.1.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-db/bucardo/Manifest b/dev-db/bucardo/Manifest
index 4a4dc44..dd56ecc 100644
--- a/dev-db/bucardo/Manifest
+++ b/dev-db/bucardo/Manifest
@@ -1,3 +1,4 @@
 DIST Bucardo-5.1.1.tar.gz 313409 SHA256 73fec278e83ccd561050d24816438db34d0b68fb9bc44bf4d27c5885ad31597f SHA512 cfba0ad5bd305a057688e024b11dce8332ebada2a5ca649481311cd46e140d6fc57c71914570fe7f26beb9c6e5ac232d36450bed9017ae932117cf28561d311a WHIRLPOOL d8d4848e2e817d648bc9aa4102d00e6da981098f0baf10af3239c1818aa51fba890670788acdf2b0af6f87f3b2fc987a44918d45ab3a304ebd32e536430f0167
 DIST Bucardo-5.2.0.tar.gz 318481 SHA256 3b6353b5cf28e45e1ad612f3aea884dabd19823374cc38eeec8364390d5a94ad SHA512 179c72d3a6cd756a725b3f37e2d6dc30df5d473e90a479f22d6a2ca4e6e98f55c1aa12d92ae4958d4446f5f1176fad4c5c0085d38cf3c64f77b699e3bf0884dd WHIRLPOOL 8c76910c97f9252473cd7575a08fea9f6c536d58f66ab596274fec514e220edbd20ea0fac75dc739757702e1b9ee47181240f348ace74ca7f7cf9121a6f85d9c
 DIST Bucardo-5.3.1.tar.gz 321942 SHA256 de8f83305395571cff8c6db8e0016b195424ed75116012528d283dd789c2c132 SHA512 c0821116b81523016b1b7cd9f7544b575c9b762fea1a721f57648dd8484fbc8881fa10fc4a81166239b3a4b50072dfdb8075e5f1485c96c37265d023b0f4ac27 WHIRLPOOL acf5bb82a83d49f979301fe2941c884be0773e1180929d2973e3f6b781f610ea3650498141655b59c2e15dd581d555e4e2314f4d8762ffa323209d4146dab82c
+DIST Bucardo-5.4.1.tar.gz 327848 SHA256 0f080d75a7dca98c12f4d01463ba01e461c7c25c8daa383aca94202efd5d13dd SHA512 b669d62a588db41e69b81ede8dc9398ad2a4eb4fcb8839993bceb5b3f3251509304e5a30373ef48ba7d75befc87758f371d3db9125127da7b068fef2a0c49e1f WHIRLPOOL 200d83741d25cab87de7a4fba0f8cf0970b9b20636d00e8b6b805236ba668716d630ced053ef8155d77505b988bc28ab874f3e719558241e423e4da7b7ba9c2e

diff --git a/dev-db/bucardo/bucardo-5.4.1.ebuild b/dev-db/bucardo/bucardo-5.4.1.ebuild
new file mode 100644
index 0000000..8337c3a
--- /dev/null
+++ b/dev-db/bucardo/bucardo-5.4.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+RESTRICT="test"
+
+inherit perl-module
+
+MY_PN="Bucardo"
+
+DESCRIPTION="An asynchronous PostgreSQL replication system"
+HOMEPAGE="http://bucardo.org/wiki/Bucardo"
+SRC_URI="http://bucardo.org/downloads/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+#IUSE="test" doesn't work without extra data
+IUSE=""
+
+DEPEND="dev-perl/DBIx-Safe
+	dev-perl/DBD-Pg"
+RDEPEND="dev-perl/DBIx-Safe"
+
+S=${WORKDIR}/${MY_PN}-${PV}
+
+src_install() {
+	emake DESTDIR="${D}" INSTALL_BASE="${D}" install -j1
+	keepdir /var/run/bucardo
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/bucardo/
@ 2018-01-03 17:38 Mikle Kolyada
  0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2018-01-03 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     ad66b0c365430768fc159becd06f626aaa440554
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 17:38:15 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 17:38:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad66b0c3

dev-db/bucardo: amd64 stable wrt bug #641158

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-db/bucardo/bucardo-5.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/bucardo/bucardo-5.4.1.ebuild b/dev-db/bucardo/bucardo-5.4.1.ebuild
index 54e6d1adb7b..f70a7753f02 100644
--- a/dev-db/bucardo/bucardo-5.4.1.ebuild
+++ b/dev-db/bucardo/bucardo-5.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="http://bucardo.org/downloads/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 #IUSE="test" doesn't work without extra data
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/bucardo/
@ 2018-02-09 14:29 Aaron Swenson
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Swenson @ 2018-02-09 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f3cfa47124db6bf3790ac33a2f91deb0de8a376b
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  9 14:29:13 2018 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Fri Feb  9 14:29:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3cfa471

dev-db/bucardo: Remove outdated

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-db/bucardo/Manifest                |  3 ---
 dev-db/bucardo/bucardo-5.1.1-r1.ebuild | 31 -------------------------------
 dev-db/bucardo/bucardo-5.2.0.ebuild    | 31 -------------------------------
 dev-db/bucardo/bucardo-5.3.1.ebuild    | 31 -------------------------------
 4 files changed, 96 deletions(-)

diff --git a/dev-db/bucardo/Manifest b/dev-db/bucardo/Manifest
index ab66a32c699..fff96cb6919 100644
--- a/dev-db/bucardo/Manifest
+++ b/dev-db/bucardo/Manifest
@@ -1,4 +1 @@
-DIST Bucardo-5.1.1.tar.gz 313409 BLAKE2B c1107b4c49a8308857c524fb5dd41a5902b782407510ba8b4b9d545d8e16fec6902d416cbb3857f55dfefd41ac0d0a5c0cabbf2f1247d390357a8c734628b5a9 SHA512 cfba0ad5bd305a057688e024b11dce8332ebada2a5ca649481311cd46e140d6fc57c71914570fe7f26beb9c6e5ac232d36450bed9017ae932117cf28561d311a
-DIST Bucardo-5.2.0.tar.gz 318481 BLAKE2B 42043dabcf6ebcf87d638f79fa676c68789be551c6e6841203535fd9d7b270b6d2834c65b8b781ce790de4a2569bd8928a165a3e6c76f19edcbb28d623ddd703 SHA512 179c72d3a6cd756a725b3f37e2d6dc30df5d473e90a479f22d6a2ca4e6e98f55c1aa12d92ae4958d4446f5f1176fad4c5c0085d38cf3c64f77b699e3bf0884dd
-DIST Bucardo-5.3.1.tar.gz 321942 BLAKE2B 65956e12747874dc28905fa2c27c0f7abd6a95854b16d517c9465c878d84a4d7bdb8cff666a1e6ecb36697a718a4df0ae4ade2e69a76e971845d99950c2cf1ec SHA512 c0821116b81523016b1b7cd9f7544b575c9b762fea1a721f57648dd8484fbc8881fa10fc4a81166239b3a4b50072dfdb8075e5f1485c96c37265d023b0f4ac27
 DIST Bucardo-5.4.1.tar.gz 327848 BLAKE2B d6fccd311c2e0ba99ef5614eff70caa4e69e0cb1ed983e601c32e238c60e2401a96b5bb27fb67dd5d926003d673a0078cd4f9e9b018308d0bb91811d4165df45 SHA512 b669d62a588db41e69b81ede8dc9398ad2a4eb4fcb8839993bceb5b3f3251509304e5a30373ef48ba7d75befc87758f371d3db9125127da7b068fef2a0c49e1f

diff --git a/dev-db/bucardo/bucardo-5.1.1-r1.ebuild b/dev-db/bucardo/bucardo-5.1.1-r1.ebuild
deleted file mode 100644
index f0ef9fd8cd8..00000000000
--- a/dev-db/bucardo/bucardo-5.1.1-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-RESTRICT="test"
-
-inherit perl-module
-
-MY_PN="Bucardo"
-
-DESCRIPTION="An asynchronous PostgreSQL replication system"
-HOMEPAGE="http://bucardo.org/wiki/Bucardo"
-SRC_URI="http://bucardo.org/downloads/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-#IUSE="test" doesn't work without extra data
-IUSE=""
-
-DEPEND="dev-perl/DBIx-Safe
-	dev-perl/DBD-Pg"
-RDEPEND="dev-perl/DBIx-Safe"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_install() {
-	emake DESTDIR="${D}" INSTALL_BASE="${D}" install -j1
-	keepdir /var/run/bucardo
-}

diff --git a/dev-db/bucardo/bucardo-5.2.0.ebuild b/dev-db/bucardo/bucardo-5.2.0.ebuild
deleted file mode 100644
index f0ef9fd8cd8..00000000000
--- a/dev-db/bucardo/bucardo-5.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-RESTRICT="test"
-
-inherit perl-module
-
-MY_PN="Bucardo"
-
-DESCRIPTION="An asynchronous PostgreSQL replication system"
-HOMEPAGE="http://bucardo.org/wiki/Bucardo"
-SRC_URI="http://bucardo.org/downloads/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-#IUSE="test" doesn't work without extra data
-IUSE=""
-
-DEPEND="dev-perl/DBIx-Safe
-	dev-perl/DBD-Pg"
-RDEPEND="dev-perl/DBIx-Safe"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_install() {
-	emake DESTDIR="${D}" INSTALL_BASE="${D}" install -j1
-	keepdir /var/run/bucardo
-}

diff --git a/dev-db/bucardo/bucardo-5.3.1.ebuild b/dev-db/bucardo/bucardo-5.3.1.ebuild
deleted file mode 100644
index d28a6ecfc9d..00000000000
--- a/dev-db/bucardo/bucardo-5.3.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-RESTRICT="test"
-
-inherit perl-module
-
-MY_PN="Bucardo"
-
-DESCRIPTION="An asynchronous PostgreSQL replication system"
-HOMEPAGE="http://bucardo.org/wiki/Bucardo"
-SRC_URI="http://bucardo.org/downloads/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-#IUSE="test" doesn't work without extra data
-IUSE=""
-
-DEPEND="dev-perl/DBIx-Safe
-	dev-perl/DBD-Pg"
-RDEPEND="dev-perl/DBIx-Safe"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_install() {
-	emake DESTDIR="${D}" INSTALL_BASE="${D}" install -j1
-	keepdir /var/run/bucardo
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/bucardo/
@ 2021-11-14 13:48 Jakov Smolić
  0 siblings, 0 replies; 4+ messages in thread
From: Jakov Smolić @ 2021-11-14 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5f78f1652673a9718028d01e4a747ee61ab931de
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 13:43:23 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 13:43:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f78f165

dev-db/bucardo: Port to EAPI 8

Closes: https://bugs.gentoo.org/819681
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-db/bucardo/bucardo-5.4.1.ebuild | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/dev-db/bucardo/bucardo-5.4.1.ebuild b/dev-db/bucardo/bucardo-5.4.1.ebuild
index f70a7753f02a..a1057bb64f08 100644
--- a/dev-db/bucardo/bucardo-5.4.1.ebuild
+++ b/dev-db/bucardo/bucardo-5.4.1.ebuild
@@ -1,31 +1,27 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-RESTRICT="test"
+EAPI=8
 
 inherit perl-module
 
 MY_PN="Bucardo"
-
 DESCRIPTION="An asynchronous PostgreSQL replication system"
 HOMEPAGE="http://bucardo.org/wiki/Bucardo"
 SRC_URI="http://bucardo.org/downloads/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
-#IUSE="test" doesn't work without extra data
-IUSE=""
+# doesn't work without extra data
+RESTRICT="test"
 
-DEPEND="dev-perl/DBIx-Safe
-	dev-perl/DBD-Pg"
 RDEPEND="dev-perl/DBIx-Safe"
-
-S=${WORKDIR}/${MY_PN}-${PV}
+DEPEND="${RDEPEND}
+	dev-perl/DBD-Pg"
 
 src_install() {
-	emake DESTDIR="${D}" INSTALL_BASE="${D}" install -j1
+	emake DESTDIR="${D}" INSTALL_BASE="${D}" install
 	keepdir /var/run/bucardo
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-14 13:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-28 20:18 [gentoo-commits] repo/gentoo:master commit in: dev-db/bucardo/ Patrick Lauer
  -- strict thread matches above, loose matches on Subject: below --
2018-01-03 17:38 Mikle Kolyada
2018-02-09 14:29 Aaron Swenson
2021-11-14 13:48 Jakov Smolić

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox