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/aunit: aunit-2.01.ebuild aunit-1.05.ebuild ChangeLog
Date: Thu, 24 Jan 2008 21:33:35
Message-Id: E1JI9hU-0008Lx-M6@stork.gentoo.org
1 george 08/01/24 21:33:32
2
3 Modified: aunit-2.01.ebuild aunit-1.05.ebuild ChangeLog
4 Log:
5 updated DEPEND to use virtual/ada, fixed quotations
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.2 dev-ada/aunit/aunit-2.01.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/aunit/aunit-2.01.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/aunit/aunit-2.01.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/aunit/aunit-2.01.ebuild?r1=1.1&r2=1.2
14
15 Index: aunit-2.01.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ada/aunit/aunit-2.01.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- aunit-2.01.ebuild 28 May 2007 16:04:15 -0000 1.1
22 +++ aunit-2.01.ebuild 24 Jan 2008 21:33:32 -0000 1.2
23 @@ -1,20 +1,20 @@
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/aunit/aunit-2.01.ebuild,v 1.1 2007/05/28 16:04:15 george Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/aunit/aunit-2.01.ebuild,v 1.2 2008/01/24 21:33:32 george Exp $
29
30 inherit gnat
31
32 IUSE=""
33
34 DESCRIPTION="Aunit, Ada unit testing framework"
35 -SRC_URI="http://dev.gentoo.org/~george/src/${P}.tar.bz2"
36 +SRC_URI="mirror://gentoo/${P}.tar.bz2"
37 HOMEPAGE="https://libre.adacore.com/aunit/"
38
39 LICENSE="GPL-2"
40 KEYWORDS="~x86 ~amd64"
41 SLOT="0"
42
43 -DEPEND="virtual/gnat"
44 +DEPEND="virtual/ada"
45
46 lib_compile() {
47 cd aunit
48 @@ -43,7 +43,7 @@
49
50 gnat_src_install
51
52 - dodoc COPYING README docs/aunit.txt
53 + dodoc README docs/aunit.txt
54 dohtml docs/aunit.{html,css}
55 doinfo docs/aunit.info
56 cp -dPr test/ docs/aunit.pdf "${D}/usr/share/doc/${PF}"
57
58
59
60 1.2 dev-ada/aunit/aunit-1.05.ebuild
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/aunit/aunit-1.05.ebuild?rev=1.2&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/aunit/aunit-1.05.ebuild?rev=1.2&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/aunit/aunit-1.05.ebuild?r1=1.1&r2=1.2
65
66 Index: aunit-1.05.ebuild
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/dev-ada/aunit/aunit-1.05.ebuild,v
69 retrieving revision 1.1
70 retrieving revision 1.2
71 diff -u -r1.1 -r1.2
72 --- aunit-1.05.ebuild 28 May 2007 15:30:24 -0000 1.1
73 +++ aunit-1.05.ebuild 24 Jan 2008 21:33:32 -0000 1.2
74 @@ -1,20 +1,20 @@
75 -# Copyright 1999-2007 Gentoo Foundation
76 +# Copyright 1999-2008 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/aunit/aunit-1.05.ebuild,v 1.1 2007/05/28 15:30:24 george Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/aunit/aunit-1.05.ebuild,v 1.2 2008/01/24 21:33:32 george Exp $
80
81 inherit gnat
82
83 IUSE=""
84
85 DESCRIPTION="Aunit, Ada unit testing framework"
86 -SRC_URI="http://dev.gentoo.org/~george/src/${P}.tar.bz2"
87 +SRC_URI="mirror://gentoo/${P}.tar.bz2"
88 HOMEPAGE="https://libre.adacore.com/aunit/"
89
90 LICENSE="GPL-2"
91 KEYWORDS="~x86 ~amd64"
92 SLOT="0"
93
94 -DEPEND="virtual/gnat"
95 +DEPEND="virtual/ada"
96
97 lib_compile() {
98 gnatmake -Paunit
99 @@ -42,7 +42,7 @@
100
101 gnat_src_install
102
103 - dodoc COPYING README docs/aunit.txt
104 + dodoc README docs/aunit.txt
105 dohtml docs/aunit.{html,css}
106 doinfo docs/aunit.info
107 cp -dPr test/ docs/aunit.pdf "${D}/usr/share/doc/${PF}"
108
109
110
111 1.12 dev-ada/aunit/ChangeLog
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/aunit/ChangeLog?rev=1.12&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/aunit/ChangeLog?rev=1.12&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/aunit/ChangeLog?r1=1.11&r2=1.12
116
117 Index: ChangeLog
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/dev-ada/aunit/ChangeLog,v
120 retrieving revision 1.11
121 retrieving revision 1.12
122 diff -u -r1.11 -r1.12
123 --- ChangeLog 28 May 2007 16:06:08 -0000 1.11
124 +++ ChangeLog 24 Jan 2008 21:33:32 -0000 1.12
125 @@ -1,6 +1,10 @@
126 # ChangeLog for dev-ada/aunit
127 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
128 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/aunit/ChangeLog,v 1.11 2007/05/28 16:06:08 george Exp $
129 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
130 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/aunit/ChangeLog,v 1.12 2008/01/24 21:33:32 george Exp $
131 +
132 + 24 Jan 2008; George Shapovalov <george@g.o> aunit-1.05.ebuild,
133 + aunit-2.01.ebuild:
134 + updated DEPEND to use virtual/ada, fixed quotations
135
136 28 May 2007; George Shapovalov <george@g.o> -aunit-1.03.ebuild:
137 removed old version
138
139
140
141 --
142 gentoo-commits@l.g.o mailing list