From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E0882138ACA for ; Mon, 18 Feb 2013 00:16:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBB12E05D7; Mon, 18 Feb 2013 00:16:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29363E05E4 for ; Mon, 18 Feb 2013 00:16:45 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37F2133DC22 for ; Mon, 18 Feb 2013 00:16:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E65B3E408F for ; Mon, 18 Feb 2013 00:16:41 +0000 (UTC) From: "Mike Auty" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Auty" Message-ID: <1342638117.ea5e4a10d2ae3261813c10eb92c4829bdbf07595.ikelos@gentoo> Subject: [gentoo-commits] dev/ikelos:master commit in: dev-libs/libnfc/ X-VCS-Repository: dev/ikelos X-VCS-Files: dev-libs/libnfc/Manifest dev-libs/libnfc/libnfc-1.5.1.ebuild X-VCS-Directories: dev-libs/libnfc/ X-VCS-Committer: ikelos X-VCS-Committer-Name: Mike Auty X-VCS-Revision: ea5e4a10d2ae3261813c10eb92c4829bdbf07595 X-VCS-Branch: master Date: Mon, 18 Feb 2013 00:16:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ed04c0c8-aaed-4761-ad39-18bc16452ccc X-Archives-Hash: a92fd3e97720d20ca2241007403b8587 commit: ea5e4a10d2ae3261813c10eb92c4829bdbf07595 Author: Mike Auty gmail com> AuthorDate: Wed Jul 18 19:01:57 2012 +0000 Commit: Mike Auty gentoo org> CommitDate: Wed Jul 18 19:01:57 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=ea5e4a10 Remove libnfc that's in the tree. --- dev-libs/libnfc/Manifest | 4 ++-- dev-libs/libnfc/libnfc-1.5.1.ebuild | 31 ------------------------------- 2 files changed, 2 insertions(+), 33 deletions(-) diff --git a/dev-libs/libnfc/Manifest b/dev-libs/libnfc/Manifest index a92994d..e13b898 100644 --- a/dev-libs/libnfc/Manifest +++ b/dev-libs/libnfc/Manifest @@ -1,3 +1,3 @@ -DIST libnfc-1.5.1.tar.gz 534349 RMD160 2bc3cb8bc40663020507da7c53a88bed87f122d3 SHA1 aebd4a126f2268d06ade445cd6cf2b3c59256f51 SHA256 5c0f33465051704a67c63f6ca9782d69b0d7ac4962ea5f996829834d1327f4f7 -EBUILD libnfc-1.5.1.ebuild 743 RMD160 17c1e186874e82d0b823c0b4dc24e9d0ccd96c8b SHA1 19eb9b873e7d06def52c2706d9df1cb23d70ab61 SHA256 339d172c54cf62197f8d8c63c414f60c085ef6192caf74df02f0e807da89f137 +DIST libnfc-1.6.0-rc1.tar.gz 571772 RMD160 9f04b5f760d45548f4f5eb9474a6eea70a804531 SHA1 bbff76269120c3a531eb96b7ceb96fd36c0071a1 SHA256 f95263c9ba5e3b8fc6e366329241e1d2eaa6d2503475554f0e88dfc81fc5235f +EBUILD libnfc-1.6.0_rc1.ebuild 797 RMD160 b4ed32fb0a0263e82bea511e8ba08373d1b6333f SHA1 c380e7fbeee38aadc249f7dd70d53f0c449c9246 SHA256 292c037876c3747f2d5045d651dfc0c45eed152f62ddde887e54a49df81ecb11 EBUILD libnfc-9999.ebuild 695 RMD160 5eca2602a575d393bcb19a307c048c40acc97f49 SHA1 80ee710797ffcaaebd7316194ec84b13f9dc28f9 SHA256 db4c4a2caa8a1a69fc8c836d5bf30faf974a0999d3b45e05380c99b6cb83a877 diff --git a/dev-libs/libnfc/libnfc-1.5.1.ebuild b/dev-libs/libnfc/libnfc-1.5.1.ebuild deleted file mode 100644 index b5ee600..0000000 --- a/dev-libs/libnfc/libnfc-1.5.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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 - -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/* -}