public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/slony1: slony1-2.1.3.ebuild ChangeLog
@ 2013-03-17  5:26 Patrick Lauer (patrick)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2013-03-17  5:26 UTC (permalink / raw
  To: gentoo-commits

patrick     13/03/17 05:26:17

  Modified:             ChangeLog
  Added:                slony1-2.1.3.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.39                 dev-db/slony1/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	12 Jan 2013 21:37:19 -0000	1.38
+++ ChangeLog	17 Mar 2013 05:26:17 -0000	1.39
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/slony1
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.38 2013/01/12 21:37:19 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.39 2013/03/17 05:26:17 patrick Exp $
+
+*slony1-2.1.3 (17 Mar 2013)
+
+  17 Mar 2013; Patrick Lauer <patrick@gentoo.org> +slony1-2.1.3.ebuild:
+  Bump
 
 *slony1-2.1.2 (12 Jan 2013)
 
@@ -169,4 +174,3 @@
   +files/slony1_remove_jave.patch, +files/slony1.conf, +files/slony1.init,
   +metadata.xml, +slony1-1.1.0_beta4.ebuild:
   Initial import.
-



1.1                  dev-db/slony1/slony1-2.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild?rev=1.1&content-type=text/plain

Index: slony1-2.1.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild,v 1.1 2013/03/17 05:26:17 patrick Exp $

EAPI="4"

inherit eutils versionator

IUSE="doc perl"

DESCRIPTION="A replication system for the PostgreSQL Database Management System"
HOMEPAGE="http://slony.info/"

# ${P}-docs.tar.bz2 contains man pages as well as additional documentation
MAJ_PV=$(get_version_component_range 1-2)
SRC_URI="http://main.slony.info/downloads/${MAJ_PV}/source/${P}.tar.bz2
		 http://main.slony.info/downloads/${MAJ_PV}/source/${P}-docs.tar.bz2"

LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

DEPEND="|| (
			dev-db/postgresql-server:9.2
			dev-db/postgresql-server:9.1
			dev-db/postgresql-server:9.0
			dev-db/postgresql-server:8.4
			dev-db/postgresql-server:8.3
		)
		dev-db/postgresql-base[threads]
		perl? ( dev-perl/DBD-Pg )
"

