From 81fde8c5e23b9cdb26a5db1bf001301674b7eba7 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Thu, 4 Oct 2012 03:22:54 +0000 Subject: Initial commit. (Portage version: 2.2.0_alpha134/cvs/Linux x86_64) --- net-analyzer/odhcploc/ChangeLog | 10 ++++++++++ net-analyzer/odhcploc/metadata.xml | 12 ++++++++++++ net-analyzer/odhcploc/odhcploc-20111021.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 net-analyzer/odhcploc/ChangeLog create mode 100644 net-analyzer/odhcploc/metadata.xml create mode 100644 net-analyzer/odhcploc/odhcploc-20111021.ebuild (limited to 'net-analyzer/odhcploc') diff --git a/net-analyzer/odhcploc/ChangeLog b/net-analyzer/odhcploc/ChangeLog new file mode 100644 index 000000000000..2c366634471c --- /dev/null +++ b/net-analyzer/odhcploc/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-analyzer/odhcploc +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/odhcploc/ChangeLog,v 1.1 2012/10/04 03:22:54 jer Exp $ + +*odhcploc-20111021 (04 Oct 2012) + + 04 Oct 2012; Jeroen Roovers +odhcploc-20111021.ebuild, + +metadata.xml: + Initial commit. + diff --git a/net-analyzer/odhcploc/metadata.xml b/net-analyzer/odhcploc/metadata.xml new file mode 100644 index 000000000000..0b1380d617f1 --- /dev/null +++ b/net-analyzer/odhcploc/metadata.xml @@ -0,0 +1,12 @@ + + + +netmon + +jer@gentoo.org +Jeroen Roovers + + + + + diff --git a/net-analyzer/odhcploc/odhcploc-20111021.ebuild b/net-analyzer/odhcploc/odhcploc-20111021.ebuild new file mode 100644 index 000000000000..3898e1d19c4d --- /dev/null +++ b/net-analyzer/odhcploc/odhcploc-20111021.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/odhcploc/odhcploc-20111021.ebuild,v 1.1 2012/10/04 03:22:54 jer Exp $ + +EAPI=4 +inherit toolchain-funcs + +DESCRIPTION="Open DHCP Locator" +HOMEPAGE="http://odhcploc.sourceforge.net/" +SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +src_prepare() { + tc-export CC +} + +src_install() { + dobin ${PN} + doman ${PN}.8 + dodoc AUTHORS +} -- cgit v1.2.3-65-gdbad