Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/courier-authlib: ChangeLog courier-authlib-0.66.3.ebuild
Date: Tue, 30 Jun 2015 18:15:33
Message-Id: 20150630181527.D14DD74A@oystercatcher.gentoo.org
1 hanno 15/06/30 18:15:27
2
3 Modified: ChangeLog courier-authlib-0.66.3.ebuild
4 Log:
5 Add missing dep to courier-unicode, drop archs that don't have it.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A5880072BBB51E42)
8
9 Revision Changes Path
10 1.172 net-libs/courier-authlib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/ChangeLog?rev=1.172&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/ChangeLog?rev=1.172&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/ChangeLog?r1=1.171&r2=1.172
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v
19 retrieving revision 1.171
20 retrieving revision 1.172
21 diff -u -r1.171 -r1.172
22 --- ChangeLog 29 Jun 2015 09:40:44 -0000 1.171
23 +++ ChangeLog 30 Jun 2015 18:15:27 -0000 1.172
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-libs/courier-authlib
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.171 2015/06/29 09:40:44 hanno Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.172 2015/06/30 18:15:27 hanno Exp $
29 +
30 + 30 Jun 2015; Hanno Boeck <hanno@g.o> courier-authlib-0.66.3.ebuild:
31 + Add missing dep to courier-unicode, drop archs that don't have it.
32
33 *courier-authlib-0.66.3 (29 Jun 2015)
34
35
36
37
38 1.2 net-libs/courier-authlib/courier-authlib-0.66.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.66.3.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.66.3.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.66.3.ebuild?r1=1.1&r2=1.2
43
44 Index: courier-authlib-0.66.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.66.3.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- courier-authlib-0.66.3.ebuild 29 Jun 2015 09:40:44 -0000 1.1
51 +++ courier-authlib-0.66.3.ebuild 30 Jun 2015 18:15:27 -0000 1.2
52 @@ -1,11 +1,11 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.66.3.ebuild,v 1.1 2015/06/29 09:40:44 hanno Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.66.3.ebuild,v 1.2 2015/06/30 18:15:27 hanno Exp $
57
58 EAPI=5
59 inherit eutils flag-o-matic multilib user
60
61 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
62 +KEYWORDS=" ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd"
63
64 DESCRIPTION="Courier authentication library"
65 SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
66 @@ -18,6 +18,7 @@
67 !berkdb? ( test )"
68
69 DEPEND="net-mail/mailbase
70 + =net-libs/courier-unicode-1.3
71 gdbm? ( sys-libs/gdbm )
72 !gdbm? ( sys-libs/db:= )
73 dev-libs/openssl:=