diff options
author | 2006-07-11 18:54:55 +0000 | |
---|---|---|
committer | 2006-07-11 18:54:55 +0000 | |
commit | cb3b6895fe8a3ee1b8126dff23507813fd4226dd (patch) | |
tree | 79bc3918651082145a99dc58f1a8d4c06a20f07a /net-mail/qmail-autoresponder/qmail-autoresponder-0.96.2.ebuild | |
parent | Add patch to fix KDE BUG #130630 (unable to connect to ICQ since today), add ... (diff) | |
download | gentoo-2-cb3b6895fe8a3ee1b8126dff23507813fd4226dd.tar.gz gentoo-2-cb3b6895fe8a3ee1b8126dff23507813fd4226dd.tar.bz2 gentoo-2-cb3b6895fe8a3ee1b8126dff23507813fd4226dd.zip |
fix SRC_URI - depend on newer version of bglibs - fixes bug #117521 - thanks Lincoln A Baxter
(Portage version: 2.1)
Diffstat (limited to 'net-mail/qmail-autoresponder/qmail-autoresponder-0.96.2.ebuild')
-rw-r--r-- | net-mail/qmail-autoresponder/qmail-autoresponder-0.96.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.2.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.2.ebuild index 3ef64f6a8d38..c664684b39de 100644 --- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.2.ebuild +++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 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.2.ebuild,v 1.2 2006/06/11 09:32:20 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.2.ebuild,v 1.3 2006/07/11 18:54:54 bangert Exp $ inherit toolchain-funcs DESCRIPTION="Rate-limited autoresponder for qmail." HOMEPAGE="http://untroubled.org/qmail-autoresponder/" -SRC_URI="${HOMEPAGE}archive/${P}.tar.gz" +SRC_URI="http://untroubled.org/qmail-autoresponder/archive/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" |