diff options
author | 2006-04-01 19:00:12 +0000 | |
---|---|---|
committer | 2006-04-01 19:00:12 +0000 | |
commit | e44af96733fe8bcfe6e7871ace97e5a5acb5a965 (patch) | |
tree | c1e51b04a21b34d6c23778f3e875779c0c52c274 /dev-python/pyunit | |
parent | Mark 2005m ~ia64 (diff) | |
download | historical-e44af96733fe8bcfe6e7871ace97e5a5acb5a965.tar.gz historical-e44af96733fe8bcfe6e7871ace97e5a5acb5a965.tar.bz2 historical-e44af96733fe8bcfe6e7871ace97e5a5acb5a965.zip |
Mark 1.4.1 ~ia64
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'dev-python/pyunit')
-rw-r--r-- | dev-python/pyunit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pyunit/Manifest | 10 | ||||
-rw-r--r-- | dev-python/pyunit/pyunit-1.4.1.ebuild | 6 |
3 files changed, 18 insertions, 5 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 b3a038f8c19d..be5c88dde080 100644 --- a/dev-python/pyunit/Manifest +++ b/dev-python/pyunit/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 9df070f2b1e8b836969df285b53ab0d1 ChangeLog 1007 RMD160 d89f4a20932eb2e6c60dbd10457d812040bcf6e4 ChangeLog 1007 SHA256 d3d8905538dacad3e581ebad0cf64d7966147265e17a9103e6404e6271c4f0f3 ChangeLog 1007 @@ -10,3 +13,10 @@ SHA256 9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4 metadata MD5 69ab7d7cf423c24b4cd230bd2b148599 pyunit-1.4.1.ebuild 607 RMD160 99a0c6e42289172d9cd590f663798a96951e9a77 pyunit-1.4.1.ebuild 607 SHA256 0a0b5ab06f443d11311ee4e41acad738044b563db5911c73f6e02746af6b1622 pyunit-1.4.1.ebuild 607 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.1 (GNU/Linux) + +iD8DBQFELs3GJrHF4yAQTrARAoFFAKCLPiUeHKv/+cf7Bww/YylWWuo2HgCeL705 +0ZWqThp6bKfJMgZdO0brKjA= +=3S/0 +-----END PGP SIGNATURE----- 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" |