diff options
author | 2015-03-06 22:14:07 +0000 | |
---|---|---|
committer | 2015-03-06 22:14:07 +0000 | |
commit | 1bd4a6e6306395327747d96012e9be7f2b51aea7 (patch) | |
tree | 8c5b7ebb04fc38139a6b9aa5a677259f9922aa1c /dev-python/dicttoxml | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-1bd4a6e6306395327747d96012e9be7f2b51aea7.tar.gz gentoo-2-1bd4a6e6306395327747d96012e9be7f2b51aea7.tar.bz2 gentoo-2-1bd4a6e6306395327747d96012e9be7f2b51aea7.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/dicttoxml')
-rw-r--r-- | dev-python/dicttoxml/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/dicttoxml/dicttoxml-1.5.6.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/dicttoxml/ChangeLog b/dev-python/dicttoxml/ChangeLog index c49daa35725e..64802a355dbe 100644 --- a/dev-python/dicttoxml/ChangeLog +++ b/dev-python/dicttoxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dicttoxml -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dicttoxml/ChangeLog,v 1.1 2014/11/13 03:42:39 chutzpah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dicttoxml/ChangeLog,v 1.2 2015/03/06 22:14:07 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> dicttoxml-1.5.6.ebuild: + amd64 stable, bug 540290 *dicttoxml-1.5.6 (13 Nov 2014) @@ -8,4 +11,3 @@ +metadata.xml: New package, Converts a Python dictionary or other native data type into a valid XML string - diff --git a/dev-python/dicttoxml/dicttoxml-1.5.6.ebuild b/dev-python/dicttoxml/dicttoxml-1.5.6.ebuild index c9fcdd5d1d1d..c359c7948ed2 100644 --- a/dev-python/dicttoxml/dicttoxml-1.5.6.ebuild +++ b/dev-python/dicttoxml/dicttoxml-1.5.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dicttoxml/dicttoxml-1.5.6.ebuild,v 1.1 2014/11/13 03:42:39 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dicttoxml/dicttoxml-1.5.6.ebuild,v 1.2 2015/03/06 22:14:07 pacho Exp $ EAPI=5 PYTHON_COMPAT=(python{2_7,3_3,3_4}) @@ -13,4 +13,4 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" |