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