diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-wireless/horst | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-wireless/horst')
-rw-r--r-- | net-wireless/horst/Manifest | 1 | ||||
-rw-r--r-- | net-wireless/horst/horst-4.2.ebuild | 35 | ||||
-rw-r--r-- | net-wireless/horst/horst-9999.ebuild | 37 | ||||
-rw-r--r-- | net-wireless/horst/metadata.xml | 11 |
4 files changed, 84 insertions, 0 deletions
diff --git a/net-wireless/horst/Manifest b/net-wireless/horst/Manifest new file mode 100644 index 000000000000..76d4fe2414dd --- /dev/null +++ b/net-wireless/horst/Manifest @@ -0,0 +1 @@ +DIST horst-4.2.tar.gz 97976 SHA256 eab46330998a4c6d5abc9bfdad739b62b57c65049ac6f160e58ee3edd3260057 SHA512 a6fa50d6eb0d2c2ae83dfccf59359f8cd74334dbc2362f01f1a3787ebb3d34bcdb76c34899cb048e4a4abc7353d72e8dd846b567ba228f9930e3f418b3656c0a WHIRLPOOL 5209beb9259b1d4a8c151e5ed66bc38f7682918c9cbd3af944de4d62e75af53fc15b6afc730cef3b3642f6475e8f9e62379c89da6a65739f34ceb61214f63645 diff --git a/net-wireless/horst/horst-4.2.ebuild b/net-wireless/horst/horst-4.2.ebuild new file mode 100644 index 000000000000..4774eab15ab1 --- /dev/null +++ b/net-wireless/horst/horst-4.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit toolchain-funcs + +DESCRIPTION="Small 802.11 wireless LAN analyzer" +HOMEPAGE="http://br1.einfach.org/tech/horst/" +SRC_URI="http://br1.einfach.org/${PN}_dl/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug +pcap test" + +RDEPEND="sys-libs/ncurses + pcap? ( net-libs/libpcap )" +DEPEND="${RDEPEND} + test? ( sys-devel/sparse )" + +#just semantic tests, no functional tests +RESTRICT=test + +src_compile() { + tc-export CC + emake PCAP=$(usex pcap 1 0) DEBUG=$(usex debug 1 0) +} + +src_install() { + dosbin ${PN}{,.sh} + dodoc README TODO + doman ${PN}.1 +} diff --git a/net-wireless/horst/horst-9999.ebuild b/net-wireless/horst/horst-9999.ebuild new file mode 100644 index 000000000000..e29591a5d7b4 --- /dev/null +++ b/net-wireless/horst/horst-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit toolchain-funcs git-r3 + +DESCRIPTION="Small 802.11 wireless LAN analyzer" +HOMEPAGE="http://br1.einfach.org/tech/horst/" +EGIT_REPO_URI="https://github.com/br101/${PN}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="debug +pcap test" + +RDEPEND="sys-libs/ncurses + pcap? ( net-libs/libpcap )" +DEPEND="${RDEPEND} + test? ( sys-devel/sparse )" + +#just semantic tests, no functional tests +RESTRICT=test + +src_compile() { + tc-export CC + emake PCAP=$(usex pcap 1 0) DEBUG=$(usex debug 1 0) +} + +src_install() { + dosbin ${PN}{,.sh} + dodoc README TODO + doman ${PN}.1 + insinto /etc + doins ${PN}.conf +} diff --git a/net-wireless/horst/metadata.xml b/net-wireless/horst/metadata.xml new file mode 100644 index 000000000000..b6b141817fa9 --- /dev/null +++ b/net-wireless/horst/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> +<email>xmw@gentoo.org</email> +<name>Michael Weber</name> +</maintainer> +<use> + <flag name="pcap">Add support for network packet capture via net-libs/libpcap</flag> +</use> +</pkgmetadata> |