diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:18:15 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:18:15 +0000 |
commit | 6f45e10a77c92f6c5820dd8e02647c3af78f81f2 (patch) | |
tree | e9d107a17a7557be4fc45de6e73c9f4244862d5e /dev-python/enaml | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-6f45e10a77c92f6c5820dd8e02647c3af78f81f2.tar.gz gentoo-2-6f45e10a77c92f6c5820dd8e02647c3af78f81f2.tar.bz2 gentoo-2-6f45e10a77c92f6c5820dd8e02647c3af78f81f2.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/enaml')
-rw-r--r-- | dev-python/enaml/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/enaml/enaml-0.6.8-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/enaml/enaml-0.9.8.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/enaml/ChangeLog b/dev-python/enaml/ChangeLog index 02a53cdf22f9..3116ae0ef1ff 100644 --- a/dev-python/enaml/ChangeLog +++ b/dev-python/enaml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/enaml -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enaml/ChangeLog,v 1.6 2014/11/17 02:40:54 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/enaml/ChangeLog,v 1.7 2015/03/06 22:18:15 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> enaml-0.6.8-r1.ebuild, + enaml-0.9.8.ebuild: + amd64 stable, bug 540290 *enaml-0.9.8 (17 Nov 2014) diff --git a/dev-python/enaml/enaml-0.6.8-r1.ebuild b/dev-python/enaml/enaml-0.6.8-r1.ebuild index 67f01df6149c..9d6931fceab0 100644 --- a/dev-python/enaml/enaml-0.6.8-r1.ebuild +++ b/dev-python/enaml/enaml-0.6.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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/enaml/enaml-0.6.8-r1.ebuild,v 1.2 2013/06/05 18:00:09 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/enaml/enaml-0.6.8-r1.ebuild,v 1.3 2015/03/06 22:18:15 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples test" RDEPEND=" diff --git a/dev-python/enaml/enaml-0.9.8.ebuild b/dev-python/enaml/enaml-0.9.8.ebuild index 61d8f10c7cc3..2e1179f1232a 100644 --- a/dev-python/enaml/enaml-0.9.8.ebuild +++ b/dev-python/enaml/enaml-0.9.8.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/enaml/enaml-0.9.8.ebuild,v 1.1 2014/11/17 02:40:54 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/enaml/enaml-0.9.8.ebuild,v 1.2 2015/03/06 22:18:15 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples test" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |