summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-05-10 16:02:13 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-05-10 16:02:13 +0000
commitae89de058e77cbb40dfbb36acfa1c9e91cf16353 (patch)
tree732c2ead798caea25d09d236dafd30f1a9c47f02 /dev-util/bunny
parentRemove old (diff)
downloadgentoo-2-ae89de058e77cbb40dfbb36acfa1c9e91cf16353.tar.gz
gentoo-2-ae89de058e77cbb40dfbb36acfa1c9e91cf16353.tar.bz2
gentoo-2-ae89de058e77cbb40dfbb36acfa1c9e91cf16353.zip
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/bunny')
-rw-r--r--dev-util/bunny/ChangeLog7
-rw-r--r--dev-util/bunny/bunny-0.93.ebuild35
2 files changed, 5 insertions, 37 deletions
diff --git a/dev-util/bunny/ChangeLog b/dev-util/bunny/ChangeLog
index 2e689c785785..322de7080e6e 100644
--- a/dev-util/bunny/ChangeLog
+++ b/dev-util/bunny/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/bunny
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bunny/ChangeLog,v 1.4 2010/09/20 19:46:54 jer Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bunny/ChangeLog,v 1.5 2012/05/10 16:02:10 ago Exp $
+
+ 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -bunny-0.93.ebuild:
+ Remove old
*bunny-0.93-r1 (20 Sep 2010)
diff --git a/dev-util/bunny/bunny-0.93.ebuild b/dev-util/bunny/bunny-0.93.ebuild
deleted file mode 100644
index a1aea2ebfcc0..000000000000
--- a/dev-util/bunny/bunny-0.93.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bunny/bunny-0.93.ebuild,v 1.1 2009/05/04 14:32:15 ssuominen Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="A small general purpose fuzzer for C programs."
-HOMEPAGE="http://code.google.com/p/bunny-the-fuzzer"
-SRC_URI="http://bunny-the-fuzzer.googlecode.com/files/${P}.tgz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/openssl"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- tc-export CC
- emake CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_test() {
- emake test1 || die "emake test1 failed"
- emake test2 || die "emake test2 failed"
- emake test3 || die "emake test3 failed"
-}
-
-src_install() {
- dobin ${PN}-{exec,flow,gcc,main,trace} || die "dobin failed"
- dodoc CHANGES README
-}