Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/courier-authlib: courier-authlib-0.65.0-r2.ebuild ChangeLog
Date: Mon, 25 Feb 2013 10:53:36
Message-Id: 20130225105332.9E4C52171D@flycatcher.gentoo.org
1 eras 13/02/25 10:53:32
2
3 Modified: courier-authlib-0.65.0-r2.ebuild ChangeLog
4 Log:
5 Do not require mysql for sqlite
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
8
9 Revision Changes Path
10 1.15 net-libs/courier-authlib/courier-authlib-0.65.0-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.65.0-r2.ebuild?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.65.0-r2.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.65.0-r2.ebuild?r1=1.14&r2=1.15
15
16 Index: courier-authlib-0.65.0-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.65.0-r2.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- courier-authlib-0.65.0-r2.ebuild 24 Feb 2013 18:06:43 -0000 1.14
23 +++ courier-authlib-0.65.0-r2.ebuild 25 Feb 2013 10:53:32 -0000 1.15
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.65.0-r2.ebuild,v 1.14 2013/02/24 18:06:43 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.65.0-r2.ebuild,v 1.15 2013/02/25 10:53:32 eras Exp $
29
30 EAPI=4
31 inherit autotools eutils flag-o-matic multilib user
32 @@ -29,8 +29,7 @@
33 sqlite? ( dev-db/sqlite:3 )"
34
35 # vpopmail support removed upstream
36 -REQUIRED_USE="( !vpopmail )
37 - sqlite? ( mysql )"
38 +REQUIRED_USE="( !vpopmail )"
39
40 pkg_setup() {
41 enewuser mail -1 -1 /var/spool/mail
42 @@ -44,8 +43,6 @@
43 }
44
45 src_prepare() {
46 - epatch "${FILESDIR}"/${P}-sqlite.patch
47 -
48 # move local macro to m4 and run eautoreconf
49 mkdir "${S}/m4" || die
50 sed -n -e '/# AC_PROG_SYSCONFTOOL/,+33 p' "${S}"/aclocal.m4 > \
51
52
53
54 1.144 net-libs/courier-authlib/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/ChangeLog?rev=1.144&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/ChangeLog?rev=1.144&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/ChangeLog?r1=1.143&r2=1.144
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v
63 retrieving revision 1.143
64 retrieving revision 1.144
65 diff -u -r1.143 -r1.144
66 --- ChangeLog 24 Feb 2013 18:06:43 -0000 1.143
67 +++ ChangeLog 25 Feb 2013 10:53:32 -0000 1.144
68 @@ -1,6 +1,9 @@
69 # ChangeLog for net-libs/courier-authlib
70 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.143 2013/02/24 18:06:43 ago Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.144 2013/02/25 10:53:32 eras Exp $
73 +
74 + 25 Feb 2013; Eray Aslan <eras@g.o> courier-authlib-0.65.0-r2.ebuild:
75 + Do not require mysql for sqlite
76
77 24 Feb 2013; Agostino Sarubbo <ago@g.o>
78 courier-authlib-0.65.0-r2.ebuild: