* [gentoo-commits] dev/ago:master commit in: net-analyzer/thc-ssl-dos/
@ 2012-09-13 20:05 Agostino Sarubbo
0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo @ 2012-09-13 20:05 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/ago:master commit in: net-analyzer/thc-ssl-dos/
@ 2012-09-13 20:56 Agostino Sarubbo
0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo @ 2012-09-13 20:56 UTC (permalink / raw
To: gentoo-commits
commit: 102685915f726b285b86cc0ac668527a85a70aff
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 20:56:15 2012 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 20:56:15 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ago.git;a=commit;h=10268591
Respect CFLAGS, thanks to scarabeus
---
net-analyzer/thc-ssl-dos/Manifest | 2 +-
net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/thc-ssl-dos/Manifest b/net-analyzer/thc-ssl-dos/Manifest
index eeb4772..8a7953a 100644
--- a/net-analyzer/thc-ssl-dos/Manifest
+++ b/net-analyzer/thc-ssl-dos/Manifest
@@ -1,3 +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
+EBUILD thc-ssl-dos-1.4.ebuild 468 SHA256 21b12444ac6ade9a9802995a22fe213507561530c22bdde741b9fb3150d7412f SHA512 07d7d142b38f5fe08bf607a4316e50117268110ac2ad781b3aea480e8398793fe8b834f35be2fcee1efab6dbecf2b5e01e8fe3e30255c99fca6f89f05593fe40 WHIRLPOOL 7ac5c128d267703f3ad76c068bd71527486a2e20f1f3849c685a41511386710349f811596bde7f87bd74125a20c400363d5bf117f98fb802905edfa035b7df15
MISC metadata.xml 233 SHA256 77226fe2bb71a40e1ad91e1a4ddd1bb5728012844c345b01ccffc1f5ab92270e SHA512 7ca9cf20cfadd69ebd24e89b921aac51290d169b790507577147c823089710f730758b5a0a990311e2db5cc93c2744d85328bf9a09fbd5c75ea5df3a796de487 WHIRLPOOL be83544d3c80e4db47780a2840ccfc7c82c9c0ae0ac85e15347e1e7a1591930f3140d8bbda3b9563e3543aa8c4de1f60def98fd7bafe6b4adf9bd9c259801fb8
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
index b9919f1..7ec356a 100644
--- a/net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild
+++ b/net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild
@@ -19,6 +19,10 @@ DEPEND="dev-libs/openssl"
RDEPEND="${DEPEND}"
src_prepare() {
- sed -i -e "s: -Wall::g;s: /usr/local/lib::" configure.in || die
+ sed -i \
+ -e "s: /usr/local/lib::" \
+ -e "/CFLAGS/d" \
+ configure.in || die
+
eautoreconf
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-13 20:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-13 20:05 [gentoo-commits] dev/ago:master commit in: net-analyzer/thc-ssl-dos/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2012-09-13 20:56 Agostino Sarubbo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox