From cf9f31f670af339fc791d1b55713b8ab0a59fe7b Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Mon, 3 Jun 2013 05:47:47 +0000 Subject: Bump (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, unsigned Manifest commit) --- dev-python/mozprofile/ChangeLog | 7 ++++++- dev-python/mozprofile/mozprofile-0.9.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 dev-python/mozprofile/mozprofile-0.9.ebuild (limited to 'dev-python/mozprofile') diff --git a/dev-python/mozprofile/ChangeLog b/dev-python/mozprofile/ChangeLog index 0baf7accfe0a..552be66750cc 100644 --- a/dev-python/mozprofile/ChangeLog +++ b/dev-python/mozprofile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/mozprofile # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/ChangeLog,v 1.9 2013/05/22 07:08:13 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/ChangeLog,v 1.10 2013/06/03 05:47:47 patrick Exp $ + +*mozprofile-0.9 (03 Jun 2013) + + 03 Jun 2013; Patrick Lauer +mozprofile-0.9.ebuild: + Bump *mozprofile-0.8 (22 May 2013) diff --git a/dev-python/mozprofile/mozprofile-0.9.ebuild b/dev-python/mozprofile/mozprofile-0.9.ebuild new file mode 100644 index 000000000000..1e6fc0e00e44 --- /dev/null +++ b/dev-python/mozprofile/mozprofile-0.9.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/mozprofile-0.9.ebuild,v 1.1 2013/06/03 05:47:47 patrick Exp $ + +EAPI="4" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" +PYTHON_USE_WITH=sqlite + +inherit distutils + +DESCRIPTION="Handling of Mozilla XUL app profiles" +HOMEPAGE="http://github.com/mozautomation/mozmill http://pypi.python.org/pypi/mozprofile" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MPL-2.0" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +DEPEND="dev-python/manifestdestiny + dev-python/simplejson + dev-python/setuptools" +RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad