mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
16 lines
379 B
Bash
16 lines
379 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=TODDR
|
|
MODULE_VERSION=1.24
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="lookup the username on the remote end of a TCP/IP connection"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
|
IUSE=""
|