summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2014-06-08 12:10:41 +0000
committerAkinori Hattori <hattya@gentoo.org>2014-06-08 12:10:41 +0000
commit4624961b95e2b08f3e54985ffcef3563b4909d30 (patch)
tree0aee76dc53ee5d9fcc04e7858eb893e302422b89 /dev-python/iso8601
parentClean up sed call, add die(). (diff)
downloadgentoo-2-4624961b95e2b08f3e54985ffcef3563b4909d30.tar.gz
gentoo-2-4624961b95e2b08f3e54985ffcef3563b4909d30.tar.bz2
gentoo-2-4624961b95e2b08f3e54985ffcef3563b4909d30.zip
keyword ~ia64 wrt bug #503094
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-python/iso8601')
-rw-r--r--dev-python/iso8601/ChangeLog6
-rw-r--r--dev-python/iso8601/iso8601-0.1.10.ebuild4
-rw-r--r--dev-python/iso8601/iso8601-0.1.4-r1.ebuild4
-rw-r--r--dev-python/iso8601/iso8601-0.1.4.ebuild6
-rw-r--r--dev-python/iso8601/iso8601-0.1.8.ebuild4
5 files changed, 14 insertions, 10 deletions
diff --git a/dev-python/iso8601/ChangeLog b/dev-python/iso8601/ChangeLog
index 30671114ec0f..3e10f65ba817 100644
--- a/dev-python/iso8601/ChangeLog
+++ b/dev-python/iso8601/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/iso8601
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/ChangeLog,v 1.20 2014/04/20 23:51:59 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/ChangeLog,v 1.21 2014/06/08 12:10:41 hattya Exp $
+
+ 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> iso8601-0.1.10.ebuild,
+ iso8601-0.1.4-r1.ebuild, iso8601-0.1.4.ebuild, iso8601-0.1.8.ebuild:
+ keyword ~ia64 wrt bug #503094
20 Apr 2014; Matthew Thode <prometheanfire@gentoo.org> -iso8601-0.1.9.ebuild:
removing bad version
diff --git a/dev-python/iso8601/iso8601-0.1.10.ebuild b/dev-python/iso8601/iso8601-0.1.10.ebuild
index 320d44593176..55090c78d770 100644
--- a/dev-python/iso8601/iso8601-0.1.10.ebuild
+++ b/dev-python/iso8601/iso8601-0.1.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.10.ebuild,v 1.7 2014/04/02 20:45:27 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.10.ebuild,v 1.8 2014/06/08 12:10:41 hattya Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~amd64-linux ~x86-fbsd ~x86-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
diff --git a/dev-python/iso8601/iso8601-0.1.4-r1.ebuild b/dev-python/iso8601/iso8601-0.1.4-r1.ebuild
index eca53faf0aea..85416cd91ddc 100644
--- a/dev-python/iso8601/iso8601-0.1.4-r1.ebuild
+++ b/dev-python/iso8601/iso8601-0.1.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.4-r1.ebuild,v 1.4 2014/03/31 21:20:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.4-r1.ebuild,v 1.5 2014/06/08 12:10:41 hattya Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~x86"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
diff --git a/dev-python/iso8601/iso8601-0.1.4.ebuild b/dev-python/iso8601/iso8601-0.1.4.ebuild
index 4c45a4d46729..2105064a52c5 100644
--- a/dev-python/iso8601/iso8601-0.1.4.ebuild
+++ b/dev-python/iso8601/iso8601-0.1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.4.ebuild,v 1.2 2011/08/19 19:36:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.4.ebuild,v 1.3 2014/06/08 12:10:41 hattya Exp $
EAPI=3
PYTHON_DEPEND="2"
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~x86"
IUSE="test"
DEPEND="dev-python/setuptools"
diff --git a/dev-python/iso8601/iso8601-0.1.8.ebuild b/dev-python/iso8601/iso8601-0.1.8.ebuild
index c6f31d824121..0255adac485c 100644
--- a/dev-python/iso8601/iso8601-0.1.8.ebuild
+++ b/dev-python/iso8601/iso8601-0.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.8.ebuild,v 1.6 2014/03/31 21:20:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.8.ebuild,v 1.7 2014/06/08 12:10:41 hattya Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]