diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-04-11 22:28:44 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-04-11 22:28:44 +0000 |
commit | f1ac6e25883be89aa02426868773563be65ca45e (patch) | |
tree | 8c56a97913ecbb71b07a71f63e6f787c109924fc | |
parent | Convert to distutils-r1. (diff) | |
download | gentoo-2-f1ac6e25883be89aa02426868773563be65ca45e.tar.gz gentoo-2-f1ac6e25883be89aa02426868773563be65ca45e.tar.bz2 gentoo-2-f1ac6e25883be89aa02426868773563be65ca45e.zip |
Convert to distutils-r1.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
-rw-r--r-- | dev-python/fuse-python/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-python/fuse-python/ChangeLog b/dev-python/fuse-python/ChangeLog index a91db4575928..2657b286f2b8 100644 --- a/dev-python/fuse-python/ChangeLog +++ b/dev-python/fuse-python/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/fuse-python -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.17 2013/03/17 15:58:24 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.18 2014/04/11 22:28:44 mgorny Exp $ + +*fuse-python-0.2.1-r1 (11 Apr 2014) + + 11 Apr 2014; Michał Górny <mgorny@gentoo.org> +fuse-python-0.2.1-r1.ebuild: + Convert to distutils-r1. 17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Add proxy-maintainers to metadata.xml diff --git a/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild b/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild new file mode 100644 index 000000000000..a2c70fe784dc --- /dev/null +++ b/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild,v 1.1 2014/04/11 22:28:44 mgorny Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} pypy ) + +inherit distutils-r1 + +KEYWORDS="~amd64 ~x86" +DESCRIPTION="Python FUSE bindings" +HOMEPAGE="http://fuse.sourceforge.net/wiki/index.php/FusePython" + +SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND=">=sys-fs/fuse-2.0" +DEPEND="${RDEPEND}" |