diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-07 20:29:52 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-07 20:29:52 +0000 |
commit | 08a9d2fb58e1efdcd84d206d716c248553ce6ba3 (patch) | |
tree | 0fc9e877969da6a00b1da21f99d528cb6c3d0cf5 /dev-python/fusil | |
parent | inherit user for enewgroup and enewuser (diff) | |
download | gentoo-2-08a9d2fb58e1efdcd84d206d716c248553ce6ba3.tar.gz gentoo-2-08a9d2fb58e1efdcd84d206d716c248553ce6ba3.tar.bz2 gentoo-2-08a9d2fb58e1efdcd84d206d716c248553ce6ba3.zip |
inherit user for enewgroup and enewuser
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'dev-python/fusil')
-rw-r--r-- | dev-python/fusil/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/fusil/fusil-1.3.2.ebuild | 6 | ||||
-rw-r--r-- | dev-python/fusil/fusil-1.4.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/fusil/ChangeLog b/dev-python/fusil/ChangeLog index a3b4fb8e0fff..d3c1a8590398 100644 --- a/dev-python/fusil/ChangeLog +++ b/dev-python/fusil/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/fusil -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.7 2011/07/29 22:28:05 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.8 2012/06/07 20:29:52 zmedico Exp $ + + 07 Jun 2012; Zac Medico <zmedico@gentoo.org> fusil-1.3.2.ebuild, + fusil-1.4.ebuild: + inherit user for enewgroup and enewuser *fusil-1.4 (29 Jul 2011) diff --git a/dev-python/fusil/fusil-1.3.2.ebuild b/dev-python/fusil/fusil-1.3.2.ebuild index e6afc32f803c..5a9b3e43995c 100644 --- a/dev-python/fusil/fusil-1.3.2.ebuild +++ b/dev-python/fusil/fusil-1.3.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.5 2010/10/30 19:45:18 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.6 2012/06/07 20:29:52 zmedico Exp $ EAPI="3" PYTHON_DEPEND="*:2.5" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.4" -inherit distutils eutils +inherit distutils eutils user 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" diff --git a/dev-python/fusil/fusil-1.4.ebuild b/dev-python/fusil/fusil-1.4.ebuild index c34f34eaba9a..eba0a8c92151 100644 --- a/dev-python/fusil/fusil-1.4.ebuild +++ b/dev-python/fusil/fusil-1.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.4.ebuild,v 1.1 2011/07/29 22:28:05 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.4.ebuild,v 1.2 2012/06/07 20:29:52 zmedico Exp $ EAPI="3" PYTHON_DEPEND="*:2.5" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.4" -inherit distutils eutils +inherit distutils eutils user 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" |