diff options
author | Chen, Chih-Chia <pigfoot@gmail.com> | 2016-05-17 15:06:17 +0800 |
---|---|---|
committer | Chen, Chih-Chia <pigfoot@gmail.com> | 2016-05-17 15:06:17 +0800 |
commit | 2823371718ce7711451e439406de92a7dffd025e (patch) | |
tree | ac8c09a78ecfc448e1599dfedca0c926803112d0 /net-analyzer | |
parent | [dev-libs/openssl] Security bump to version 1.0.2h (diff) | |
download | pigfoot-2823371718ce7711451e439406de92a7dffd025e.tar.gz pigfoot-2823371718ce7711451e439406de92a7dffd025e.tar.bz2 pigfoot-2823371718ce7711451e439406de92a7dffd025e.zip |
Add net-analyzer/captipper
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/captipper/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/captipper/captipper-9999.ebuild | 23 | ||||
-rw-r--r-- | net-analyzer/captipper/metadata.xml | 9 |
3 files changed, 34 insertions, 0 deletions
diff --git a/net-analyzer/captipper/Manifest b/net-analyzer/captipper/Manifest new file mode 100644 index 0000000..bdbd6a4 --- /dev/null +++ b/net-analyzer/captipper/Manifest @@ -0,0 +1,2 @@ +EBUILD captipper-9999.ebuild 525 SHA256 39dc0b89b43df0eb6f7ab87aaaba7ee136bd4d4c1508258ad16f1ada531c5039 SHA512 112ab0df7eca9d0ea92df3f37bcef548358b875e2d8e61418bec0cbf5dfd541ebcd8653254a45f714e6222004b1191e03f1644a42a35ebed076c2b7740afd232 WHIRLPOOL fa2bf7c02790ad172ff0235b98ba5f309272fad8de5b6def491a4a1d04dfab560d1b2abb3e10c83b2e31386a661f8d41f6c3e759d3a1f5b730ac209523a96297 +MISC metadata.xml 304 SHA256 e41afe40ccbbdba8fb36d0128779e3fc5d1897b2ec9258e59e94490d9f7dfbfe SHA512 f1bb1ebca73bbee02755bf750f308a3f130320aa6f1c862d68ac07b4a2c9966c497162d8add1623a9ac3e93391ba16fdf9be5db5812fae156dfce824040e3040 WHIRLPOOL de0aac2e7eceab3f62073d9ae3331a6821933543cbd15670ee67dcead18a200d560658ebc3044e7cb4100d4b0aa9efd9ea24bab4b2490458806d909e685f3f7f diff --git a/net-analyzer/captipper/captipper-9999.ebuild b/net-analyzer/captipper/captipper-9999.ebuild new file mode 100644 index 0000000..e3265d5 --- /dev/null +++ b/net-analyzer/captipper/captipper-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) + +EGIT_REPO_URI="https://github.com/pigfoot/CapTipper.git" +EGIT_BRANCH="pf-branch" +inherit git-r3 distutils-r1 + +DESCRIPTION="Malicious HTTP traffic explorer" +HOMEPAGE="https://github.com/omriher/CapTipper" +SRC_URI="" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/net-analyzer/captipper/metadata.xml b/net-analyzer/captipper/metadata.xml new file mode 100644 index 0000000..af561bd --- /dev/null +++ b/net-analyzer/captipper/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>pigfoot@gmail.com</email> + <name>Chen, Chih-Chia</name> + <description>Maintainer. Assign bugs to him</description> +</maintainer> +</pkgmetadata> |