diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-16 08:01:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-16 08:01:46 +0000 |
commit | ac58902bacac00ce98c9e6fa448bd951a7f6c634 (patch) | |
tree | 1b0241ab6af1e8be41b4c3863f46ead6952d8aa9 /dev-db/dbbalancer | |
parent | version bump (diff) | |
download | historical-ac58902bacac00ce98c9e6fa448bd951a7f6c634.tar.gz historical-ac58902bacac00ce98c9e6fa448bd951a7f6c634.tar.bz2 historical-ac58902bacac00ce98c9e6fa448bd951a7f6c634.zip |
don't assign to A (bug #44712); use mirror://; no need to set RDEPEND="$DEPEND"
Diffstat (limited to 'dev-db/dbbalancer')
-rw-r--r-- | dev-db/dbbalancer/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/dbbalancer/Manifest | 4 | ||||
-rw-r--r-- | dev-db/dbbalancer/dbbalancer-0.4.4.ebuild | 7 |
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-db/dbbalancer/ChangeLog b/dev-db/dbbalancer/ChangeLog index 27880b1f644c..4a921c403ba0 100644 --- a/dev-db/dbbalancer/ChangeLog +++ b/dev-db/dbbalancer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/dbbalancer -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/dbbalancer/ChangeLog,v 1.3 2003/09/10 21:47:29 msterret Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/dbbalancer/ChangeLog,v 1.4 2004/03/16 08:01:46 mr_bones_ Exp $ + + 16 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + dbbalancer-0.4.4.ebuild: + don't assign to A (bug #44712); use mirror://; no need to set RDEPEND="$DEPEND" 10 Sep 2003; Michael Sterrett <msterret@gentoo.org> dbbalancer-0.4.4.ebuild: DEPEND: >=ace-5.2.4-r1 -> >=dev-libs/ace-5.2.4-r1 diff --git a/dev-db/dbbalancer/Manifest b/dev-db/dbbalancer/Manifest index 7ac6df186150..cc21a8d2eb73 100644 --- a/dev-db/dbbalancer/Manifest +++ b/dev-db/dbbalancer/Manifest @@ -1,3 +1,3 @@ -MD5 7716a4fd96408d332bf119c7b9b4fc0b ChangeLog 505 -MD5 3100c5f185c2cbb019bac8c5ceb35732 dbbalancer-0.4.4.ebuild 1554 +MD5 49a377d60880cc95b762033de205cb61 ChangeLog 671 +MD5 1689961a4f171d9e2b6cda7deac49754 dbbalancer-0.4.4.ebuild 1485 MD5 33923028e28bc89f562757a9c9287c31 files/digest-dbbalancer-0.4.4 68 diff --git a/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild b/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild index 18e9eb2c27b1..af468b9bd5fc 100644 --- a/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild +++ b/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild,v 1.7 2004/03/14 13:19:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild,v 1.8 2004/03/16 08:01:46 mr_bones_ Exp $ DESCRIPTION="Load balancing multithreaded PostgreSQL connection pool. Also has a replication mode to keep in sync the load balanced backend servers." HOMEPAGE="http://sourceforge.net/projects/dbbalancer" -SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/dbbalancer/dbbalancer-0.4.4.tar.gz" +SRC_URI="mirror://sourceforge/dbbalancer/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" @@ -16,10 +17,8 @@ DEPEND=">=postgresql-7.2.3-r1 >=dev-libs/ace-5.2.4-r1 >=openjade-1.3.1-r5 =docbook-dsssl-stylesheets-1.77" -RDEPEND="$DEPEND" S="${WORKDIR}/DBBalancer" -A=${P}.tar.gz src_unpack() { unpack ${A} |