summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2008-08-12 08:11:08 +0000
committerCédric Krier <cedk@gentoo.org>2008-08-12 08:11:08 +0000
commit711262656c95a47277e9c4f1a825ebdbce0a17f8 (patch)
tree7dac81fbdac3285a95260c41fd9af5870e6db2dd
parentFix license, #233748 (diff)
downloadhistorical-711262656c95a47277e9c4f1a825ebdbce0a17f8.tar.gz
historical-711262656c95a47277e9c4f1a825ebdbce0a17f8.tar.bz2
historical-711262656c95a47277e9c4f1a825ebdbce0a17f8.zip
Add amd64 keyword
Package-Manager: portage-2.1.4.4
-rw-r--r--dev-python/hachoir-core/ChangeLog6
-rw-r--r--dev-python/hachoir-core/hachoir-core-1.0.1.ebuild4
-rw-r--r--dev-python/hachoir-core/hachoir-core-1.1.ebuild4
-rw-r--r--dev-python/hachoir-parser/ChangeLog6
-rw-r--r--dev-python/hachoir-parser/hachoir-parser-1.0.ebuild4
-rw-r--r--dev-python/hachoir-parser/hachoir-parser-1.1.ebuild4
-rw-r--r--dev-python/hachoir-regex/ChangeLog6
-rw-r--r--dev-python/hachoir-regex/hachoir-regex-1.0.2.ebuild4
-rw-r--r--dev-python/hachoir-regex/hachoir-regex-1.0.3.ebuild4
9 files changed, 27 insertions, 15 deletions
diff --git a/dev-python/hachoir-core/ChangeLog b/dev-python/hachoir-core/ChangeLog
index 64fd4abf7fab..57c9ae4960c4 100644
--- a/dev-python/hachoir-core/ChangeLog
+++ b/dev-python/hachoir-core/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/hachoir-core
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/ChangeLog,v 1.4 2008/04/04 20:41:56 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/ChangeLog,v 1.5 2008/08/12 08:07:13 cedk Exp $
+
+ 12 Aug 2008; Cédric Krier <cedk@gentoo.org> hachoir-core-1.0.1.ebuild,
+ hachoir-core-1.1.ebuild:
+ Add amd64 keyword
04 Apr 2008; Cédric Krier <cedk@gentoo.org> hachoir-core-1.0.1.ebuild,
hachoir-core-1.1.ebuild:
diff --git a/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild b/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild
index 1c41034bc1bb..02ca90c9ef41 100644
--- a/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild
+++ b/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild,v 1.2 2008/04/04 20:41:56 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild,v 1.3 2008/08/12 08:07:13 cedk Exp $
NEED_PYTHON=2.4
@@ -12,7 +12,7 @@ SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
diff --git a/dev-python/hachoir-core/hachoir-core-1.1.ebuild b/dev-python/hachoir-core/hachoir-core-1.1.ebuild
index ddc5478b84bc..1366be6a4704 100644
--- a/dev-python/hachoir-core/hachoir-core-1.1.ebuild
+++ b/dev-python/hachoir-core/hachoir-core-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.1.ebuild,v 1.2 2008/04/04 20:41:56 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.1.ebuild,v 1.3 2008/08/12 08:07:13 cedk Exp $
NEED_PYTHON=2.4
@@ -12,7 +12,7 @@ SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
diff --git a/dev-python/hachoir-parser/ChangeLog b/dev-python/hachoir-parser/ChangeLog
index 954725cad31d..b9968fd2e381 100644
--- a/dev-python/hachoir-parser/ChangeLog
+++ b/dev-python/hachoir-parser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/hachoir-parser
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/ChangeLog,v 1.4 2008/04/04 20:43:19 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/ChangeLog,v 1.5 2008/08/12 08:08:07 cedk Exp $
+
+ 12 Aug 2008; Cédric Krier <cedk@gentoo.org> hachoir-parser-1.0.ebuild,
+ hachoir-parser-1.1.ebuild:
+ Add amd64 keyword
04 Apr 2008; Cédric Krier <cedk@gentoo.org> hachoir-parser-1.0.ebuild,
hachoir-parser-1.1.ebuild:
diff --git a/dev-python/hachoir-parser/hachoir-parser-1.0.ebuild b/dev-python/hachoir-parser/hachoir-parser-1.0.ebuild
index c7942ed70822..bf778d3036e3 100644
--- a/dev-python/hachoir-parser/hachoir-parser-1.0.ebuild
+++ b/dev-python/hachoir-parser/hachoir-parser-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/hachoir-parser-1.0.ebuild,v 1.2 2008/04/04 20:43:19 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/hachoir-parser-1.0.ebuild,v 1.3 2008/08/12 08:08:07 cedk Exp $
NEED_PYTHON=2.4
@@ -13,7 +13,7 @@ SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
diff --git a/dev-python/hachoir-parser/hachoir-parser-1.1.ebuild b/dev-python/hachoir-parser/hachoir-parser-1.1.ebuild
index 55a43308a783..4ca1a068af3e 100644
--- a/dev-python/hachoir-parser/hachoir-parser-1.1.ebuild
+++ b/dev-python/hachoir-parser/hachoir-parser-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/hachoir-parser-1.1.ebuild,v 1.2 2008/04/04 20:43:19 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/hachoir-parser-1.1.ebuild,v 1.3 2008/08/12 08:08:07 cedk Exp $
NEED_PYTHON=2.4
@@ -13,7 +13,7 @@ SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
diff --git a/dev-python/hachoir-regex/ChangeLog b/dev-python/hachoir-regex/ChangeLog
index 613f357c5a2e..4285734bbf55 100644
--- a/dev-python/hachoir-regex/ChangeLog
+++ b/dev-python/hachoir-regex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/hachoir-regex
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-regex/ChangeLog,v 1.4 2008/04/04 20:44:39 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-regex/ChangeLog,v 1.5 2008/08/12 08:11:08 cedk Exp $
+
+ 12 Aug 2008; Cédric Krier <cedk@gentoo.org> hachoir-regex-1.0.2.ebuild,
+ hachoir-regex-1.0.3.ebuild:
+ Add amd64 keyword
04 Apr 2008; Cédric Krier <cedk@gentoo.org> hachoir-regex-1.0.2.ebuild,
hachoir-regex-1.0.3.ebuild:
diff --git a/dev-python/hachoir-regex/hachoir-regex-1.0.2.ebuild b/dev-python/hachoir-regex/hachoir-regex-1.0.2.ebuild
index aa81ce81f1c2..46109d2fbc03 100644
--- a/dev-python/hachoir-regex/hachoir-regex-1.0.2.ebuild
+++ b/dev-python/hachoir-regex/hachoir-regex-1.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-regex/hachoir-regex-1.0.2.ebuild,v 1.2 2008/04/04 20:44:39 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-regex/hachoir-regex-1.0.2.ebuild,v 1.3 2008/08/12 08:11:08 cedk Exp $
NEED_PYTHON=2.4
@@ -12,7 +12,7 @@ SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
diff --git a/dev-python/hachoir-regex/hachoir-regex-1.0.3.ebuild b/dev-python/hachoir-regex/hachoir-regex-1.0.3.ebuild
index 5ad80b289be4..d90495f40b1b 100644
--- a/dev-python/hachoir-regex/hachoir-regex-1.0.3.ebuild
+++ b/dev-python/hachoir-regex/hachoir-regex-1.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-regex/hachoir-regex-1.0.3.ebuild,v 1.2 2008/04/04 20:44:39 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-regex/hachoir-regex-1.0.3.ebuild,v 1.3 2008/08/12 08:11:08 cedk Exp $
NEED_PYTHON=2.4
@@ -12,7 +12,7 @@ SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""