summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-06-03 05:47:47 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-06-03 05:47:47 +0000
commitcf9f31f670af339fc791d1b55713b8ab0a59fe7b (patch)
tree76dc9e353bc270040d74061816ffadfb64125018 /dev-python/mozprofile
parentBump (diff)
downloadgentoo-2-cf9f31f670af339fc791d1b55713b8ab0a59fe7b.tar.gz
gentoo-2-cf9f31f670af339fc791d1b55713b8ab0a59fe7b.tar.bz2
gentoo-2-cf9f31f670af339fc791d1b55713b8ab0a59fe7b.zip
Bump
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/mozprofile')
-rw-r--r--dev-python/mozprofile/ChangeLog7
-rw-r--r--dev-python/mozprofile/mozprofile-0.9.ebuild25
2 files changed, 31 insertions, 1 deletions
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 <patrick@gentoo.org> +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}"