From: "Mike Auty" <ikelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ikelos:master commit in: dev-libs/libnfc/
Date: Mon, 18 Feb 2013 00:16:42 +0000 (UTC) [thread overview]
Message-ID: <1342638144.6095627f997bb39fcef78fa114d934e91f694c6a.ikelos@gentoo> (raw)
commit: 6095627f997bb39fcef78fa114d934e91f694c6a
Author: Mike Auty <mike.auty <AT> gmail <DOT> com>
AuthorDate: Wed Jul 18 19:02:24 2012 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 19:02:24 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=6095627f
Don't forget to add the bumped version of libnfc.
---
dev-libs/libnfc/libnfc-1.6.0_rc1.ebuild | 35 +++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/dev-libs/libnfc/libnfc-1.6.0_rc1.ebuild b/dev-libs/libnfc/libnfc-1.6.0_rc1.ebuild
new file mode 100644
index 0000000..626066e
--- /dev/null
+++ b/dev-libs/libnfc/libnfc-1.6.0_rc1.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/*
+}
next reply other threads:[~2013-02-18 0:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-18 0:16 Mike Auty [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-04-17 18:41 [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=1342638144.6095627f997bb39fcef78fa114d934e91f694c6a.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