Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/man-db: man-db-2.5.5.ebuild ChangeLog man-db-2.5.3.ebuild
Date: Tue, 29 Sep 2009 09:01:23
Message-Id: E1MsYaG-00055m-I6@stork.gentoo.org
1 flameeyes 09/09/29 09:01:20
2
3 Modified: man-db-2.5.5.ebuild ChangeLog man-db-2.5.3.ebuild
4 Log:
5 Add groff dependency.
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-apps/man-db/man-db-2.5.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-db/man-db-2.5.5.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-db/man-db-2.5.5.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-db/man-db-2.5.5.ebuild?r1=1.1&r2=1.2
14
15 Index: man-db-2.5.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.5.5.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- man-db-2.5.5.ebuild 5 Apr 2009 18:38:55 -0000 1.1
22 +++ man-db-2.5.5.ebuild 29 Sep 2009 09:01:19 -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/sys-apps/man-db/man-db-2.5.5.ebuild,v 1.1 2009/04/05 18:38:55 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.5.5.ebuild,v 1.2 2009/09/29 09:01:19 flameeyes Exp $
28
29 inherit eutils
30
31 @@ -16,6 +16,7 @@
32 RDEPEND="berkdb? ( sys-libs/db )
33 gdbm? ( sys-libs/gdbm )
34 !berkdb? ( !gdbm? ( sys-libs/gdbm ) )
35 + sys-apps/groff
36 !sys-apps/man"
37 DEPEND="${RDEPEND}
38 nls? ( sys-devel/gettext )"
39
40
41
42 1.8 sys-apps/man-db/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-db/ChangeLog?rev=1.8&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-db/ChangeLog?rev=1.8&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-db/ChangeLog?r1=1.7&r2=1.8
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v
51 retrieving revision 1.7
52 retrieving revision 1.8
53 diff -u -r1.7 -r1.8
54 --- ChangeLog 5 Apr 2009 18:38:55 -0000 1.7
55 +++ ChangeLog 29 Sep 2009 09:01:20 -0000 1.8
56 @@ -1,6 +1,10 @@
57 # ChangeLog for sys-apps/man-db
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.7 2009/04/05 18:38:55 vapier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.8 2009/09/29 09:01:20 flameeyes Exp $
61 +
62 + 29 Sep 2009; Diego E. Pettenò <flameeyes@g.o> man-db-2.5.3.ebuild,
63 + man-db-2.5.5.ebuild:
64 + Add groff dependency.
65
66 *man-db-2.5.5 (05 Apr 2009)
67
68
69
70
71 1.3 sys-apps/man-db/man-db-2.5.3.ebuild
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-db/man-db-2.5.3.ebuild?rev=1.3&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-db/man-db-2.5.3.ebuild?rev=1.3&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-db/man-db-2.5.3.ebuild?r1=1.2&r2=1.3
76
77 Index: man-db-2.5.3.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.5.3.ebuild,v
80 retrieving revision 1.2
81 retrieving revision 1.3
82 diff -u -r1.2 -r1.3
83 --- man-db-2.5.3.ebuild 17 Nov 2008 22:43:38 -0000 1.2
84 +++ man-db-2.5.3.ebuild 29 Sep 2009 09:01:20 -0000 1.3
85 @@ -1,6 +1,6 @@
86 -# Copyright 1999-2008 Gentoo Foundation
87 +# Copyright 1999-2009 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.5.3.ebuild,v 1.2 2008/11/17 22:43:38 vapier Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.5.3.ebuild,v 1.3 2009/09/29 09:01:20 flameeyes Exp $
91
92 inherit eutils
93
94 @@ -16,6 +16,7 @@
95 RDEPEND="berkdb? ( sys-libs/db )
96 gdbm? ( sys-libs/gdbm )
97 !berkdb? ( !gdbm? ( sys-libs/gdbm ) )
98 + sys-apps/groff
99 !sys-apps/man"
100 DEPEND="${RDEPEND}
101 nls? ( sys-devel/gettext )"