summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/qmail-autoresponder/ChangeLog8
-rw-r--r--net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild15
-rw-r--r--net-mail/qmail-autoresponder/qmail-autoresponder-0.96.2.ebuild9
3 files changed, 17 insertions, 15 deletions
diff --git a/net-mail/qmail-autoresponder/ChangeLog b/net-mail/qmail-autoresponder/ChangeLog
index 6dcba0a9d412..1a09325f5bf2 100644
--- a/net-mail/qmail-autoresponder/ChangeLog
+++ b/net-mail/qmail-autoresponder/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/qmail-autoresponder
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/ChangeLog,v 1.26 2007/07/26 20:36:00 armin76 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/ChangeLog,v 1.27 2008/01/25 20:54:00 bangert Exp $
+
+ 25 Jan 2008; Thilo Bangert <bangert@gentoo.org>
+ qmail-autoresponder-0.96.1-r1.ebuild, qmail-autoresponder-0.96.2.ebuild:
+ qouting, die's and other cleanup
26 Jul 2007; Raúl Porcel <armin76@gentoo.org>
qmail-autoresponder-0.96.2.ebuild:
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 a93b97c024e5..a5e11106513b 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-2007 Gentoo Foundation
+# Copyright 1999-2008 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.16 2007/02/23 19:24:57 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild,v 1.17 2008/01/25 20:54:00 bangert Exp $
inherit fixheadtails eutils toolchain-funcs
@@ -27,14 +27,13 @@ src_unpack() {
# This patch fixes a multi-line string issue with gcc-3.3
# Closes Bug #30137
- epatch ${FILESDIR}/${P}-gcc33-multiline-string-fix.patch
+ epatch "${FILESDIR}/${P}-gcc33-multiline-string-fix.patch"
- cd ${S}
+ cd "${S}"
ht_fix_file Makefile
}
src_compile() {
- cd ${S}
echo "/usr/include/bglibs" > conf-bgincs
echo "/usr/lib/bglibs" > conf-bglibs
echo "$(tc-getCC) ${CFLAGS}" > conf-cc
@@ -48,14 +47,14 @@ src_compile() {
}
src_install () {
- dobin qmail-autoresponder
+ dobin qmail-autoresponder || die
doman qmail-autoresponder.1
if use mysql; then
- dobin qmail-autoresponder-mysql
+ dobin qmail-autoresponder-mysql || die
dodoc schema.mysql
fi
- dodoc ANNOUNCEMENT FILES NEWS README TARGETS TODO VERSION COPYING ChangeLog procedure.txt
+ dodoc ANNOUNCEMENT FILES NEWS README TARGETS TODO VERSION ChangeLog procedure.txt
}
pkg_postinst() {
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 c4964619ae02..1bcf03a09100 100644
--- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.2.ebuild
+++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.9 2007/07/26 20:36:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.2.ebuild,v 1.10 2008/01/25 20:54:00 bangert Exp $
inherit toolchain-funcs
@@ -23,7 +23,6 @@ RDEPEND="
"
src_compile() {
- cd ${S}
echo "/usr/include/bglibs" > conf-bgincs
echo "/usr/lib/bglibs" > conf-bglibs
echo "$(tc-getCC) ${CFLAGS}" > conf-cc
@@ -37,10 +36,10 @@ src_compile() {
}
src_install () {
- dobin qmail-autoresponder
+ dobin qmail-autoresponder || die
doman qmail-autoresponder.1
if use mysql; then
- dobin qmail-autoresponder-mysql
+ dobin qmail-autoresponder-mysql || die
dodoc schema.mysql
fi