public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Agostino Sarubbo" <ago@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ago:master commit in: net-analyzer/thc-ssl-dos/
Date: Thu, 13 Sep 2012 20:05:51 +0000 (UTC)	[thread overview]
Message-ID: <1347566704.c37217354dc4dda984f1d32e89d55a08c99488a3.ago@gentoo> (raw)

commit:     c37217354dc4dda984f1d32e89d55a08c99488a3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 20:05:04 2012 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 20:05:04 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ago.git;a=commit;h=c3721735

Initial import of thc-ssl-dos, TODO: respect cflags

---
 net-analyzer/thc-ssl-dos/Manifest               |    3 ++
 net-analyzer/thc-ssl-dos/metadata.xml           |    9 ++++++++
 net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild |   24 +++++++++++++++++++++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/net-analyzer/thc-ssl-dos/Manifest b/net-analyzer/thc-ssl-dos/Manifest
new file mode 100644
index 0000000..eeb4772
--- /dev/null
+++ b/net-analyzer/thc-ssl-dos/Manifest
@@ -0,0 +1,3 @@
+DIST thc-ssl-dos-1.4.tar.gz 111353 SHA256 3e8dcaedf39a11ebaeac6e4d75175fcc724c6255904ef4e27bf72c9788119a04 SHA512 f450aebe7d3bc40ef2bdd8d53a24fbff3efd4adf32caee4e650a28b9ecbdafa95fd3b89ad1744be8544369fd696cb36942e55cbdf29e875b281cb8ac390ee499 WHIRLPOOL 2879b270ebcfc26c8b9b05bab8202e56b819a8ef03b44c8f89c2197c65faf6aeb892bb723084b36081f7f8dfb0d8ec7be33a900a59a469fd8e2242eb26fe976b
+EBUILD thc-ssl-dos-1.4.ebuild 452 SHA256 757e37c7ae8fe062a09d5cab0ca5fa5617a4e2fd8a09f726a7be1f12db488833 SHA512 5f2c31c1333936dda46d2a8650174af2b45550842beab8ab0439202cfba25a7d75082630d43dc7f8a35b6d36b890792d0f54a2af111aceab2242850506c801e2 WHIRLPOOL eedc9ba9fa32e7a0eb6b651ae9b63ce565cc02e1bcb618f0119d97a19a435f7a8ae6616ef36d35ab84723b1ea13a54ae17bf874325d288fb37b2437acd1be390
+MISC metadata.xml 233 SHA256 77226fe2bb71a40e1ad91e1a4ddd1bb5728012844c345b01ccffc1f5ab92270e SHA512 7ca9cf20cfadd69ebd24e89b921aac51290d169b790507577147c823089710f730758b5a0a990311e2db5cc93c2744d85328bf9a09fbd5c75ea5df3a796de487 WHIRLPOOL be83544d3c80e4db47780a2840ccfc7c82c9c0ae0ac85e15347e1e7a1591930f3140d8bbda3b9563e3543aa8c4de1f60def98fd7bafe6b4adf9bd9c259801fb8

diff --git a/net-analyzer/thc-ssl-dos/metadata.xml b/net-analyzer/thc-ssl-dos/metadata.xml
new file mode 100644
index 0000000..6c08151
--- /dev/null
+++ b/net-analyzer/thc-ssl-dos/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>
+		<email>ago@gentoo.org</email>
+		<name>Agostino Sarubbo</name>
+	</maintainer>
+</pkgmetadata>
+

diff --git a/net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild b/net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild
new file mode 100644
index 0000000..b9919f1
--- /dev/null
+++ b/net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit autotools
+
+DESCRIPTION="Tool to DoS"
+HOMEPAGE="http://www.thc.org"
+SRC_URI="http://www.thc.org/${PN}/${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="as-is"
+IUSE=""
+
+DEPEND="dev-libs/openssl"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	sed -i -e "s: -Wall::g;s: /usr/local/lib::" configure.in || die
+	eautoreconf
+}


             reply	other threads:[~2012-09-13 20:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-13 20:05 Agostino Sarubbo [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-09-13 20:56 [gentoo-commits] dev/ago:master commit in: net-analyzer/thc-ssl-dos/ Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1347566704.c37217354dc4dda984f1d32e89d55a08c99488a3.ago@gentoo \
    --to=ago@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox