* [gentoo-commits] gentoo-x86 commit in dev-libs/bcm2835: bcm2835-1.8.ebuild ChangeLog bcm2835-1.6.ebuild
@ 2012-08-30 16:51 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-08-30 16:51 UTC (permalink / raw
To: gentoo-commits
chithanh 12/08/30 16:51:26
Modified: ChangeLog
Added: bcm2835-1.8.ebuild
Removed: bcm2835-1.6.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-libs/bcm2835/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 12 Aug 2012 19:57:58 -0000 1.2
+++ ChangeLog 30 Aug 2012 16:51:26 -0000 1.3
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/bcm2835
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/ChangeLog,v 1.2 2012/08/12 19:57:58 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/ChangeLog,v 1.3 2012/08/30 16:51:26 chithanh Exp $
+
+*bcm2835-1.8 (30 Aug 2012)
+
+ 30 Aug 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +bcm2835-1.8.ebuild, -bcm2835-1.6.ebuild:
+ Version bump.
*bcm2835-1.6 (12 Aug 2012)
1.1 dev-libs/bcm2835/bcm2835-1.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/bcm2835-1.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/bcm2835-1.8.ebuild?rev=1.1&content-type=text/plain
Index: bcm2835-1.8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/bcm2835-1.8.ebuild,v 1.1 2012/08/30 16:51:26 chithanh Exp $
EAPI=4
DESCRIPTION="Provides access to GPIO and other IO functions on the Broadcom BCM2835"
HOMEPAGE="http://www.open.com.au/mikem/bcm2835/"
SRC_URI="http://www.open.com.au/mikem/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm"
IUSE="doc examples"
DEPEND="doc? ( app-doc/doxygen )"
RDEPEND=""
src_install() {
default
if use examples; then
dodoc -r examples
fi
if use doc; then
dohtml -r doc/html/.
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-30 16:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-30 16:51 [gentoo-commits] gentoo-x86 commit in dev-libs/bcm2835: bcm2835-1.8.ebuild ChangeLog bcm2835-1.6.ebuild Chi-Thanh Christopher Nguyen (chithanh)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox