diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-14 19:22:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-14 19:23:48 +0200 |
commit | 77ce292ea2a4fdf5efc981cfe88fff29926f813d (patch) | |
tree | 5b06a50f3afb9237be6352b35b9365e17debb294 /net-wireless | |
parent | dev-tex/crosstex: Remove last-rited pkg (diff) | |
download | gentoo-77ce292ea2a4fdf5efc981cfe88fff29926f813d.tar.gz gentoo-77ce292ea2a4fdf5efc981cfe88fff29926f813d.tar.bz2 gentoo-77ce292ea2a4fdf5efc981cfe88fff29926f813d.zip |
net-wireless/lorcon-old: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/lorcon-old/lorcon-old-9999.ebuild | 26 | ||||
-rw-r--r-- | net-wireless/lorcon-old/metadata.xml | 8 |
2 files changed, 0 insertions, 34 deletions
diff --git a/net-wireless/lorcon-old/lorcon-old-9999.ebuild b/net-wireless/lorcon-old/lorcon-old-9999.ebuild deleted file mode 100644 index cd62cbdd50f6..000000000000 --- a/net-wireless/lorcon-old/lorcon-old-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit toolchain-funcs eutils subversion - -DESCRIPTION="A generic library for injecting 802.11 frames" -HOMEPAGE="http://802.11ninja.net/lorcon" -SRC_URI="" -ESVN_REPO_URI="http://802.11ninja.net/svn/lorcon/branch/lorcon-old" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="dev-libs/libnl - net-libs/libpcap" -RDEPEND="${DEPEND}" - -src_install() { - DESTDIR="${D}" emake install - # rename manpage to avoid conflict with lorcon - mv "${D}"/usr/share/man/man3/lorcon.3 "${D}"/usr/share/man/man3/lorcon-old.3 -} diff --git a/net-wireless/lorcon-old/metadata.xml b/net-wireless/lorcon-old/metadata.xml deleted file mode 100644 index 0bd171786a1f..000000000000 --- a/net-wireless/lorcon-old/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> -<email>zerochaos@gentoo.org</email> -<name>Rick Farina</name> -</maintainer> -</pkgmetadata> |