From cef7f074b678342cf54d0741fd14ce27bfd2305c Mon Sep 17 00:00:00 2001 From: randomdan Date: Tue, 12 Oct 2010 22:50:18 +0000 Subject: Bump --- dev-db/slony1/Manifest | 4 ++-- dev-db/slony1/slony1-2.0.4.ebuild | 44 --------------------------------------- dev-db/slony1/slony1-2.0.5.ebuild | 44 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 dev-db/slony1/slony1-2.0.4.ebuild create mode 100644 dev-db/slony1/slony1-2.0.5.ebuild (limited to 'dev-db') diff --git a/dev-db/slony1/Manifest b/dev-db/slony1/Manifest index 6376d37..acffded 100644 --- a/dev-db/slony1/Manifest +++ b/dev-db/slony1/Manifest @@ -1,7 +1,7 @@ AUX slony1.conf 355 RMD160 179bcde2acbe09e96118058444087f8fc1dad0dd SHA1 9490aabdc897568e5898a6fd0dffaa602a4a38ac SHA256 f722568539e1dbb3a86aa65a2c44582780841823dbc6957ff9861a48ec38a0e3 AUX slony1.init 720 RMD160 c906625e844bafe8e5bdd87d7348f56cdb03181d SHA1 0eb3b399da339b6cb2301f6de7db956c310aa15d SHA256 e25c1e302d6e578c56ae88a7c24cdb1042f7dc986f00565b5e7d933d8224e08a AUX slony1_remove_jave.patch 1431 RMD160 8533996992fe6ab806b5f06dce013362187eafd0 SHA1 e1d2e5a21352f83397fc9563f83ffef11d2c42a5 SHA256 11db488c15e155893c784520f2ec0bf23c56d2af84b230848d6890b951d15976 -DIST slony1-2.0.4.tar.bz2 1012853 RMD160 5c630957a0fd9093cf18d74b52b39e37ebe36eed SHA1 878f104b9d7af70fdba180cc05337d73976fa7a1 SHA256 588e8e848cc5f34dc29cb54674cb0980fe3c15686275dc47c3ba87632d5ecc3b -EBUILD slony1-2.0.4.ebuild 1236 RMD160 9eef0b1863b2a86ff9c66ad6b5c8ca7111f48590 SHA1 692ddd43572923d3e120c7e726a436e344dc4fad SHA256 3bb97184ddc64ce19b2393206c825dd08e6c145cd78e125f82b11c1fa6344a8a +DIST slony1-2.0.5.tar.bz2 965640 RMD160 7235658277ab8a7ed0ee722d52f33e766534f18b SHA1 cc285c8d5659d2389caef281829f6110fe74a392 SHA256 4f382447a399966caf0dec94da208d6435fdc4d6341784f0e32468efa5f4a369 +EBUILD slony1-2.0.5.ebuild 1236 RMD160 9eef0b1863b2a86ff9c66ad6b5c8ca7111f48590 SHA1 692ddd43572923d3e120c7e726a436e344dc4fad SHA256 3bb97184ddc64ce19b2393206c825dd08e6c145cd78e125f82b11c1fa6344a8a MISC ChangeLog 3229 RMD160 d8e9fb27fa544f23f6ca63dccf7cbf761a0e285e SHA1 d70f1d5d013bb75671ade34ae2ed8b37c63d22ea SHA256 a6e91a7f952e8b85c80dfebe8fc11bc6b1d5f900ea8322e0ab1859b4a822e18e MISC metadata.xml 164 RMD160 becfe652663bd65719dd11fa6ffb588b3d5b4ecc SHA1 f67b7ac1c5e6e65ef5a19a589d4759c84918f86c SHA256 7e8e8126bc8701c4a42c7dfed8bb755ac6040fe3d0e3f994d888f8b2b4fa7d8b diff --git a/dev-db/slony1/slony1-2.0.4.ebuild b/dev-db/slony1/slony1-2.0.4.ebuild deleted file mode 100644 index 6a78656..0000000 --- a/dev-db/slony1/slony1-2.0.4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.17.ebuild,v 1.2 2010/06/17 19:15:30 patrick 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="dev-db/postgresql-server - 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.5.ebuild b/dev-db/slony1/slony1-2.0.5.ebuild new file mode 100644 index 0000000..6a78656 --- /dev/null +++ b/dev-db/slony1/slony1-2.0.5.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-1.2.17.ebuild,v 1.2 2010/06/17 19:15:30 patrick 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="dev-db/postgresql-server + 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