public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/bcm2835: bcm2835-1.17.ebuild ChangeLog bcm2835-1.11.ebuild
@ 2013-01-22 18:50 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2013-01-22 18:50 UTC (permalink / raw
  To: gentoo-commits

chithanh    13/01/22 18:50:12

  Modified:             ChangeLog
  Added:                bcm2835-1.17.ebuild
  Removed:              bcm2835-1.11.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  dev-libs/bcm2835/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	31 Oct 2012 23:45:06 -0000	1.6
+++ ChangeLog	22 Jan 2013 18:50:12 -0000	1.7
@@ -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.6 2012/10/31 23:45:06 chithanh Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/ChangeLog,v 1.7 2013/01/22 18:50:12 chithanh Exp $
+
+*bcm2835-1.17 (22 Jan 2013)
+
+  22 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +bcm2835-1.17.ebuild, -bcm2835-1.11.ebuild:
+  Version bump.
 
 *bcm2835-1.11 (31 Oct 2012)
 



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

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

Index: bcm2835-1.17.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/bcm2835-1.17.ebuild,v 1.1 2013/01/22 18:50:12 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:[~2013-01-22 18:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 18:50 [gentoo-commits] gentoo-x86 commit in dev-libs/bcm2835: bcm2835-1.17.ebuild ChangeLog bcm2835-1.11.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