grobian     15/01/03 10:04:58

  Modified:             exim-4.85_rc4.ebuild exim-4.84.ebuild ChangeLog
  Log:
  Re-add CDB support, thanks to Nico Erfurth in bug #534230
  
  (Portage version: 2.2.14-prefix/cvs/SunOS i386, signed Manifest commit with 
key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.2                  mail-mta/exim/exim-4.85_rc4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.85_rc4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.85_rc4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.85_rc4.ebuild?r1=1.1&r2=1.2

Index: exim-4.85_rc4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.85_rc4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- exim-4.85_rc4.ebuild        30 Dec 2014 17:44:56 -0000      1.1
+++ exim-4.85_rc4.ebuild        3 Jan 2015 10:04:57 -0000       1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.85_rc4.ebuild,v 1.1 
2014/12/30 17:44:56 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.85_rc4.ebuild,v 1.2 
2015/01/03 10:04:57 grobian Exp $
 
 EAPI="5"
 
@@ -159,11 +159,12 @@
        #
        # lookup methods
 
-       # use the "native" interface to the DBM library, support passwd
-       # and directory lookups by default
+       # use the "native" interfaces to the DBM and CDB libraries, support
+       # passwd and directory lookups by default
        cat >> Makefile <<- EOC
                USE_DB=yes
                DBMLIB=-ldb
+               LOOKUP_CDB=yes
                LOOKUP_PASSWD=yes
                LOOKUP_DSEARCH=yes
        EOC



1.16                 mail-mta/exim/exim-4.84.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.84.ebuild?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.84.ebuild?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.84.ebuild?r1=1.15&r2=1.16

Index: exim-4.84.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.84.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- exim-4.84.ebuild    28 Dec 2014 15:57:24 -0000      1.15
+++ exim-4.84.ebuild    3 Jan 2015 10:04:57 -0000       1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.84.ebuild,v 1.15 
2014/12/28 15:57:24 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.84.ebuild,v 1.16 
2015/01/03 10:04:57 grobian Exp $
 
 EAPI="5"
 
@@ -159,11 +159,12 @@
        #
        # lookup methods
 
-       # use the "native" interface to the DBM library, support passwd
-       # and directory lookups by default
+       # use the "native" interfaces to the DBM and CDB libraries, support
+       # passwd and directory lookups by default
        cat >> Makefile <<- EOC
                USE_DB=yes
                DBMLIB=-ldb
+               LOOKUP_CDB=yes
                LOOKUP_PASSWD=yes
                LOOKUP_DSEARCH=yes
        EOC



1.308                mail-mta/exim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.308&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.308&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?r1=1.307&r2=1.308

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -r1.307 -r1.308
--- ChangeLog   30 Dec 2014 17:44:56 -0000      1.307
+++ ChangeLog   3 Jan 2015 10:04:57 -0000       1.308
@@ -1,6 +1,10 @@
 # ChangeLog for mail-mta/exim
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.307 2014/12/30 
17:44:56 grobian Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.308 2015/01/03 
10:04:57 grobian Exp $
+
+  03 Jan 2015; Fabian Groffen <[email protected]> exim-4.84.ebuild,
+  exim-4.85_rc4.ebuild:
+  Re-add CDB support, thanks to Nico Erfurth in bug #534230
 
 *exim-4.85_rc4 (30 Dec 2014)
 




Reply via email to