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-firewall/fwanalog | |
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-firewall/fwanalog')
-rw-r--r-- | net-firewall/fwanalog/Manifest | 1 | ||||
-rw-r--r-- | net-firewall/fwanalog/fwanalog-0.6.4.ebuild | 39 | ||||
-rw-r--r-- | net-firewall/fwanalog/metadata.xml | 8 |
3 files changed, 48 insertions, 0 deletions
diff --git a/net-firewall/fwanalog/Manifest b/net-firewall/fwanalog/Manifest new file mode 100644 index 000000000000..3a12aefcdb00 --- /dev/null +++ b/net-firewall/fwanalog/Manifest @@ -0,0 +1 @@ +DIST fwanalog-0.6.4.tar.gz 128787 SHA256 8ddc4c7ec16e59a27691e25fdd1f266838230ee08c3495fa289db0e7fc008e13 SHA512 953ca03c070e82370dc2a993c19113b4a92f89be6a0d77edbbcb722420c9fc28d3f4bb454441c3e82f36eb27584ff88090beab18c095051a2e8ef7bc28b52da2 WHIRLPOOL 3b274f44788e411ddec0256e47f735de94cc2eadb66ab4f295986417cf3f4b525c0c35f40f83f5e5dec6179ea44d26cc61c8f74db5fc47d6b56f6eab174d9fa9 diff --git a/net-firewall/fwanalog/fwanalog-0.6.4.ebuild b/net-firewall/fwanalog/fwanalog-0.6.4.ebuild new file mode 100644 index 000000000000..8434ec8babe4 --- /dev/null +++ b/net-firewall/fwanalog/fwanalog-0.6.4.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="Script to parse firewall logs and analyze them with Analog" +HOMEPAGE="http://tud.at/programm/fwanalog/" +SRC_URI="http://tud.at/programm/fwanalog/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 x86 ppc sparc" +IUSE="" + +DEPEND="" # this is just a bash script +RDEPEND="app-shells/bash + sys-apps/grep + virtual/awk + sys-apps/sed + app-arch/gzip + sys-apps/diffutils + dev-lang/perl + >=app-admin/analog-5.31" + +src_install() { + insinto /etc/fwanalog + + insopts -m0700 ; doins fwanalog.sh + + insopts -m0600 + doins fwanalog-dom.tab fwanalog.lng services.conf + doins fwanalog.analog.conf fwanalog.analog.conf.local + newins fwanalog.opts.linux24 fwanalog.opts + + dosed "s/\"zegrep\"/\"egrep\"/" /etc/fwanalog/fwanalog.opts + + dodoc CONTRIBUTORS ChangeLog README + docinto support ; dodoc support/* + docinto langfiles ; dodoc langfiles/* +} diff --git a/net-firewall/fwanalog/metadata.xml b/net-firewall/fwanalog/metadata.xml new file mode 100644 index 000000000000..f9d50da18d39 --- /dev/null +++ b/net-firewall/fwanalog/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + <description>This package lacks a primary herd or maintainer.</description> + </maintainer> +</pkgmetadata> |