Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/bcm2835: bcm2835-1.11.ebuild ChangeLog bcm2835-1.10.ebuild
Date: Wed, 31 Oct 2012 23:45:24
Message-Id: 20121031234506.E29D321600@flycatcher.gentoo.org
1 chithanh 12/10/31 23:45:06
2
3 Modified: ChangeLog
4 Added: bcm2835-1.11.ebuild
5 Removed: bcm2835-1.10.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.6 dev-libs/bcm2835/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/ChangeLog?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/ChangeLog?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/ChangeLog?r1=1.5&r2=1.6
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/ChangeLog,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- ChangeLog 28 Sep 2012 00:04:13 -0000 1.5
25 +++ ChangeLog 31 Oct 2012 23:45:06 -0000 1.6
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-libs/bcm2835
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/ChangeLog,v 1.5 2012/09/28 00:04:13 chithanh Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/ChangeLog,v 1.6 2012/10/31 23:45:06 chithanh Exp $
31 +
32 +*bcm2835-1.11 (31 Oct 2012)
33 +
34 + 31 Oct 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 + +bcm2835-1.11.ebuild, -bcm2835-1.10.ebuild:
36 + Version bump.
37
38 *bcm2835-1.10 (28 Sep 2012)
39
40
41
42
43 1.1 dev-libs/bcm2835/bcm2835-1.11.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/bcm2835-1.11.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/bcm2835-1.11.ebuild?rev=1.1&content-type=text/plain
47
48 Index: bcm2835-1.11.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/bcm2835-1.11.ebuild,v 1.1 2012/10/31 23:45:06 chithanh Exp $
53
54 EAPI=4
55
56 DESCRIPTION="Provides access to GPIO and other IO functions on the Broadcom BCM2835"
57 HOMEPAGE="http://www.open.com.au/mikem/bcm2835/"
58 SRC_URI="http://www.open.com.au/mikem/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~arm"
63 IUSE="doc examples"
64
65 DEPEND="doc? ( app-doc/doxygen )"
66 RDEPEND=""
67
68 src_install() {
69 default
70 if use examples; then
71 dodoc -r examples
72 fi
73 if use doc; then
74 dohtml -r doc/html/.
75 fi
76 }