diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:36:26 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:36:26 +0000 |
commit | 77c85ee383b573734d7955050ce408ccef442e0e (patch) | |
tree | 3caed622c8da5f73fd8f7adfa87125439b7b9dda /net-mail/qmail-autoresponder | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-77c85ee383b573734d7955050ce408ccef442e0e.tar.gz gentoo-2-77c85ee383b573734d7955050ce408ccef442e0e.tar.bz2 gentoo-2-77c85ee383b573734d7955050ce408ccef442e0e.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-mail/qmail-autoresponder')
4 files changed, 12 insertions, 7 deletions
diff --git a/net-mail/qmail-autoresponder/ChangeLog b/net-mail/qmail-autoresponder/ChangeLog index 70299eb1b246..29537a1db87a 100644 --- a/net-mail/qmail-autoresponder/ChangeLog +++ b/net-mail/qmail-autoresponder/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/qmail-autoresponder # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/ChangeLog,v 1.14 2004/06/24 23:27:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/ChangeLog,v 1.15 2004/07/01 22:34:10 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + qmail-autoresponder-0.95.ebuild, qmail-autoresponder-0.96.1-r1.ebuild, + qmail-autoresponder-0.96.1.ebuild: + virtual/glibc -> virtual/libc 07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> qmail-autoresponder-0.96.1-r1.ebuild: diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild index 1aaaf528c664..d374a95f650b 100644 --- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild +++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild,v 1.13 2004/06/24 23:27:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild,v 1.14 2004/07/01 22:34:10 eradicator Exp $ S=${WORKDIR}/${P} DESCRIPTION="Rate-limited autoresponder for qmail." @@ -11,7 +11,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc ppc" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND=">=mail-mta/qmail-1.03-r7" src_compile() { diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild index 7b0f949320db..4709001cc7aa 100644 --- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild +++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild,v 1.8 2004/06/24 23:27:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild,v 1.9 2004/07/01 22:34:10 eradicator Exp $ inherit fixheadtails eutils @@ -13,7 +13,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc ppc alpha ~mips ~hppa" -DEPEND="virtual/glibc +DEPEND="virtual/libc dev-libs/bglibs mysql? ( dev-db/mysql )" RDEPEND=">=mail-mta/qmail-1.03-r7 diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild index 292d975b7c81..e8e3e9997b1b 100644 --- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild +++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild,v 1.7 2004/06/24 23:27:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild,v 1.8 2004/07/01 22:34:10 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~sparc ~ppc" -DEPEND="virtual/glibc +DEPEND="virtual/libc dev-libs/bglibs" RDEPEND=">=mail-mta/qmail-1.03-r7" |