diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-11 13:26:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-11 18:20:44 +0200 |
commit | 880791b887ea53368aae791b3fdf68904479b656 (patch) | |
tree | 85cfc6602562a355e21db0203da21dc9f3fde1c8 /net-wireless/horst | |
parent | net-proxy/http-replicator: Drop old (diff) | |
download | gentoo-880791b887ea53368aae791b3fdf68904479b656.tar.gz gentoo-880791b887ea53368aae791b3fdf68904479b656.tar.bz2 gentoo-880791b887ea53368aae791b3fdf68904479b656.zip |
net-wireless/horst: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless/horst')
-rw-r--r-- | net-wireless/horst/Manifest | 2 | ||||
-rw-r--r-- | net-wireless/horst/horst-4.2.ebuild | 34 | ||||
-rw-r--r-- | net-wireless/horst/horst-5.0.ebuild | 34 |
3 files changed, 0 insertions, 70 deletions
diff --git a/net-wireless/horst/Manifest b/net-wireless/horst/Manifest index d4ac613a275d..ca861a95a40a 100644 --- a/net-wireless/horst/Manifest +++ b/net-wireless/horst/Manifest @@ -1,3 +1 @@ -DIST horst-4.2.tar.gz 97976 BLAKE2B 9f59e2dd6f67b50d0d6c67ff269f327e073edbfa87db5d3d63621116123cdcda3d85759e47bcd26344f750f87b0516589aff140542f2ef36cd12dddd048be60f SHA512 a6fa50d6eb0d2c2ae83dfccf59359f8cd74334dbc2362f01f1a3787ebb3d34bcdb76c34899cb048e4a4abc7353d72e8dd846b567ba228f9930e3f418b3656c0a -DIST horst-5.0.tar.gz 115572 BLAKE2B a7702fe05a706f3f9cfd0545850451e1035840503c1fdf9377594d883095e41acaf89dca4ef9433f3a0109491932612e657dce8054a9f28c2bd725d230588bb1 SHA512 d2df54fade3d62b91482fb16e34f9b03567285880eceb5baea3f76b46caf1763909f3999b2924e210eb0ab0d9fd9f6444f31d2b06ea1a3b73a9f54e257cfd989 DIST horst-5.1.tar.gz 117392 BLAKE2B 4e21a1cb4d508c8ed6e63fe975a30299452c706aec1a83125acabc547ab8718bbae66d546d973bc10af1f0b6c885a20193c584312c30f5ecaef9d86156c0b12b SHA512 d2889a8c42c31bea72d4e0efd7141ca56c96953b37d2476793ef52d019720059eb57e48b72fa5d720e0c5518a9b0b8dee1a105828d581655c0fbf4dfb29698c4 diff --git a/net-wireless/horst/horst-4.2.ebuild b/net-wireless/horst/horst-4.2.ebuild deleted file mode 100644 index a799b0945eb4..000000000000 --- a/net-wireless/horst/horst-4.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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:0 - 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-5.0.ebuild b/net-wireless/horst/horst-5.0.ebuild deleted file mode 100644 index c06fc8f45db0..000000000000 --- a/net-wireless/horst/horst-5.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit toolchain-funcs vcs-snapshot - -DESCRIPTION="Small 802.11 wireless LAN analyzer" -HOMEPAGE="http://br1.einfach.org/tech/horst/" -SRC_URI="https://github.com/br101/${PN}/archive/version-${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug +pcap test" - -RDEPEND="sys-libs/ncurses:0 - 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.md - doman ${PN}.1 -} |