diff options
author | 2013-06-19 08:56:03 +0000 | |
---|---|---|
committer | 2013-06-19 08:56:03 +0000 | |
commit | 7b2e10a2d7abaefb96ed8b28bcc19d0a69d504dc (patch) | |
tree | bd7551e05f338bfeddfd33221b67798a8c6c6859 /dev-python/mozprofile | |
parent | Version bump, updated translations (diff) | |
download | gentoo-2-7b2e10a2d7abaefb96ed8b28bcc19d0a69d504dc.tar.gz gentoo-2-7b2e10a2d7abaefb96ed8b28bcc19d0a69d504dc.tar.bz2 gentoo-2-7b2e10a2d7abaefb96ed8b28bcc19d0a69d504dc.zip |
Bump
(Portage version: 2.2.0_alpha181/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.11.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-python/mozprofile/ChangeLog b/dev-python/mozprofile/ChangeLog index 8e194d789841..54afd6d7b09b 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.11 2013/06/13 04:07:44 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/ChangeLog,v 1.12 2013/06/19 08:56:03 patrick Exp $ + +*mozprofile-0.11 (19 Jun 2013) + + 19 Jun 2013; Patrick Lauer <patrick@gentoo.org> +mozprofile-0.11.ebuild: + Bump *mozprofile-0.10 (13 Jun 2013) diff --git a/dev-python/mozprofile/mozprofile-0.11.ebuild b/dev-python/mozprofile/mozprofile-0.11.ebuild new file mode 100644 index 000000000000..66172519d455 --- /dev/null +++ b/dev-python/mozprofile/mozprofile-0.11.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.11.ebuild,v 1.1 2013/06/19 08:56:03 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}" |