summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2010-01-14 15:24:08 +0000
committerThilo Bangert <bangert@gentoo.org>2010-01-14 15:24:08 +0000
commitabdf69cc1b87a86c6e76c5e2d04696f1ab316b25 (patch)
treedeb7e8affe066282c0309672fcf4204d1be3a909 /net-mail
parentfix SRC_URI (diff)
downloadhistorical-abdf69cc1b87a86c6e76c5e2d04696f1ab316b25.tar.gz
historical-abdf69cc1b87a86c6e76c5e2d04696f1ab316b25.tar.bz2
historical-abdf69cc1b87a86c6e76c5e2d04696f1ab316b25.zip
fix SRC_URI - fix QA warnings
Package-Manager: portage-2.2_rc61/cvs/Linux i686
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/qmail-notify/ChangeLog8
-rw-r--r--net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild9
-rw-r--r--net-mail/relay-ctrl/ChangeLog8
-rw-r--r--net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild10
4 files changed, 21 insertions, 14 deletions
diff --git a/net-mail/qmail-notify/ChangeLog b/net-mail/qmail-notify/ChangeLog
index af9ec2be2816..a80527162d69 100644
--- a/net-mail/qmail-notify/ChangeLog
+++ b/net-mail/qmail-notify/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/qmail-notify
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-notify/ChangeLog,v 1.15 2009/09/23 19:10:02 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-notify/ChangeLog,v 1.16 2010/01/14 15:22:02 bangert Exp $
+
+ 14 Jan 2010; Thilo Bangert <bangert@gentoo.org>
+ qmail-notify-0.93-r1.ebuild:
+ fix SRC_URI - fix QA warnings
23 Sep 2009; Patrick Lauer <patrick@gentoo.org>
qmail-notify-0.93-r1.ebuild:
diff --git a/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild b/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild
index 4c31001e8340..a55809781ce8 100644
--- a/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild
+++ b/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild,v 1.10 2009/09/23 19:10:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild,v 1.11 2010/01/14 15:22:02 bangert Exp $
inherit toolchain-funcs
DESCRIPTION="Delayed delivery notification for qmail."
-SRC_URI="http://untroubled.org/qmail-notify/${P}.tar.gz"
+SRC_URI="http://untroubled.org/qmail-notify/archive/${P}.tar.gz"
HOMEPAGE="http://untroubled.org/qmail-notify/"
SLOT="0"
@@ -21,7 +21,6 @@ RDEPEND="
"
src_compile() {
- cd ${S}
echo "$(tc-getCC) ${CFLAGS}" > conf-cc
echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
emake || die
@@ -32,7 +31,7 @@ src_install () {
doexe qmail-notify
exeinto /etc/cron.hourly
- doexe ${FILESDIR}/qmail-notify.cron
+ doexe "${FILESDIR}"/qmail-notify.cron
dodoc README ANNOUNCEMENT TODO cron.hourly NEWS VERSION
}
diff --git a/net-mail/relay-ctrl/ChangeLog b/net-mail/relay-ctrl/ChangeLog
index 938ab72790a2..3b649954ae8a 100644
--- a/net-mail/relay-ctrl/ChangeLog
+++ b/net-mail/relay-ctrl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/relay-ctrl
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/relay-ctrl/ChangeLog,v 1.25 2007/06/12 13:07:32 genone Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/relay-ctrl/ChangeLog,v 1.26 2010/01/14 15:24:08 bangert Exp $
+
+ 14 Jan 2010; Thilo Bangert <bangert@gentoo.org>
+ relay-ctrl-3.1.1-r2.ebuild:
+ fix SRC_URI - fix QA warnings
12 Jun 2007; Marius Mauch <genone@gentoo.org> relay-ctrl-3.1.1-r2.ebuild:
Replacing einfo with elog
diff --git a/net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild b/net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild
index bd708838bc44..a5c2a831e450 100644
--- a/net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild
+++ b/net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild,v 1.16 2007/06/12 13:07:32 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild,v 1.17 2010/01/14 15:24:08 bangert Exp $
inherit eutils toolchain-funcs fixheadtails
DESCRIPTION="SMTP Relaying Control designed for qmail & tcpserver."
HOMEPAGE="http://untroubled.org/relay-ctrl/"
-SRC_URI="http://untroubled.org/relay-ctrl/${P}.tar.gz"
+SRC_URI="http://untroubled.org/relay-ctrl/archive/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -25,8 +25,8 @@ RELAYCTRL_BINDIR="/usr/bin"
src_unpack() {
unpack ${A}
- ht_fix_file ${S}/Makefile
- epatch ${FILESDIR}/authenticated.c-relayfixup.diff
+ ht_fix_file "${S}"/Makefile
+ epatch "${FILESDIR}"/authenticated.c-relayfixup.diff
}
src_compile() {