public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Auty" <ikelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ikelos:master commit in: dev-libs/libnfc/
Date: Wed, 17 Apr 2013 18:41:24 +0000 (UTC)	[thread overview]
Message-ID: <1366223925.f1981cdc5789108f7e81c064c611f8264345fe60.ikelos@gentoo> (raw)

commit:     f1981cdc5789108f7e81c064c611f8264345fe60
Author:     Mike Auty <mike.auty <AT> gmail <DOT> com>
AuthorDate: Wed Apr 17 18:38:45 2013 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 18:38:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=f1981cdc

Bump libnfc.

---
 dev-libs/libnfc/Manifest                |    2 +
 dev-libs/libnfc/libnfc-1.7.0_rc6.ebuild |   35 +++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/dev-libs/libnfc/Manifest b/dev-libs/libnfc/Manifest
index ff63842..1c1fd78 100644
--- a/dev-libs/libnfc/Manifest
+++ b/dev-libs/libnfc/Manifest
@@ -1,3 +1,5 @@
 DIST libnfc-1.6.0-rc1.tar.gz 571772 SHA256 f95263c9ba5e3b8fc6e366329241e1d2eaa6d2503475554f0e88dfc81fc5235f SHA512 a7f8bacf949c7e1b61eac60ff7805c5f1b4c2cde933a66cff329c85b97337718e28e00b06572280d01b2ded477d0ae1200472e8f4a67a62d22e69f5a1b7127a2 WHIRLPOOL 1eb9965c73e060d9518a268cacd9fd4c646748e9e15dcfdcca91807b5fd17e28c6c8ecc09550e39308560ecea446af073a4d190c252f080eabc60d0675b94dd7
+DIST libnfc-1.7.0-rc6.tar.gz 606468 SHA256 987fb224c01d3d9fdf3bdda440d6436c3ef047afbb31be79faffd0d18e05fb69 SHA512 6f94bf2b6c9552281ed9e3cd5a3045f72508c48145afc1d7207f1ff7d13e01d9d1078118861e5eee29c0b9726d823e066622aec52614a2eaf9d05e1545685959 WHIRLPOOL 057a4823d550ea0302b359abfa4ac1c06abab81d0e7aa4c9b5298d5eac315153702fe3fe53b59facaf8db6b689f1c705e6b1c02379438cc4487c328b34597852
 EBUILD libnfc-1.6.0_rc1.ebuild 797 SHA256 292c037876c3747f2d5045d651dfc0c45eed152f62ddde887e54a49df81ecb11 SHA512 230e557f385307787adce882386beb21eee17f69200caecd13924e2844ade3eb241596eecf4efdfa22eda2e932b2b7bad18d0411bbdd72be17f21d2cba5a303d WHIRLPOOL 4313be8fd044360ec8ba58b3639c6c3b57ec26fefc5b5a9c4e62c9c5c8f9006c9cd09c28c776f8b49af4e28a5c50efa9e4d2683df6ab37370db091ced5f30425
+EBUILD libnfc-1.7.0_rc6.ebuild 797 SHA256 292c037876c3747f2d5045d651dfc0c45eed152f62ddde887e54a49df81ecb11 SHA512 230e557f385307787adce882386beb21eee17f69200caecd13924e2844ade3eb241596eecf4efdfa22eda2e932b2b7bad18d0411bbdd72be17f21d2cba5a303d WHIRLPOOL 4313be8fd044360ec8ba58b3639c6c3b57ec26fefc5b5a9c4e62c9c5c8f9006c9cd09c28c776f8b49af4e28a5c50efa9e4d2683df6ab37370db091ced5f30425
 EBUILD libnfc-9999.ebuild 695 SHA256 db4c4a2caa8a1a69fc8c836d5bf30faf974a0999d3b45e05380c99b6cb83a877 SHA512 3305fb3c3763948ed38d65cfd1908fc159fed1ab9569f541443cca5f79ca4395277aae557ec677dde51e5c993179a24d5914616296b43be9dd7bea207a1e7b19 WHIRLPOOL 2a3c64bc3ff1469aac307dccb03fa8e16fff955cdb50b4a12de1c9b8fa2edc4f8d84e78d8f597459519795ddf6a947f79b2de01157fc80c7056a0c7169fe9d88

diff --git a/dev-libs/libnfc/libnfc-1.7.0_rc6.ebuild b/dev-libs/libnfc/libnfc-1.7.0_rc6.ebuild
new file mode 100644
index 0000000..626066e
--- /dev/null
+++ b/dev-libs/libnfc/libnfc-1.7.0_rc6.ebuild
@@ -0,0 +1,35 @@
+# 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.4.2.ebuild,v 1.2 2011/03/20 18:11:44 ssuominen Exp $
+
+EAPI="4"
+
+inherit eutils versionator
+
+MY_P=${P/_/-}
+
+DESCRIPTION="Near Field Communications (NFC) library"
+HOMEPAGE="http://www.libnfc.org/"
+SRC_URI="http://${PN}.googlecode.com/files/${MY_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 )"
+
+S="${WORKDIR}/${MY_P}"
+
+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/*
+}


             reply	other threads:[~2013-04-17 18:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-17 18:41 Mike Auty [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-18  0:16 [gentoo-commits] dev/ikelos:master commit in: dev-libs/libnfc/ Mike Auty
2013-02-18  0:16 Mike Auty
2011-12-25 13:09 Mike Auty
2011-04-30 13:48 Mike Auty
2011-04-29 13:21 Mike Auty
2011-02-25 10:49 Mike Auty
2011-02-04 11:37 ikelos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1366223925.f1981cdc5789108f7e81c064c611f8264345fe60.ikelos@gentoo \
    --to=ikelos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox