diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2012-12-28 04:19:45 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2012-12-28 04:19:45 +0000 |
commit | e83cfed0a4be7e5d1043b9d08f09f8c6e9422a96 (patch) | |
tree | 8dad3927802bd811fa4f62850723eca7312dd726 /dev-python/hgtools | |
parent | Initial add of dev-python/pytest-runner (needed for dev-python/keyring) (diff) | |
download | gentoo-2-e83cfed0a4be7e5d1043b9d08f09f8c6e9422a96.tar.gz gentoo-2-e83cfed0a4be7e5d1043b9d08f09f8c6e9422a96.tar.bz2 gentoo-2-e83cfed0a4be7e5d1043b9d08f09f8c6e9422a96.zip |
Fixed the licencing of hgtools to be correct (as BSD-2, now GPL-2)
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/hgtools')
-rw-r--r-- | dev-python/hgtools/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/hgtools/hgtools-2.0.2.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/hgtools/ChangeLog b/dev-python/hgtools/ChangeLog index 104c1ab68eee..7487ed4d09ae 100644 --- a/dev-python/hgtools/ChangeLog +++ b/dev-python/hgtools/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-python/hgtools # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/ChangeLog,v 1.1 2012/12/28 04:16:42 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/ChangeLog,v 1.2 2012/12/28 04:19:45 prometheanfire Exp $ + + 28 Dec 2012; Matthew Thode <prometheanfire@gentoo.org> hgtools-2.0.2.ebuild: + Fixed the licencing of hgtools to be correct (as BSD-2, now GPL-2) *hgtools-2.0.2 (28 Dec 2012) 28 Dec 2012; Matthew Thode <prometheanfire@gentoo.org> +hgtools-2.0.2.ebuild, +metadata.xml: initial add of dev-python/hgtools (needed for dev-python/pytest-runner) - diff --git a/dev-python/hgtools/hgtools-2.0.2.ebuild b/dev-python/hgtools/hgtools-2.0.2.ebuild index 470eeb5efec0..21f23acee9ab 100644 --- a/dev-python/hgtools/hgtools-2.0.2.ebuild +++ b/dev-python/hgtools/hgtools-2.0.2.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/hgtools/hgtools-2.0.2.ebuild,v 1.1 2012/12/28 04:16:42 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/hgtools-2.0.2.ebuild,v 1.2 2012/12/28 04:19:45 prometheanfire Exp $ EAPI=4 @@ -11,7 +11,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" DESCRIPTION="Classes and setuptools plugin for Mercurial repositories" HOMEPAGE="https://bitbucket.org/jaraco/hgtools/" SRC_URI="mirror://pypi/h/${MY_PN}/${MY_PN}-${PV}.zip" -LICENSE="BSD-2" +LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" |