diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-10-21 04:34:41 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-10-21 04:34:41 +0000 |
commit | c72814a37d5daf9f53c956f19bb534b8d460fc16 (patch) | |
tree | 84cdb02f1e125d8fd5b97fbdf4ed87dc3a7b0b9e /dev-python/jaxml | |
parent | FILES_VER 0.5. Update /etc/env.d/10xorg to reflect shift from /usr/X11R6/{lib... (diff) | |
download | historical-c72814a37d5daf9f53c956f19bb534b8d460fc16.tar.gz historical-c72814a37d5daf9f53c956f19bb534b8d460fc16.tar.bz2 historical-c72814a37d5daf9f53c956f19bb534b8d460fc16.zip |
Marked stable x86
Diffstat (limited to 'dev-python/jaxml')
-rw-r--r-- | dev-python/jaxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/jaxml/Manifest | 4 | ||||
-rw-r--r-- | dev-python/jaxml/jaxml-3.01.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/jaxml/ChangeLog b/dev-python/jaxml/ChangeLog index a7ca689b28b1..b76b6456597c 100644 --- a/dev-python/jaxml/ChangeLog +++ b/dev-python/jaxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/jaxml # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jaxml/ChangeLog,v 1.3 2004/10/05 23:05:21 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jaxml/ChangeLog,v 1.4 2004/10/21 04:34:41 pythonhead Exp $ + + 20 Oct 2004; Rob Cakebread <pythonhead@gentoo.org> jaxml-3.01.ebuild: + Marked stable x86 05 Oct 2004; Dylan Carlson <absinthe@gentoo.org> jaxml-3.01.ebuild: KEYWORDS ~amd64 diff --git a/dev-python/jaxml/Manifest b/dev-python/jaxml/Manifest index e96ed54840f0..ef81ea3acce2 100644 --- a/dev-python/jaxml/Manifest +++ b/dev-python/jaxml/Manifest @@ -1,4 +1,4 @@ -MD5 6514b1a7c369c0035eb41fe5787bfd4f ChangeLog 478 +MD5 ab6ec6602a4740a27b6d5b86b90ff6e0 ChangeLog 573 +MD5 f216f3d3e4caf057d6d9009e31467bfa jaxml-3.01.ebuild 623 MD5 9ac4199ebe7cd3e7e311274994767f82 metadata.xml 160 -MD5 59c3dcf8f33d711f99df54129ffb51d8 jaxml-3.01.ebuild 622 MD5 913397ce32a9514abaf4d40c257756f5 files/digest-jaxml-3.01 61 diff --git a/dev-python/jaxml/jaxml-3.01.ebuild b/dev-python/jaxml/jaxml-3.01.ebuild index 071f02c91ac1..d166acc6cbc7 100644 --- a/dev-python/jaxml/jaxml-3.01.ebuild +++ b/dev-python/jaxml/jaxml-3.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jaxml/jaxml-3.01.ebuild,v 1.3 2004/10/05 23:05:21 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jaxml/jaxml-3.01.ebuild,v 1.4 2004/10/21 04:34:41 pythonhead Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="http://www.librelogiciel.com/software/jaxml/tarballs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="virtual/python" |