mgorny 14/04/11 22:28:44 Modified: ChangeLog Added: fuse-python-0.2.1-r1.ebuild Log: Convert to distutils-r1. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.18 dev-python/fuse-python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fuse-python/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fuse-python/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fuse-python/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 17 Mar 2013 15:58:24 -0000 1.17 +++ ChangeLog 11 Apr 2014 22:28:44 -0000 1.18 @@ -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 <[email protected]> +fuse-python-0.2.1-r1.ebuild: + Convert to distutils-r1. 17 Mar 2013; Markos Chandras <[email protected]> metadata.xml: Add proxy-maintainers to metadata.xml 1.1 dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild?rev=1.1&content-type=text/plain Index: fuse-python-0.2.1-r1.ebuild =================================================================== # 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}"
