diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:26:00 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:26:00 +0000 |
commit | 92b2f745ba9079febba4c4bc2aa617ce48eacb62 (patch) | |
tree | c7352ff462e82b385d1f4578c0cb17dcce7bef77 /dev-util/bunny | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-92b2f745ba9079febba4c4bc2aa617ce48eacb62.tar.gz gentoo-2-92b2f745ba9079febba4c4bc2aa617ce48eacb62.tar.bz2 gentoo-2-92b2f745ba9079febba4c4bc2aa617ce48eacb62.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-util/bunny')
-rw-r--r-- | dev-util/bunny/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/bunny/bunny-0.93-r1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-util/bunny/ChangeLog b/dev-util/bunny/ChangeLog index 322de7080e6e..16ee9099f722 100644 --- a/dev-util/bunny/ChangeLog +++ b/dev-util/bunny/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/bunny -# 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 $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bunny/ChangeLog,v 1.6 2014/08/10 21:26:00 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> bunny-0.93-r1.ebuild: + QA: drop trailing '.' from DESCRIPTION 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -bunny-0.93.ebuild: Remove old @@ -23,4 +26,3 @@ 24 Nov 2007; Samuli Suominen <ssuominen@gentoo.org> +bunny-0.92.ebuild: Initial commit, ebuild by drear from freenode. - diff --git a/dev-util/bunny/bunny-0.93-r1.ebuild b/dev-util/bunny/bunny-0.93-r1.ebuild index e986f8bdcb20..482a53944a58 100644 --- a/dev-util/bunny/bunny-0.93-r1.ebuild +++ b/dev-util/bunny/bunny-0.93-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bunny/bunny-0.93-r1.ebuild,v 1.1 2010/09/20 19:46:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bunny/bunny-0.93-r1.ebuild,v 1.2 2014/08/10 21:26:00 slyfox Exp $ EAPI="2" inherit toolchain-funcs -DESCRIPTION="A small general purpose fuzzer for C programs." +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" |