From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ACCFB138010 for ; Thu, 13 Sep 2012 20:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89B5221C029; Thu, 13 Sep 2012 20:05:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4334A21C029 for ; Thu, 13 Sep 2012 20:05:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3068433D74F for ; Thu, 13 Sep 2012 20:05:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DF522E543C for ; Thu, 13 Sep 2012 20:05:51 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1347566704.c37217354dc4dda984f1d32e89d55a08c99488a3.ago@gentoo> Subject: [gentoo-commits] dev/ago:master commit in: net-analyzer/thc-ssl-dos/ X-VCS-Repository: dev/ago X-VCS-Files: net-analyzer/thc-ssl-dos/Manifest net-analyzer/thc-ssl-dos/metadata.xml net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild X-VCS-Directories: net-analyzer/thc-ssl-dos/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c37217354dc4dda984f1d32e89d55a08c99488a3 X-VCS-Branch: master Date: Thu, 13 Sep 2012 20:05:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e63fc187-a95a-4912-b434-4df91b3b250f X-Archives-Hash: 0ba1c27a66fef4d66e1808f15c2ddb61 commit: c37217354dc4dda984f1d32e89d55a08c99488a3 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Sep 13 20:05:04 2012 +0000 Commit: Agostino Sarubbo gentoo 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 @@ + + + + + ago@gentoo.org + Agostino Sarubbo + + + 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 +}