summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-27 21:07:26 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-27 21:07:26 +0000
commitc9755f9aa3f7755646b988df8fa6d698e95f3c37 (patch)
treef4230840eb4e42613211f09522bf5ed467139277 /net-mail
parentPPC profile stable update (Manifest recommit) (diff)
downloadgentoo-2-c9755f9aa3f7755646b988df8fa6d698e95f3c37.tar.gz
gentoo-2-c9755f9aa3f7755646b988df8fa6d698e95f3c37.tar.bz2
gentoo-2-c9755f9aa3f7755646b988df8fa6d698e95f3c37.zip
Add inherit eutils
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/qmail-autoresponder/ChangeLog8
-rw-r--r--net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild4
-rw-r--r--net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild6
-rw-r--r--net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild6
-rw-r--r--net-mail/qmhandle/ChangeLog5
-rw-r--r--net-mail/qmhandle/qmhandle-1.1.1.ebuild4
-rw-r--r--net-mail/queue-fix/ChangeLog6
-rw-r--r--net-mail/queue-fix/queue-fix-1.4-r1.ebuild6
-rw-r--r--net-mail/queue-fix/queue-fix-1.4-r2.ebuild4
-rw-r--r--net-mail/safecat/ChangeLog7
-rw-r--r--net-mail/safecat/safecat-1.11.ebuild6
11 files changed, 42 insertions, 20 deletions
diff --git a/net-mail/qmail-autoresponder/ChangeLog b/net-mail/qmail-autoresponder/ChangeLog
index 2f7009fe22c1..3664e4c6bba6 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/ChangeLog,v 1.10 2003/11/29 03:47:39 robbat2 Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/ChangeLog,v 1.11 2004/04/27 21:02:47 agriffis Exp $
+
+ 27 Apr 2004; Aron Griffis <agriffis@gentoo.org>
+ qmail-autoresponder-0.96.1-r1.ebuild, qmail-autoresponder-0.96.1.ebuild:
+ Add inherit eutils
28 Nov 2003; Robin H. Johnson <robbat2@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 582185325ba3..078a3a6f8727 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-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.10 2003/09/05 09:06:05 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild,v 1.11 2004/04/27 21:02:47 agriffis Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Rate-limited autoresponder for qmail."
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 4b5736823f02..93c8b532e821 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-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.3 2004/02/22 16:24:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild,v 1.4 2004/04/27 21:02:47 agriffis Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Rate-limited autoresponder for qmail."
@@ -17,7 +17,7 @@ DEPEND="virtual/glibc
RDEPEND=">=net-mail/qmail-1.03-r7
mysql? ( dev-db/mysql )"
-inherit fixheadtails
+inherit fixheadtails eutils
src_unpack() {
unpack ${A}
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 40818dee906f..a6ca5a6064b2 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,8 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.4 2003/10/02 15:09:45 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild,v 1.5 2004/04/27 21:02:47 agriffis Exp $
+
+inherit eutils
S=${WORKDIR}/${P}
DESCRIPTION="Rate-limited autoresponder for qmail."
diff --git a/net-mail/qmhandle/ChangeLog b/net-mail/qmhandle/ChangeLog
index beabda07d1cf..f6331461a3d3 100644
--- a/net-mail/qmhandle/ChangeLog
+++ b/net-mail/qmhandle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/qmhandle
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/ChangeLog,v 1.3 2004/03/14 00:48:17 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/ChangeLog,v 1.4 2004/04/27 21:03:37 agriffis Exp $
+
+ 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> qmhandle-1.1.1.ebuild:
+ Add inherit eutils
13 Mar 2004; Robin Johnson,,604-339-5621,604-298-8414 <robbat2@gentoo.org>
qmhandle-1.1.1.ebuild:
diff --git a/net-mail/qmhandle/qmhandle-1.1.1.ebuild b/net-mail/qmhandle/qmhandle-1.1.1.ebuild
index 00b3ec45c450..0cba5f951b63 100644
--- a/net-mail/qmhandle/qmhandle-1.1.1.ebuild
+++ b/net-mail/qmhandle/qmhandle-1.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.5 2004/03/14 00:48:17 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.6 2004/04/27 21:03:37 agriffis Exp $
DESCRIPTION="Qmail message queue tool"
HOMEPAGE="http://qmhandle.sf.net/"
SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz"
@@ -13,6 +13,8 @@ RDEPEND="|| ( net-mail/qmail net-mail/qmail-mysql net-mail/qmail-ldap ) dev-lang
DEPEND=""
S=${WORKDIR}
+inherit eutils
+
src_unpack() {
unpack ${A}
epatch ${FILESDIR}/qmHandle-gentoo.patch
diff --git a/net-mail/queue-fix/ChangeLog b/net-mail/queue-fix/ChangeLog
index 764f6dadf3af..e0bbc7a8e632 100644
--- a/net-mail/queue-fix/ChangeLog
+++ b/net-mail/queue-fix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/queue-fix
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/ChangeLog,v 1.9 2004/04/10 04:32:34 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/ChangeLog,v 1.10 2004/04/27 21:04:28 agriffis Exp $
+
+ 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> queue-fix-1.4-r1.ebuild,
+ queue-fix-1.4-r2.ebuild:
+ Add inherit eutils
10 Apr 2004; Joshua Kinard <kumba@gentoo.org> queue-fix-1.4-r2.ebuild:
Marked stable on mips.
diff --git a/net-mail/queue-fix/queue-fix-1.4-r1.ebuild b/net-mail/queue-fix/queue-fix-1.4-r1.ebuild
index 94a9f8a5e5ff..716732955899 100644
--- a/net-mail/queue-fix/queue-fix-1.4-r1.ebuild
+++ b/net-mail/queue-fix/queue-fix-1.4-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/queue-fix-1.4-r1.ebuild,v 1.1 2003/08/11 18:52:48 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/queue-fix-1.4-r1.ebuild,v 1.2 2004/04/27 21:04:28 agriffis Exp $
+
+inherit eutils
S=${WORKDIR}/${P}
DESCRIPTION="Qmail Queue Repair Application with support for big-todo"
diff --git a/net-mail/queue-fix/queue-fix-1.4-r2.ebuild b/net-mail/queue-fix/queue-fix-1.4-r2.ebuild
index 0dab0ba106aa..bca2ab148574 100644
--- a/net-mail/queue-fix/queue-fix-1.4-r2.ebuild
+++ b/net-mail/queue-fix/queue-fix-1.4-r2.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/queue-fix-1.4-r2.ebuild,v 1.7 2004/04/10 04:32:34 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/queue-fix-1.4-r2.ebuild,v 1.8 2004/04/27 21:04:28 agriffis Exp $
+
+inherit eutils
S=${WORKDIR}/${P}
DESCRIPTION="Qmail Queue Repair Application with support for big-todo"
diff --git a/net-mail/safecat/ChangeLog b/net-mail/safecat/ChangeLog
index 60902638c81e..9b68da1059fb 100644
--- a/net-mail/safecat/ChangeLog
+++ b/net-mail/safecat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/safecat
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v 1.2 2003/09/21 19:35:11 robbat2 Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v 1.3 2004/04/27 21:05:42 agriffis Exp $
+
+ 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> safecat-1.11.ebuild:
+ Add inherit eutils
21 Sep 2003; Robin H. Johnson <robbat2@gentoo.org> safecat-1.11.ebuild:
fix bug #28978 and head -1 mess
diff --git a/net-mail/safecat/safecat-1.11.ebuild b/net-mail/safecat/safecat-1.11.ebuild
index 2961f2a1a372..9396b45a86b0 100644
--- a/net-mail/safecat/safecat-1.11.ebuild
+++ b/net-mail/safecat/safecat-1.11.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.11.ebuild,v 1.4 2004/02/22 16:28:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.11.ebuild,v 1.5 2004/04/27 21:05:42 agriffis Exp $
IUSE=""
-inherit fixheadtails
+inherit fixheadtails eutils
S=${WORKDIR}/${P}