public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libnfc: ChangeLog libnfc-1.5.1.ebuild libnfc-1.3.3.ebuild libnfc-1.3.1.ebuild libnfc-1.3.2.ebuild
@ 2011-10-17 21:29 Mike Auty (ikelos)
  0 siblings, 0 replies; only message in thread
From: Mike Auty (ikelos) @ 2011-10-17 21:29 UTC (permalink / raw
  To: gentoo-commits

ikelos      11/10/17 21:29:54

  Modified:             ChangeLog
  Added:                libnfc-1.5.1.ebuild
  Removed:              libnfc-1.3.3.ebuild libnfc-1.3.1.ebuild
                        libnfc-1.3.2.ebuild
  Log:
  Remove some old versions and bump the latest.
  
  (Portage version: 2.2.0_alpha67/cvs/Linux i686)

Revision  Changes    Path
1.9                  dev-libs/libnfc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnfc/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	29 Apr 2011 21:28:13 -0000	1.8
+++ ChangeLog	17 Oct 2011 21:29:54 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libnfc
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/ChangeLog,v 1.8 2011/04/29 21:28:13 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/ChangeLog,v 1.9 2011/10/17 21:29:54 ikelos Exp $
+
+*libnfc-1.5.1 (17 Oct 2011)
+
+  17 Oct 2011; Mike Auty <ikelos@gentoo.org> -libnfc-1.3.1.ebuild,
+  -libnfc-1.3.2.ebuild, -libnfc-1.3.3.ebuild, +libnfc-1.5.1.ebuild:
+  Remove some old versions and bump the latest.
 
 *libnfc-1.5.0 (29 Apr 2011)
 



1.1                  dev-libs/libnfc/libnfc-1.5.1.ebuild

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

Index: libnfc-1.5.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/libnfc-1.5.1.ebuild,v 1.1 2011/10/17 21:29:54 ikelos Exp $

EAPI="4"

inherit eutils

DESCRIPTION="Near Field Communications (NFC) library"
HOMEPAGE="http://www.libnfc.org/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="doc"

RDEPEND="sys-apps/pcsc-lite
	virtual/libusb:0"
DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen )"

src_compile() {
	emake || die "Failed to compile."
	use doc && doxygen
}

src_install() {
	emake install DESTDIR="${D}" || die "Failed to install properly."
	use doc && dohtml "${S}"/doc/html/*
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-17 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-17 21:29 [gentoo-commits] gentoo-x86 commit in dev-libs/libnfc: ChangeLog libnfc-1.5.1.ebuild libnfc-1.3.3.ebuild libnfc-1.3.1.ebuild libnfc-1.3.2.ebuild Mike Auty (ikelos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox