diff options
author | Jason Wever <weeve@gentoo.org> | 2005-10-28 04:20:04 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-10-28 04:20:04 +0000 |
commit | 90c9181221694da93861e4e133404d569367f2ec (patch) | |
tree | 11e64e72e15084a0df07306e5bd45c29a8a72564 /dev-python/pyunit | |
parent | Changed -sparc keyword to ~sparc. (diff) | |
download | historical-90c9181221694da93861e4e133404d569367f2ec.tar.gz historical-90c9181221694da93861e4e133404d569367f2ec.tar.bz2 historical-90c9181221694da93861e4e133404d569367f2ec.zip |
Added ~sparc keyword.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'dev-python/pyunit')
-rw-r--r-- | dev-python/pyunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyunit/Manifest | 16 | ||||
-rw-r--r-- | dev-python/pyunit/pyunit-1.4.1.ebuild | 4 |
3 files changed, 9 insertions, 16 deletions
diff --git a/dev-python/pyunit/ChangeLog b/dev-python/pyunit/ChangeLog index cd51e00b86bb..d46af8b02a05 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.8 2005/10/01 18:18:16 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/ChangeLog,v 1.9 2005/10/28 04:20:04 weeve Exp $ + + 28 Oct 2005; Jason Wever <weeve@gentoo.org> pyunit-1.4.1.ebuild: + Added ~sparc keyword. 01 Oct 2005; Luis Medinas <metalgod@gentoo.org> pyunit-1.4.1.ebuild: Readded ~amd64 keyword. Probably was a cvs issue. diff --git a/dev-python/pyunit/Manifest b/dev-python/pyunit/Manifest index a7dc697d53e1..7d20b74e80fa 100644 --- a/dev-python/pyunit/Manifest +++ b/dev-python/pyunit/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 c93ae9414d37ed3703b39ac69da2a31d pyunit-1.4.1.ebuild 593 -MD5 0e3f269a47abf4ece693fe11e85be72b ChangeLog 823 +MD5 30e5d25b33bcc7389b3ccc96cfb61997 ChangeLog 912 MD5 351f50b78d59c43f43258940b6b03cb1 files/digest-pyunit-1.4.1 63 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDPuFrwUpWvClEHQoRAqsTAJ4/TBBCNu3ILcHT2z1I26neg/KsdACfVIPK -v3OYezdXdR0jTiWkvjkCwtQ= -=klJb ------END PGP SIGNATURE----- +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 23761afb668f45ceaf47806ef9e11be3 pyunit-1.4.1.ebuild 597 diff --git a/dev-python/pyunit/pyunit-1.4.1.ebuild b/dev-python/pyunit/pyunit-1.4.1.ebuild index aca9c3c15ae5..6f97baf283f9 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 # 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.8 2005/10/01 18:18:16 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/pyunit-1.4.1.ebuild,v 1.9 2005/10/28 04:20:04 weeve Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pyunit/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="~amd64 ppc ~sparc x86" IUSE="" DEPEND=">=dev-lang/python-2.0" |