public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/bcm2835: bcm2835-1.9.ebuild ChangeLog bcm2835-1.8.ebuild
@ 2012-09-06 15:31 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-09-06 15:31 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/09/06 15:31:36

  Modified:             ChangeLog
  Added:                bcm2835-1.9.ebuild
  Removed:              bcm2835-1.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha124/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-libs/bcm2835/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	30 Aug 2012 16:51:26 -0000	1.3
+++ ChangeLog	6 Sep 2012 15:31:36 -0000	1.4
@@ -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.3 2012/08/30 16:51:26 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/ChangeLog,v 1.4 2012/09/06 15:31:36 chithanh Exp $
+
+*bcm2835-1.9 (06 Sep 2012)
+
+  06 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +bcm2835-1.9.ebuild, -bcm2835-1.8.ebuild:
+  Version bump.
 
 *bcm2835-1.8 (30 Aug 2012)
 



1.1                  dev-libs/bcm2835/bcm2835-1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/bcm2835-1.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/bcm2835/bcm2835-1.9.ebuild?rev=1.1&content-type=text/plain

Index: bcm2835-1.9.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.9.ebuild,v 1.1 2012/09/06 15:31:36 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-09-06 15:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 15:31 [gentoo-commits] gentoo-x86 commit in dev-libs/bcm2835: bcm2835-1.9.ebuild ChangeLog bcm2835-1.8.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