summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2006-07-11 18:54:55 +0000
committerThilo Bangert <bangert@gentoo.org>2006-07-11 18:54:55 +0000
commitcb3b6895fe8a3ee1b8126dff23507813fd4226dd (patch)
tree79bc3918651082145a99dc58f1a8d4c06a20f07a /net-mail
parentAdd patch to fix KDE BUG #130630 (unable to connect to ICQ since today), add ... (diff)
downloadgentoo-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')
-rw-r--r--net-mail/qmail-autoresponder/ChangeLog7
-rw-r--r--net-mail/qmail-autoresponder/files/digest-qmail-autoresponder-0.96.22
-rw-r--r--net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild10
-rw-r--r--net-mail/qmail-autoresponder/qmail-autoresponder-0.96.2.ebuild4
4 files changed, 15 insertions, 8 deletions
diff --git a/net-mail/qmail-autoresponder/ChangeLog b/net-mail/qmail-autoresponder/ChangeLog
index 87c2bea9faf5..b9466b134b27 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/ChangeLog,v 1.19 2006/06/11 09:32:20 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/ChangeLog,v 1.20 2006/07/11 18:54:54 bangert Exp $
+
+ 11 Jul 2006; Thilo Bangert <bangert@gentoo.org>
+ qmail-autoresponder-0.96.1-r1.ebuild, qmail-autoresponder-0.96.2.ebuild:
+ fix SRC_URI - depend on newer version of bglibs
+ fixes bug #117521 - thanks Lincoln A Baxter
11 Jun 2006; Thilo Bangert <bangert@gentoo.org> metadata.xml,
qmail-autoresponder-0.96.2.ebuild:
diff --git a/net-mail/qmail-autoresponder/files/digest-qmail-autoresponder-0.96.2 b/net-mail/qmail-autoresponder/files/digest-qmail-autoresponder-0.96.2
index 7b8c4251e19c..16049ce71ea5 100644
--- a/net-mail/qmail-autoresponder/files/digest-qmail-autoresponder-0.96.2
+++ b/net-mail/qmail-autoresponder/files/digest-qmail-autoresponder-0.96.2
@@ -1 +1,3 @@
MD5 f4e4edcd750daa8877088577369a876b qmail-autoresponder-0.96.2.tar.gz 21110
+RMD160 2f42a2e174f772be5c724eef15182e8b0ccf2a00 qmail-autoresponder-0.96.2.tar.gz 21110
+SHA256 127329274dc20d524a29e7034469b1841100616129ca3d9c31f951a67698e40a qmail-autoresponder-0.96.2.tar.gz 21110
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 92319783b4ab..847256b156cc 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,11 +1,11 @@
# 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.1-r1.ebuild,v 1.12 2006/02/20 21:22:05 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild,v 1.13 2006/07/11 18:54:54 bangert Exp $
inherit fixheadtails eutils toolchain-funcs
DESCRIPTION="Rate-limited autoresponder for qmail."
-SRC_URI="http://untroubled.org/qmail-autoresponder/${P}.tar.gz"
+SRC_URI="http://untroubled.org/qmail-autoresponder/archive/${P}.tar.gz"
HOMEPAGE="http://untroubled.org/qmail-autoresponder/"
SLOT="0"
@@ -14,7 +14,7 @@ KEYWORDS="alpha ~amd64 hppa mips ppc sparc x86"
IUSE="mysql"
DEPEND="virtual/libc
- dev-libs/bglibs
+ >=dev-libs/bglibs-1.019-r1
mysql? ( dev-db/mysql )"
RDEPEND="
${DEPEND}
@@ -35,8 +35,8 @@ src_unpack() {
src_compile() {
cd ${S}
- echo "/usr/lib/bglibs/include" > conf-bgincs
- echo "/usr/lib/bglibs/lib" > conf-bglibs
+ echo "${ROOT}/usr/include/bglibs" > conf-bgincs
+ echo "${ROOT}/usr/lib/bglibs" > conf-bglibs
echo "$(tc-getCC) ${CFLAGS}" > conf-cc
echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
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"