patrick     15/02/15 08:27:30

  Modified:             ChangeLog
  Added:                bucardo-5.3.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  dev-db/bucardo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/bucardo/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   18 Dec 2014 21:41:51 -0000      1.8
+++ ChangeLog   15 Feb 2015 08:27:30 -0000      1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/bucardo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/bucardo/ChangeLog,v 1.8 2014/12/18 
21:41:51 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/bucardo/ChangeLog,v 1.9 2015/02/15 
08:27:30 patrick Exp $
+
+*bucardo-5.3.1 (15 Feb 2015)
+
+  15 Feb 2015; Patrick Lauer <[email protected]> +bucardo-5.3.1.ebuild:
+  Bump
 
   18 Dec 2014; Andreas K. Huettel <[email protected]> metadata.xml:
   Drop perl herd



1.1                  dev-db/bucardo/bucardo-5.3.1.ebuild

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

Index: bucardo-5.3.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/bucardo/bucardo-5.3.1.ebuild,v 1.1 
2015/02/15 08:27:30 patrick Exp $

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
}




Reply via email to