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.8.ebuild ChangeLog bcm2835-1.6.ebuild
Date: Thu, 30 Aug 2012 16:51:40
Message-Id: 20120830165126.4F6D120C98@flycatcher.gentoo.org
1 chithanh 12/08/30 16:51:26
2
3 Modified: ChangeLog
4 Added: bcm2835-1.8.ebuild
5 Removed: bcm2835-1.6.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 dev-libs/bcm2835/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 12 Aug 2012 19:57:58 -0000 1.2
25 +++ ChangeLog 30 Aug 2012 16:51:26 -0000 1.3
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.2 2012/08/12 19:57:58 chithanh Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/ChangeLog,v 1.3 2012/08/30 16:51:26 chithanh Exp $
31 +
32 +*bcm2835-1.8 (30 Aug 2012)
33 +
34 + 30 Aug 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 + +bcm2835-1.8.ebuild, -bcm2835-1.6.ebuild:
36 + Version bump.
37
38 *bcm2835-1.6 (12 Aug 2012)
39
40
41
42
43 1.1 dev-libs/bcm2835/bcm2835-1.8.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/bcm2835-1.8.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/bcm2835-1.8.ebuild?rev=1.1&content-type=text/plain
47
48 Index: bcm2835-1.8.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.8.ebuild,v 1.1 2012/08/30 16:51:26 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 }