pkg_setup() {
	local PGSLOT="$(postgresql-config show)"
	if [[ ${PGSLOT//.} < 83 ]] ; then
		eerror "You must build ${CATEGORY}/${PN} against PostgreSQL 8.3 or higher."
		eerror "Set an appropriate slot with postgresql-config."
		die "postgresql-config not set to 8.3 or higher."
	fi

#	if [[ ${PGSLOT//.} > 90 ]] ; then
#		ewarn "You are building ${CATEGORY}/${PN} against a version of PostgreSQL greater than 9.0."
#		ewarn "This is neither supported here nor upstream."
#		ewarn "Any bugs you encounter should be reported upstream."
#	fi
}

src_prepare() {
	epatch "${FILESDIR}/${PN}-2.1.2-ldflags.patch"
}

src_configure() {
	local myconf
	use perl && myconf='--with-perltools'
	econf ${myconf}
}

src_install() {
	emake DESTDIR="${D}" install

	dodoc HISTORY-1.1 INSTALL README SAMPLE TODO UPGRADING doc/howto/*.txt

	doman "${S}"/doc/adminguide/man{1,7}/*

	if use doc ; then
		cd "${S}"/doc
		dohtml -r *
	fi

	newinitd "${FILESDIR}"/slony1.init slony1
	newconfd "${FILESDIR}"/slony1.conf slony1
}





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

* [gentoo-commits] gentoo-x86 commit in dev-db/slony1: slony1-2.1.3.ebuild ChangeLog
@ 2013-05-07 10:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-07 10:09 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/07 10:09:22

  Modified:             slony1-2.1.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #468658
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-db/slony1/slony1-2.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild?r1=1.1&r2=1.2

Index: slony1-2.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- slony1-2.1.3.ebuild	17 Mar 2013 05:26:17 -0000	1.1
+++ slony1-2.1.3.ebuild	7 May 2013 10:09:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild,v 1.1 2013/03/17 05:26:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild,v 1.2 2013/05/07 10:09:22 ago Exp $
 
 EAPI="4"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 DEPEND="|| (
 			dev-db/postgresql-server:9.2



1.40                 dev-db/slony1/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	17 Mar 2013 05:26:17 -0000	1.39
+++ ChangeLog	7 May 2013 10:09:22 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/slony1
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.39 2013/03/17 05:26:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.40 2013/05/07 10:09:22 ago Exp $
+
+  07 May 2013; Agostino Sarubbo <ago@gentoo.org> slony1-2.1.3.ebuild:
+  Stable for amd64, wrt bug #468658
 
 *slony1-2.1.3 (17 Mar 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-db/slony1: slony1-2.1.3.ebuild ChangeLog
@ 2013-05-07 14:17 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-07 14:17 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/07 14:17:39

  Modified:             slony1-2.1.3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #468658
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-db/slony1/slony1-2.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild?r1=1.2&r2=1.3

Index: slony1-2.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- slony1-2.1.3.ebuild	7 May 2013 10:09:22 -0000	1.2
+++ slony1-2.1.3.ebuild	7 May 2013 14:17:39 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild,v 1.2 2013/05/07 10:09:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild,v 1.3 2013/05/07 14:17:39 ago Exp $
 
 EAPI="4"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 
 DEPEND="|| (
 			dev-db/postgresql-server:9.2



1.42                 dev-db/slony1/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	7 May 2013 10:26:02 -0000	1.41
+++ ChangeLog	7 May 2013 14:17:39 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/slony1
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.41 2013/05/07 10:26:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.42 2013/05/07 14:17:39 ago Exp $
+
+  07 May 2013; Agostino Sarubbo <ago@gentoo.org> slony1-2.1.3.ebuild:
+  Stable for ppc, wrt bug #468658
 
   07 May 2013; Agostino Sarubbo <ago@gentoo.org> slony1-2.1.3.ebuild:
   Stable for amd64, wrt bug #468658





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

* [gentoo-commits] gentoo-x86 commit in dev-db/slony1: slony1-2.1.3.ebuild ChangeLog
@ 2013-05-14  9:37 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-14  9:37 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/14 09:37:54

  Modified:             slony1-2.1.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #468658
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-db/slony1/slony1-2.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild?r1=1.3&r2=1.4

Index: slony1-2.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- slony1-2.1.3.ebuild	7 May 2013 14:17:39 -0000	1.3
+++ slony1-2.1.3.ebuild	14 May 2013 09:37:54 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild,v 1.3 2013/05/07 14:17:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.3.ebuild,v 1.4 2013/05/14 09:37:54 ago Exp $
 
 EAPI="4"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 DEPEND="|| (
 			dev-db/postgresql-server:9.2



1.43                 dev-db/slony1/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/slony1/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	7 May 2013 14:17:39 -0000	1.42
+++ ChangeLog	14 May 2013 09:37:54 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/slony1
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.42 2013/05/07 14:17:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/ChangeLog,v 1.43 2013/05/14 09:37:54 ago Exp $
+
+  14 May 2013; Agostino Sarubbo <ago@gentoo.org> slony1-2.1.3.ebuild:
+  Stable for x86, wrt bug #468658
 
   07 May 2013; Agostino Sarubbo <ago@gentoo.org> slony1-2.1.3.ebuild:
   Stable for ppc, wrt bug #468658





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

end of thread, other threads:[~2013-05-14  9:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14  9:37 [gentoo-commits] gentoo-x86 commit in dev-db/slony1: slony1-2.1.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-07 14:17 Agostino Sarubbo (ago)
2013-05-07 10:09 Agostino Sarubbo (ago)
2013-03-17  5:26 Patrick Lauer (patrick)

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