diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-04-22 07:25:10 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-04-22 07:25:10 +0000 |
commit | b6ec7c625e2f0ecbd7d39307d8c20610f99acd2c (patch) | |
tree | 1d178cd348f8dbe11e982c57ecbda962c8cfe1c2 /dev-python/mozprofile | |
parent | drop pypy1.9 in 1.2.3-r1 due to failing testsuite (diff) | |
download | gentoo-2-b6ec7c625e2f0ecbd7d39307d8c20610f99acd2c.tar.gz gentoo-2-b6ec7c625e2f0ecbd7d39307d8c20610f99acd2c.tar.bz2 gentoo-2-b6ec7c625e2f0ecbd7d39307d8c20610f99acd2c.zip |
Bump
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/mozprofile')
-rw-r--r-- | dev-python/mozprofile/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/mozprofile/mozprofile-0.7.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-python/mozprofile/ChangeLog b/dev-python/mozprofile/ChangeLog index 1691823ae429..ec6ef27f521d 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.7 2013/04/02 08:00:57 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/ChangeLog,v 1.8 2013/04/22 07:25:10 patrick Exp $ + +*mozprofile-0.7 (22 Apr 2013) + + 22 Apr 2013; Patrick Lauer <patrick@gentoo.org> +mozprofile-0.7.ebuild: + Bump *mozprofile-0.6 (02 Apr 2013) diff --git a/dev-python/mozprofile/mozprofile-0.7.ebuild b/dev-python/mozprofile/mozprofile-0.7.ebuild new file mode 100644 index 000000000000..2ffb4470c61e --- /dev/null +++ b/dev-python/mozprofile/mozprofile-0.7.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.7.ebuild,v 1.1 2013/04/22 07:25:10 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}" |