diff options
author | 2014-08-10 21:11:34 +0000 | |
---|---|---|
committer | 2014-08-10 21:11:34 +0000 | |
commit | e0d33d6b200dd62a0ab6db9a90cf0a93672a1b82 (patch) | |
tree | 107ce02bc45eb0556e1816c13fb021c88e02f214 /dev-python/fusil | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-e0d33d6b200dd62a0ab6db9a90cf0a93672a1b82.tar.gz gentoo-2-e0d33d6b200dd62a0ab6db9a90cf0a93672a1b82.tar.bz2 gentoo-2-e0d33d6b200dd62a0ab6db9a90cf0a93672a1b82.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-python/fusil')
-rw-r--r-- | dev-python/fusil/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/fusil/fusil-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/fusil/ChangeLog b/dev-python/fusil/ChangeLog index 23329b92bc4d..1a3e4f5bf0ab 100644 --- a/dev-python/fusil/ChangeLog +++ b/dev-python/fusil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fusil # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.10 2014/06/18 10:28:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.11 2014/08/10 21:11:34 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> fusil-1.5.ebuild: + QA: drop trailing '.' from DESCRIPTION 18 Jun 2014; Ian Delaney <idella4@gentoo.org> fusil-1.5.ebuild: drop pypy2_0, tidy diff --git a/dev-python/fusil/fusil-1.5.ebuild b/dev-python/fusil/fusil-1.5.ebuild index d5e1b90cb38c..8f2fc37bf2a6 100644 --- a/dev-python/fusil/fusil-1.5.ebuild +++ b/dev-python/fusil/fusil-1.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.5.ebuild,v 1.2 2014/06/18 10:28:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.5.ebuild,v 1.3 2014/08/10 21:11:34 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 user -DESCRIPTION="Fusil the fuzzer is a Python library used to write fuzzing programs." +DESCRIPTION="Fusil the fuzzer is a Python library used to write fuzzing programs" HOMEPAGE="http://bitbucket.org/haypo/fusil/wiki/Home http://pypi.python.org/pypi/fusil" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |