summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2006-04-01 19:00:12 +0000
committerAron Griffis <agriffis@gentoo.org>2006-04-01 19:00:12 +0000
commit66348190d0f35c92af975af8b71ed197ec33b251 (patch)
tree0034c9c7af78af58062e8be7160258735d2845d4 /dev-python/pyunit
parentAdd ~x86-fbsd keyword. (diff)
downloadgentoo-2-66348190d0f35c92af975af8b71ed197ec33b251.tar.gz
gentoo-2-66348190d0f35c92af975af8b71ed197ec33b251.tar.bz2
gentoo-2-66348190d0f35c92af975af8b71ed197ec33b251.zip
Mark 1.4.1 ~ia64
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-python/pyunit')
-rw-r--r--dev-python/pyunit/ChangeLog7
-rw-r--r--dev-python/pyunit/Manifest10
-rw-r--r--dev-python/pyunit/pyunit-1.4.1.ebuild6
3 files changed, 17 insertions, 6 deletions
diff --git a/dev-python/pyunit/ChangeLog b/dev-python/pyunit/ChangeLog
index d46af8b02a05..eef84bb792b7 100644
--- a/dev-python/pyunit/ChangeLog
+++ b/dev-python/pyunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyunit
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/ChangeLog,v 1.9 2005/10/28 04:20:04 weeve Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/ChangeLog,v 1.10 2006/04/01 19:00:12 agriffis Exp $
+
+ 01 Apr 2006; Aron Griffis <agriffis@gentoo.org> pyunit-1.4.1.ebuild:
+ Mark 1.4.1 ~ia64
28 Oct 2005; Jason Wever <weeve@gentoo.org> pyunit-1.4.1.ebuild:
Added ~sparc keyword.
diff --git a/dev-python/pyunit/Manifest b/dev-python/pyunit/Manifest
index 7d20b74e80fa..5bacc2e198f1 100644
--- a/dev-python/pyunit/Manifest
+++ b/dev-python/pyunit/Manifest
@@ -1,4 +1,12 @@
MD5 30e5d25b33bcc7389b3ccc96cfb61997 ChangeLog 912
+RMD160 3ece64482940997f8e3e29268cc5d7869f334d5d ChangeLog 912
+SHA256 811dee3b79bd49f114fee47c9d190f0cb1739be1f735866f23ee42a315294816 ChangeLog 912
MD5 351f50b78d59c43f43258940b6b03cb1 files/digest-pyunit-1.4.1 63
+RMD160 cced74573830183cda1cbc97ee30de1e9ecdf6e3 files/digest-pyunit-1.4.1 63
+SHA256 4c98b3594b88ea84a441bc14c3c199a3b25f08e4bf38bca2e4400b6773602940 files/digest-pyunit-1.4.1 63
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
-MD5 23761afb668f45ceaf47806ef9e11be3 pyunit-1.4.1.ebuild 597
+RMD160 900a8c55d7a7d2f6312594769aaf941bf9e99c7f metadata.xml 159
+SHA256 9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4 metadata.xml 159
+MD5 38a7fda5eddaa57ecc39ef799880d242 pyunit-1.4.1.ebuild 603
+RMD160 f0335a4fe89441897d55fae21b08688f22aec9c7 pyunit-1.4.1.ebuild 603
+SHA256 6f005d1d9d7644b51705c391f36b124d9f8ca1afc786648a945cb11587998fbb pyunit-1.4.1.ebuild 603
diff --git a/dev-python/pyunit/pyunit-1.4.1.ebuild b/dev-python/pyunit/pyunit-1.4.1.ebuild
index 6f97baf283f9..f4b39513e226 100644
--- a/dev-python/pyunit/pyunit-1.4.1.ebuild
+++ b/dev-python/pyunit/pyunit-1.4.1.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/pyunit/pyunit-1.4.1.ebuild,v 1.9 2005/10/28 04:20:04 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/pyunit-1.4.1.ebuild,v 1.10 2006/04/01 19:00:12 agriffis Exp $
inherit distutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pyunit/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc x86"
IUSE=""
DEPEND=">=dev-lang/python-2.0"