Gentoo Archives: gentoo-commits

From: "Michael Hammer (mueli)" <mueli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/heimdal: heimdal-1.2.1-r3.ebuild ChangeLog
Date: Wed, 05 Aug 2009 06:39:19
Message-Id: E1MYa9c-0004RG-Fs@stork.gentoo.org
1 mueli 09/08/05 06:39:16
2
3 Modified: heimdal-1.2.1-r3.ebuild ChangeLog
4 Log:
5 changed depend for e2fsprogs-libs - it is now stable and we don't have to chooce beetwen this and com_err and ss
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-crypt/heimdal/heimdal-1.2.1-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/heimdal/heimdal-1.2.1-r3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/heimdal/heimdal-1.2.1-r3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/heimdal/heimdal-1.2.1-r3.ebuild?r1=1.1&r2=1.2
14
15 Index: heimdal-1.2.1-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.2.1-r3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- heimdal-1.2.1-r3.ebuild 3 Aug 2009 07:53:57 -0000 1.1
22 +++ heimdal-1.2.1-r3.ebuild 5 Aug 2009 06:39:16 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.2.1-r3.ebuild,v 1.1 2009/08/03 07:53:57 mueli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.2.1-r3.ebuild,v 1.2 2009/08/05 06:39:16 mueli Exp $
28
29 EAPI=1
30
31 @@ -24,7 +24,7 @@
32 berkdb? ( sys-libs/db )
33 !berkdb? ( sys-libs/gdbm )
34 >=dev-db/sqlite-3.5.7
35 - || ( ( >sys-libs/e2fsprogs-libs-1.40.11 ) ( sys-libs/com_err sys-libs/ss ) )
36 + sys-libs/e2fsprogs-libs
37 afs? ( net-fs/openafs )
38 hdb-ldap? ( >=net-nds/openldap-2.3.0 )
39 !virtual/krb5"
40
41
42
43 1.138 app-crypt/heimdal/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/heimdal/ChangeLog?rev=1.138&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/heimdal/ChangeLog?rev=1.138&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/heimdal/ChangeLog?r1=1.137&r2=1.138
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v
52 retrieving revision 1.137
53 retrieving revision 1.138
54 diff -u -r1.137 -r1.138
55 --- ChangeLog 3 Aug 2009 07:53:57 -0000 1.137
56 +++ ChangeLog 5 Aug 2009 06:39:16 -0000 1.138
57 @@ -1,6 +1,10 @@
58 # ChangeLog for app-crypt/heimdal
59 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.137 2009/08/03 07:53:57 mueli Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.138 2009/08/05 06:39:16 mueli Exp $
62 +
63 + 05 Aug 2009; Michael Hammer <mueli@g.o> heimdal-1.2.1-r3.ebuild:
64 + changed depend for e2fsprogs-libs - it is now stable and we don't have to
65 + chooce beetwen this and com_err and ss
66
67 *heimdal-1.2.1-r3 (03 Aug 2009)