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 5BE681397F2 for ; Fri, 21 Aug 2015 16:11:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D431E083A; Fri, 21 Aug 2015 16:11:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2782FE083A for ; Fri, 21 Aug 2015 16:11:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD493340754 for ; Fri, 21 Aug 2015 16:11:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47E7D145 for ; Fri, 21 Aug 2015 16:11:46 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1440173496.f692edd92e0803ce68de4e1197177b38f483bcba.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/rfcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/rfcat/metadata.xml net-wireless/rfcat/rfcat-9999.ebuild X-VCS-Directories: net-wireless/rfcat/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: f692edd92e0803ce68de4e1197177b38f483bcba X-VCS-Branch: master Date: Fri, 21 Aug 2015 16:11:46 +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: 0e3cd300-8c39-42da-86d3-b1f6c18bd564 X-Archives-Hash: dc2f28aa1b5f5eeef436debdbb2730a4 commit: f692edd92e0803ce68de4e1197177b38f483bcba Author: Zero_Chaos gentoo org> AuthorDate: Fri Aug 21 16:11:36 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Fri Aug 21 16:11:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f692edd9 net-wireless/rfcat: new package Package-Manager: portage-2.2.20.1 net-wireless/rfcat/metadata.xml | 11 +++++++++++ net-wireless/rfcat/rfcat-9999.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/net-wireless/rfcat/metadata.xml b/net-wireless/rfcat/metadata.xml new file mode 100644 index 0000000..f66711c --- /dev/null +++ b/net-wireless/rfcat/metadata.xml @@ -0,0 +1,11 @@ + + + + +zerochaos@gentoo.org +Rick Farina +maintainer + + + + diff --git a/net-wireless/rfcat/rfcat-9999.ebuild b/net-wireless/rfcat/rfcat-9999.ebuild new file mode 100644 index 0000000..e350966 --- /dev/null +++ b/net-wireless/rfcat/rfcat-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT="python2_7" +inherit mercurial distutils-r1 + +DESCRIPTION="The swiss army knife of subGHz" +HOMEPAGE="https://bitbucket.org/atlas0fd00m/rfcat/" +#SRC_URI="" +EHG_REPO_URI="https://bitbucket.org/atlas0fd00m/rfcat" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="" +IUSE="" + +#DEPEND="dev-embedded/sdcc" +#RDEPEND="${DEPEND}" + +pkg_postinst() { + ewarn "Right now, this only installs the rfcat host tools, nothing related to firmware" +}