diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-12-06 22:20:29 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-12-06 22:20:29 +0000 |
commit | a5b3d6c6a751ed4d37e8dc9ea93b63e7aff89fc0 (patch) | |
tree | c079afd87c9bea04e484a62129db2d847e77dbce /app-text/xmlformat | |
parent | Added ~amd64 keyword. (diff) | |
download | historical-a5b3d6c6a751ed4d37e8dc9ea93b63e7aff89fc0.tar.gz historical-a5b3d6c6a751ed4d37e8dc9ea93b63e7aff89fc0.tar.bz2 historical-a5b3d6c6a751ed4d37e8dc9ea93b63e7aff89fc0.zip |
Added ~amd64 keyword.
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-text/xmlformat')
-rw-r--r-- | app-text/xmlformat/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/xmlformat/Manifest | 16 | ||||
-rw-r--r-- | app-text/xmlformat/xmlformat-1.03.ebuild | 4 |
3 files changed, 19 insertions, 6 deletions
diff --git a/app-text/xmlformat/ChangeLog b/app-text/xmlformat/ChangeLog index ede47c49479c..5ab37462f03e 100644 --- a/app-text/xmlformat/ChangeLog +++ b/app-text/xmlformat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xmlformat # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/ChangeLog,v 1.4 2005/10/29 15:56:05 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/ChangeLog,v 1.5 2005/12/06 22:20:29 metalgod Exp $ + + 06 Dec 2005; Luis Medinas <metalgod@gentoo.org> xmlformat-1.03.ebuild: + Added ~amd64 keyword. 29 Oct 2005; Fabian Groffen <grobian@gentoo.org> xmlformat-1.03.ebuild: Marked ~ppc-macos (bug #109443) diff --git a/app-text/xmlformat/Manifest b/app-text/xmlformat/Manifest index 9ba8407da241..cb7a9820a59d 100644 --- a/app-text/xmlformat/Manifest +++ b/app-text/xmlformat/Manifest @@ -1,4 +1,14 @@ -MD5 de0ac1fee8fa39a48dae200c9970f736 xmlformat-1.03.ebuild 986 -MD5 414ba63d8e3682e1fe8508f321d26363 ChangeLog 624 -MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 2bab33f0a10b4c43eb46eca730c46595 ChangeLog 723 MD5 4e124221bbf01efc00260a2530492b4c files/digest-xmlformat-1.03 66 +MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 +MD5 cba85bb601a0adadcacc1c83f197a1f3 xmlformat-1.03.ebuild 994 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDlg5EwUpWvClEHQoRAqAaAJwJT04X5hPZ7t4eezrPi5KPSGsg0QCdEYL4 +svMxwg1MaV2yjfqOT/cGu6M= +=Qqkr +-----END PGP SIGNATURE----- diff --git a/app-text/xmlformat/xmlformat-1.03.ebuild b/app-text/xmlformat/xmlformat-1.03.ebuild index 677fb7a90aa7..6b7ae8845f7d 100644 --- a/app-text/xmlformat/xmlformat-1.03.ebuild +++ b/app-text/xmlformat/xmlformat-1.03.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/app-text/xmlformat/xmlformat-1.03.ebuild,v 1.4 2005/10/29 15:56:05 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/xmlformat-1.03.ebuild,v 1.5 2005/12/06 22:20:29 metalgod Exp $ DESCRIPTION="Reformat XML documents to your custom style" SRC_URI="http://www.kitebird.com/software/${PN}/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.kitebird.com/software/xmlformat/" SLOT="0" LICENSE="xmlformat" -KEYWORDS="~ppc ~ppc-macos ~x86" +KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86" DEPEND="ruby? ( virtual/ruby ) !ruby? ( dev-lang/perl )" |