diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-02-07 23:09:38 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-02-07 23:09:38 +0000 |
commit | fcfc0488b97d578ae0f883c2b7039caeca65733c (patch) | |
tree | d1a3789fdf225860bf413d2c89f1d579e349ef81 /dev-python/pyinotify | |
parent | Version bump wrt bug #313053. Initial ebuild by Robert Schedel <r.schedel@yah... (diff) | |
download | gentoo-2-fcfc0488b97d578ae0f883c2b7039caeca65733c.tar.gz gentoo-2-fcfc0488b97d578ae0f883c2b7039caeca65733c.tar.bz2 gentoo-2-fcfc0488b97d578ae0f883c2b7039caeca65733c.zip |
DEPEND on dev-python/setuptools.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyinotify')
-rw-r--r-- | dev-python/pyinotify/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pyinotify/pyinotify-0.9.2.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pyinotify/pyinotify-0.9.3.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/pyinotify/ChangeLog b/dev-python/pyinotify/ChangeLog index 4199094e78ed..2ecb70e2c41c 100644 --- a/dev-python/pyinotify/ChangeLog +++ b/dev-python/pyinotify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyinotify # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.46 2012/02/07 08:27:28 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.47 2012/02/07 23:09:38 floppym Exp $ + + 07 Feb 2012; Mike Gilbert <floppym@gentoo.org> pyinotify-0.9.2.ebuild, + pyinotify-0.9.3.ebuild: + DEPEND on dev-python/setuptools. *pyinotify-0.9.3 (07 Feb 2012) diff --git a/dev-python/pyinotify/pyinotify-0.9.2.ebuild b/dev-python/pyinotify/pyinotify-0.9.2.ebuild index 79604311f444..a10477dd226b 100644 --- a/dev-python/pyinotify/pyinotify-0.9.2.ebuild +++ b/dev-python/pyinotify/pyinotify-0.9.2.ebuild @@ -1,6 +1,6 @@ -# 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/pyinotify/pyinotify-0.9.2.ebuild,v 1.7 2011/12/24 11:23:26 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.8 2012/02/07 23:09:38 floppym Exp $ EAPI="3" PYTHON_DEPEND="*:2.5" @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="examples" -DEPEND="" +DEPEND="dev-python/setuptools" RDEPEND="" S="${WORKDIR}/${PN}" diff --git a/dev-python/pyinotify/pyinotify-0.9.3.ebuild b/dev-python/pyinotify/pyinotify-0.9.3.ebuild index 15a9b4a3d998..fcba11b11a98 100644 --- a/dev-python/pyinotify/pyinotify-0.9.3.ebuild +++ b/dev-python/pyinotify/pyinotify-0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.3.ebuild,v 1.1 2012/02/07 08:27:28 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.3.ebuild,v 1.2 2012/02/07 23:09:38 floppym Exp $ EAPI="3" PYTHON_DEPEND="*:2.5" @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="examples" -DEPEND="" +DEPEND="dev-python/setuptools" RDEPEND="" PYTHON_MODNAME="pyinotify.py" |