summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2006-04-01 14:55:16 +0000
committerAron Griffis <agriffis@gentoo.org>2006-04-01 14:55:16 +0000
commite8d6dcbbfbf103654a323ae5839d90bc50594095 (patch)
tree3d3c9df4c4a86dd69b360ae39659d5f18fcc3d8e /dev-python/formencode
parentMark 2.0_beta1 ~ia64 (diff)
downloadhistorical-e8d6dcbbfbf103654a323ae5839d90bc50594095.tar.gz
historical-e8d6dcbbfbf103654a323ae5839d90bc50594095.tar.bz2
historical-e8d6dcbbfbf103654a323ae5839d90bc50594095.zip
Mark 0.4 ~ia64
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'dev-python/formencode')
-rw-r--r--dev-python/formencode/ChangeLog7
-rw-r--r--dev-python/formencode/Manifest10
-rw-r--r--dev-python/formencode/formencode-0.4.ebuild6
3 files changed, 18 insertions, 5 deletions
diff --git a/dev-python/formencode/ChangeLog b/dev-python/formencode/ChangeLog
index 266d49f66c36..1cec8ed51bec 100644
--- a/dev-python/formencode/ChangeLog
+++ b/dev-python/formencode/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/formencode
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.4 2005/11/21 18:41:23 pythonhead Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.5 2006/04/01 14:55:16 agriffis Exp $
+
+ 01 Apr 2006; Aron Griffis <agriffis@gentoo.org> formencode-0.4.ebuild:
+ Mark 0.4 ~ia64
*formencode-0.4 (21 Nov 2005)
diff --git a/dev-python/formencode/Manifest b/dev-python/formencode/Manifest
index 1e50b2d4b09a..ccd19b2459ef 100644
--- a/dev-python/formencode/Manifest
+++ b/dev-python/formencode/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 283bd3766c887e4ca60e23c39138367d ChangeLog 953
RMD160 405b069a1e5a59a2db3a09b65822eb4662c1f9ed ChangeLog 953
SHA256 af19c6688b7b7794b987f8b97e3f14c3ea985603b9682efb3033caa96a010a10 ChangeLog 953
@@ -31,3 +34,10 @@ SHA256 1377bdeb9ab2d3a00001275cafe3df29d79c1a0ff136d098711ed75a9feba8bb formenco
MD5 9ac4199ebe7cd3e7e311274994767f82 metadata.xml 160
RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb metadata.xml 160
SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a metadata.xml 160
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.1 (GNU/Linux)
+
+iD8DBQFELpRjJrHF4yAQTrARAssiAJ9z9J1q6CBAe2kz50OhEhTs1EBMoACghu5P
+csVbbksaCAVOf5xGGNxdy4s=
+=edRr
+-----END PGP SIGNATURE-----
diff --git a/dev-python/formencode/formencode-0.4.ebuild b/dev-python/formencode/formencode-0.4.ebuild
index 51f033bbe58f..33bfa9dde6cd 100644
--- a/dev-python/formencode/formencode-0.4.ebuild
+++ b/dev-python/formencode/formencode-0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-0.4.ebuild,v 1.1 2005/11/21 18:41:23 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-0.4.ebuild,v 1.2 2006/04/01 14:55:16 agriffis Exp $
inherit distutils eutils
@@ -10,7 +10,7 @@ HOMEPAGE="http://formencode.org/"
SRC_URI="http://cheeseshop.python.org/packages/source/F/${MY_PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
IUSE="doc"
DEPEND=">=dev-lang/python-2.3"