Gentoo Archives: gentoo-commits

From: "George Shapovalov (george)" <george@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ada/adadoc: adadoc-2.1.ebuild
Date: Wed, 23 Jan 2008 22:00:21
Message-Id: E1JHndp-0006Rd-KG@stork.gentoo.org
1 george 08/01/23 22:00:17
2
3 Modified: adadoc-2.1.ebuild
4 Log:
5 adjusted DEPEND (virtual/gnat -> virtual/ada), fixed minor sins (quotes, etc)
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.5 dev-ada/adadoc/adadoc-2.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/adadoc/adadoc-2.1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/adadoc/adadoc-2.1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/adadoc/adadoc-2.1.ebuild?r1=1.4&r2=1.5
14
15 Index: adadoc-2.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ada/adadoc/adadoc-2.1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- adadoc-2.1.ebuild 15 Jul 2007 04:21:59 -0000 1.4
22 +++ adadoc-2.1.ebuild 23 Jan 2008 22:00:17 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/adadoc/adadoc-2.1.ebuild,v 1.4 2007/07/15 04:21:59 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/adadoc/adadoc-2.1.ebuild,v 1.5 2008/01/23 22:00:17 george Exp $
29
30 inherit eutils gnat
31
32 @@ -18,7 +18,7 @@
33
34 IUSE=""
35
36 -DEPEND="virtual/gnat
37 +DEPEND="virtual/ada
38 >=dev-ada/xmlada-1.0-r2"
39
40 RDEPEND=""
41
42
43
44 --
45 gentoo-commits@l.g.o mailing list