public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen (grobian)" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/exim: ChangeLog exim-4.69-r2.ebuild exim-4.69.ebuild
Date: Thu, 02 Jul 2009 20:53:49 +0000	[thread overview]
Message-ID: <E1MMTHx-0001Jm-HG@stork.gentoo.org> (raw)

grobian     09/07/02 20:53:49

  Modified:             ChangeLog exim-4.69-r2.ebuild exim-4.69.ebuild
  Log:
  exiscan.conf file is no longer in FILESDIR, remove system_filter from FILESDIR, since we have it on the mirrors also, should make people more happy on bug #120459
  (Portage version: 2.2.00.13755-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.139                mail-mta/exim/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.139&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.139&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/ChangeLog?r1=1.138&r2=1.139

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog	2 Jul 2009 20:45:12 -0000	1.138
+++ ChangeLog	2 Jul 2009 20:53:49 -0000	1.139
@@ -1,6 +1,12 @@
 # ChangeLog for mail-mta/exim
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.138 2009/07/02 20:45:12 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.139 2009/07/02 20:53:49 grobian Exp $
+
+  02 Jul 2009; Fabian Groffen <grobian@gentoo.org> exim-4.69.ebuild,
+  exim-4.69-r2.ebuild, -files/system_filter.exim:
+  exiscan.conf file is no longer in FILESDIR, remove system_filter from
+  FILESDIR, since we have it on the mirrors also, should make people more
+  happy on bug #120459
 
   02 Jul 2009; Fabian Groffen <grobian@gentoo.org> exim-4.69.ebuild,
   exim-4.69-r2.ebuild:



1.6                  mail-mta/exim/exim-4.69-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild?r1=1.5&r2=1.6

Index: exim-4.69-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- exim-4.69-r2.ebuild	2 Jul 2009 20:45:12 -0000	1.5
+++ exim-4.69-r2.ebuild	2 Jul 2009 20:53:49 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild,v 1.5 2009/07/02 20:45:12 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild,v 1.6 2009/07/02 20:53:49 grobian Exp $
 
 inherit eutils toolchain-funcs
 
@@ -8,8 +8,8 @@
 
 DESCRIPTION="A highly configurable, drop-in replacement for sendmail"
 SRC_URI="ftp://ftp.exim.org/pub/exim/exim4/${P}.tar.bz2
-mirror://gentoo/exiscan.conf
-mirror://gentoo/system_filter.exim.gz"
+	mirror://gentoo/exiscan.conf
+	mirror://gentoo/system_filter.exim.gz"
 HOMEPAGE="http://www.exim.org/"
 
 SLOT="0"
@@ -251,7 +251,7 @@
 	fperms 4755 /usr/sbin/exim
 
 	dodir /usr/bin /usr/sbin /usr/lib
-	if [ ! -e /usr/lib/sendmail ];
+	if [[ ! -e /usr/lib/sendmail ]];
 	then
 		dosym /usr/sbin/sendmail /usr/lib/sendmail
 	fi



1.14                 mail-mta/exim/exim-4.69.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/exim/exim-4.69.ebuild?r1=1.13&r2=1.14

Index: exim-4.69.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- exim-4.69.ebuild	2 Jul 2009 20:45:12 -0000	1.13
+++ exim-4.69.ebuild	2 Jul 2009 20:53:49 -0000	1.14
@@ -1,13 +1,15 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69.ebuild,v 1.13 2009/07/02 20:45:12 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69.ebuild,v 1.14 2009/07/02 20:53:49 grobian Exp $
 
 inherit eutils toolchain-funcs
 
 IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl mailwrapper lmtp ipv6 sasl dnsdb perl mbx mbox X exiscan nis syslog spf srs gnutls sqlite dovecot-sasl radius domainkeys"
 
 DESCRIPTION="A highly configurable, drop-in replacement for sendmail"
-SRC_URI="ftp://ftp.exim.org/pub/exim/exim4/${P}.tar.bz2 mirror://gentoo/exiscan.conf"
+SRC_URI="ftp://ftp.exim.org/pub/exim/exim4/${P}.tar.bz2
+	mirror://gentoo/exiscan.conf
+	mirror://gentoo/system_filter.exim.gz"
 HOMEPAGE="http://www.exim.org/"
 
 SLOT="0"
@@ -231,6 +233,7 @@
 }
 
 src_compile() {
+	# build system not parallel-safe at all
 	emake -j1 CC="$(tc-getCC)" || die "make failed"
 }
 
@@ -245,7 +248,7 @@
 	fperms 4755 /usr/sbin/exim
 
 	dodir /usr/bin /usr/sbin /usr/lib
-	if \[ ! -e /usr/lib/sendmail \];
+	if [[ ! -e /usr/lib/sendmail ]];
 	then
 		dosym /usr/sbin/sendmail /usr/lib/sendmail
 	fi
@@ -280,11 +283,11 @@
 	if use exiscan-acl; then
 		newins "${S}"/src/configure.default exim.conf.exiscan-acl
 	fi
-	doins "${FILESDIR}"/system_filter.exim
+	doins "${WORKDIR}"/system_filter.exim
 	doins "${FILESDIR}"/auth_conf.sub
 	if use exiscan; then
 		newins "${S}"/src/configure.default exim.conf.exiscan
-		doins "${FILESDIR}"/exiscan.conf
+		doins "${DISTDIR}"/exiscan.conf
 	fi
 
 	if use pam






             reply	other threads:[~2009-07-02 20:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-02 20:53 Fabian Groffen (grobian) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-07-02 20:45 [gentoo-commits] gentoo-x86 commit in mail-mta/exim: ChangeLog exim-4.69-r2.ebuild exim-4.69.ebuild Fabian Groffen (grobian)
2009-07-02 20:16 Fabian Groffen (grobian)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MMTHx-0001Jm-HG@stork.gentoo.org \
    --to=grobian@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox