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/cbind: cbind-6.0.ebuild cbind-6.0.1.ebuild ChangeLog
Date: Fri, 30 Nov 2012 12:40:29
Message-Id: 20121130124018.1702E20C65@flycatcher.gentoo.org
1 george 12/11/30 12:40:18
2
3 Modified: cbind-6.0.ebuild ChangeLog
4 Added: cbind-6.0.1.ebuild
5 Log:
6 minor update, fixes #251873
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.8 dev-ada/cbind/cbind-6.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/cbind/cbind-6.0.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/cbind/cbind-6.0.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/cbind/cbind-6.0.ebuild?r1=1.7&r2=1.8
16
17 Index: cbind-6.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- cbind-6.0.ebuild 8 Dec 2008 10:32:32 -0000 1.7
24 +++ cbind-6.0.ebuild 30 Nov 2012 12:40:17 -0000 1.8
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2008 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.ebuild,v 1.7 2008/12/08 10:32:32 george Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.ebuild,v 1.8 2012/11/30 12:40:17 george Exp $
31
32 # !NOTE!
33 # this is a utility, no libs generated, no reason to do the gnat.eclass dance
34 @@ -12,6 +12,7 @@
35 LICENSE="GMGPL"
36
37 DEPEND="virtual/ada"
38 +RDEPEND="${DEPEND}"
39
40 SLOT="0"
41 KEYWORDS="~x86 ~amd64"
42
43
44
45 1.15 dev-ada/cbind/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/cbind/ChangeLog?rev=1.15&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/cbind/ChangeLog?rev=1.15&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/cbind/ChangeLog?r1=1.14&r2=1.15
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ada/cbind/ChangeLog,v
54 retrieving revision 1.14
55 retrieving revision 1.15
56 diff -u -r1.14 -r1.15
57 --- ChangeLog 8 Dec 2008 10:32:32 -0000 1.14
58 +++ ChangeLog 30 Nov 2012 12:40:17 -0000 1.15
59 @@ -1,6 +1,12 @@
60 # ChangeLog for dev-ada/cbind
61 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/ChangeLog,v 1.14 2008/12/08 10:32:32 george Exp $
63 +# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/ChangeLog,v 1.15 2012/11/30 12:40:17 george Exp $
65 +
66 +*cbind-6.0.1 (30 Nov 2012)
67 +
68 + 30 Nov 2012; George Shapovalov <george@g.o> +cbind-6.0.1.ebuild,
69 + cbind-6.0.ebuild:
70 + minor update, fixes #251873
71
72 08 Dec 2008; George Shapovalov <george@g.o> cbind-6.0.ebuild:
73 fixed MAKEOPTS setting (#250132)
74
75
76
77 1.1 dev-ada/cbind/cbind-6.0.1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/cbind/cbind-6.0.1.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/cbind/cbind-6.0.1.ebuild?rev=1.1&content-type=text/plain
81
82 Index: cbind-6.0.1.ebuild
83 ===================================================================
84 # Copyright 1999-2012 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.1.ebuild,v 1.1 2012/11/30 12:40:17 george Exp $
87
88 # !NOTE!
89 # this is a utility, no libs generated, no reason to do the gnat.eclass dance
90 # so, "inherit gnat" should not appear here!
91
92 DESCRIPTION="This tool is designed to aid in the creation of Ada bindings to C."
93 SRC_URI="mirror://gentoo/${P}.tar.bz2"
94 HOMEPAGE="http://www.rational.com/"
95 LICENSE="GMGPL"
96
97 DEPEND="virtual/ada"
98 RDEPEND="${DEPEND}"
99
100 SLOT="0"
101 KEYWORDS="~x86 ~amd64"
102 IUSE=""
103
104 src_compile() {
105 MAKEOPTS="${MAKEOPTS} -j1" emake || die
106 }
107
108 src_install () {
109 make PREFIX="${D}"/usr/ install || die
110 dodoc README DOCS
111 }