axs         14/08/29 17:40:49

  Modified:             ChangeLog
  Added:                bucardo-5.1.1-r1.ebuild
  Removed:              bucardo-5.1.1.ebuild
  Log:
  bumped EAPI to 5 to help with dev-lang/perl upgrade
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  Changes    Path
1.5                  dev-db/bucardo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/bucardo/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   24 Jul 2014 05:46:51 -0000      1.4
+++ ChangeLog   29 Aug 2014 17:40:49 -0000      1.5
@@ -1,6 +1,12 @@
 # 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.4 2014/07/24 
05:46:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/bucardo/ChangeLog,v 1.5 2014/08/29 
17:40:49 axs Exp $
+
+*bucardo-5.1.1-r1 (29 Aug 2014)
+
+  29 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  +bucardo-5.1.1-r1.ebuild, -bucardo-5.1.1.ebuild:
+  bumped EAPI to 5 to help with dev-lang/perl upgrade
 
 *bucardo-5.1.1 (24 Jul 2014)
 



1.1                  dev-db/bucardo/bucardo-5.1.1-r1.ebuild

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

Index: bucardo-5.1.1-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/bucardo/bucardo-5.1.1-r1.ebuild,v 1.1 
2014/08/29 17:40:49 axs 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