From e471abd515376bf7e12797799c3b96791db35500 Mon Sep 17 00:00:00 2001 From: randomdan Date: Fri, 30 Apr 2010 23:33:37 +0000 Subject: New slony1 --- dev-db/slony1/Manifest | 4 ++-- dev-db/slony1/slony1-2.0.2.ebuild | 43 --------------------------------------- dev-db/slony1/slony1-2.0.3.ebuild | 43 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 dev-db/slony1/slony1-2.0.2.ebuild create mode 100644 dev-db/slony1/slony1-2.0.3.ebuild diff --git a/dev-db/slony1/Manifest b/dev-db/slony1/Manifest index 14bf1d9..39209d2 100644 --- a/dev-db/slony1/Manifest +++ b/dev-db/slony1/Manifest @@ -1,6 +1,6 @@ AUX slony1.conf 356 RMD160 d0212736066cdcea5493d72bcbe15df0d0abe4d9 SHA1 4da1e7f7c4b644fcccb6531cc4e49522537ac67d SHA256 1d4016649e0a9520df3bca562036cbf5b7bab7f2c28fffdab0eef29621336402 AUX slony1.init 721 RMD160 93f78e60d23a28c507a1c0358f218456e9851102 SHA1 02d95d73965732f7f04ac963d2be8a9705f45b29 SHA256 2fa54b31a29a7a3ca44bc80e78f662f3ca3bf7cd8e513b19e8d1ea445c0ef8cd DIST slony1-1.2.15.tar.bz2 871479 RMD160 c99a862bda6aca8adf7f838a872fc66eac556732 SHA1 cc0f5e5d904070a2496a66fe9482c2fdbdda372c SHA256 a8330b409d834309ee9a3dbde85563f6ce4800941443b7490a34a459cbc1aca8 -DIST slony1-2.0.2.tar.bz2 933793 RMD160 a757aa8bb1fe6fdacd592ff5778858fba64b03e2 SHA1 7c23b02389be7b3236fa092114196a3cd69ad38a SHA256 937ff0aad51cb4c7ef57d92431654c2d35ab22e0ff0f038f0a38e9c8af3b723f +DIST slony1-2.0.3.tar.bz2 1003446 RMD160 22313c6521befa2c06f9c259bc244eca6407e151 SHA1 ed07373f4fcf546acf65585bc01164ff8581e4f6 SHA256 0eb1deac15949b69f982ca5dd2f2cd2997505f598d733387f4ad450a609a44eb EBUILD slony1-1.2.15.ebuild 1237 RMD160 a863c3009a17710df6e0e590495ec358e68f50ef SHA1 d3d7d4545b3ca8a1296c391447bdb5737130d33a SHA256 a2b00898b383fdcc24607b7c22568fd50733c67a05eb8da38ed1f8f998a160f0 -EBUILD slony1-2.0.2.ebuild 1205 RMD160 63ce3f5908c40289ced113301bf90d7c0bb42af1 SHA1 f6380786c8449fd5c20f6e88fbe01578298f5a20 SHA256 af02ddfd8224823e35a7cd34004c62c10fe23e503063624d825c30a421a492a0 +EBUILD slony1-2.0.3.ebuild 1205 RMD160 63ce3f5908c40289ced113301bf90d7c0bb42af1 SHA1 f6380786c8449fd5c20f6e88fbe01578298f5a20 SHA256 af02ddfd8224823e35a7cd34004c62c10fe23e503063624d825c30a421a492a0 diff --git a/dev-db/slony1/slony1-2.0.2.ebuild b/dev-db/slony1/slony1-2.0.2.ebuild deleted file mode 100644 index e8721fb..0000000 --- a/dev-db/slony1/slony1-2.0.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvs/lportage/dev-db/slony1/slony1-2.0.2.ebuild,v 1.1 2009-09-16 17:24:50 randomdan Exp $ - -inherit eutils - -IUSE="perl" - -DESCRIPTION="A replication system for the PostgreSQL Database Management System" -HOMEPAGE="http://slony.info/" -SRC_URI="http://main.slony.info/downloads/2.0/source/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -DEPEND="perl? ( dev-perl/DBD-Pg )" - -src_compile() { - local myconf="" - - myconf="${myconf} --with-pgincludedir=/usr/include/postgresql/pgsql" - myconf="${myconf} --with-pgincludeserverdir=/usr/include/postgresql/server" - myconf="${myconf} $(use_with perl perltools)" - - econf ${myconf} || die "econf failed!" - emake || die "emake failed!" - - if use perl ; then - cd "${S}"/tools - emake || die "emake tools failed!" - fi -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed!" - - dodoc HISTORY-1.1 INSTALL README SAMPLE TODO UPGRADING doc/howto/*.txt - dohtml doc/howto/*.html - - newinitd "${FILESDIR}"/slony1.init slony1 || die "newinitd failed!" - newconfd "${FILESDIR}"/slony1.conf slony1 || die "newconfd failed!" -} diff --git a/dev-db/slony1/slony1-2.0.3.ebuild b/dev-db/slony1/slony1-2.0.3.ebuild new file mode 100644 index 0000000..e8721fb --- /dev/null +++ b/dev-db/slony1/slony1-2.0.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvs/lportage/dev-db/slony1/slony1-2.0.2.ebuild,v 1.1 2009-09-16 17:24:50 randomdan Exp $ + +inherit eutils + +IUSE="perl" + +DESCRIPTION="A replication system for the PostgreSQL Database Management System" +HOMEPAGE="http://slony.info/" +SRC_URI="http://main.slony.info/downloads/2.0/source/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="perl? ( dev-perl/DBD-Pg )" + +src_compile() { + local myconf="" + + myconf="${myconf} --with-pgincludedir=/usr/include/postgresql/pgsql" + myconf="${myconf} --with-pgincludeserverdir=/usr/include/postgresql/server" + myconf="${myconf} $(use_with perl perltools)" + + econf ${myconf} || die "econf failed!" + emake || die "emake failed!" + + if use perl ; then + cd "${S}"/tools + emake || die "emake tools failed!" + fi +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed!" + + dodoc HISTORY-1.1 INSTALL README SAMPLE TODO UPGRADING doc/howto/*.txt + dohtml doc/howto/*.html + + newinitd "${FILESDIR}"/slony1.init slony1 || die "newinitd failed!" + newconfd "${FILESDIR}"/slony1.conf slony1 || die "newconfd failed!" +} -- cgit v1.2.3