diff options
author | 2012-08-27 15:48:46 +0000 | |
---|---|---|
committer | 2012-08-27 15:48:46 +0000 | |
commit | cc5193084341fe2c2e769be0f6a51825d40b8e2d (patch) | |
tree | f36b4170d011b04065dbeb33728ecd7d20041847 /dev-python/mozprofile | |
parent | Fixed logic in db44 patch. Closes bug #421671. Thanks Diego (diff) | |
download | gentoo-2-cc5193084341fe2c2e769be0f6a51825d40b8e2d.tar.gz gentoo-2-cc5193084341fe2c2e769be0f6a51825d40b8e2d.tar.bz2 gentoo-2-cc5193084341fe2c2e769be0f6a51825d40b8e2d.zip |
Fix LICENSE, remove old. Thanks Arfrever.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/mozprofile')
-rw-r--r-- | dev-python/mozprofile/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/mozprofile/mozprofile-0.2.ebuild | 25 | ||||
-rw-r--r-- | dev-python/mozprofile/mozprofile-0.4.ebuild | 4 |
3 files changed, 7 insertions, 28 deletions
diff --git a/dev-python/mozprofile/ChangeLog b/dev-python/mozprofile/ChangeLog index 18e067165a4c..e703f31e9d09 100644 --- a/dev-python/mozprofile/ChangeLog +++ b/dev-python/mozprofile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/mozprofile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/ChangeLog,v 1.3 2012/08/24 09:10:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/ChangeLog,v 1.4 2012/08/27 15:48:46 floppym Exp $ + + 27 Aug 2012; Mike Gilbert <floppym@gentoo.org> -mozprofile-0.2.ebuild, + mozprofile-0.4.ebuild: + Fix LICENSE, remove old. Thanks Arfrever. *mozprofile-0.4 (24 Aug 2012) diff --git a/dev-python/mozprofile/mozprofile-0.2.ebuild b/dev-python/mozprofile/mozprofile-0.2.ebuild deleted file mode 100644 index f1de76b5f816..000000000000 --- a/dev-python/mozprofile/mozprofile-0.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/mozprofile-0.2.ebuild,v 1.2 2012/04/22 18:32:08 floppym Exp $ - -EAPI="4" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -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-1.1 GPL-2 LGPL-2.1 )" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -DEPEND="dev-python/manifestdestiny - dev-python/pysqlite:2 - dev-python/simplejson - dev-python/setuptools" -RDEPEND="${DEPEND}" diff --git a/dev-python/mozprofile/mozprofile-0.4.ebuild b/dev-python/mozprofile/mozprofile-0.4.ebuild index 7a6cbed27e58..aee328397bb9 100644 --- a/dev-python/mozprofile/mozprofile-0.4.ebuild +++ b/dev-python/mozprofile/mozprofile-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/mozprofile-0.4.ebuild,v 1.1 2012/08/24 09:10:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/mozprofile-0.4.ebuild,v 1.2 2012/08/27 15:48:46 floppym Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ 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-1.1 GPL-2 LGPL-2.1 )" +LICENSE="MPL-2.0" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" |