diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-19 14:57:11 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-19 14:57:11 +0000 |
commit | aef9739a3c6c3e883ef40b0d5cfd6fafb37ac38c (patch) | |
tree | 7cbb1cc4e60923dd7dc3452ed2274eda9c473a02 /app-text/xmlformat | |
parent | Initial import (diff) | |
download | gentoo-2-aef9739a3c6c3e883ef40b0d5cfd6fafb37ac38c.tar.gz gentoo-2-aef9739a3c6c3e883ef40b0d5cfd6fafb37ac38c.tar.bz2 gentoo-2-aef9739a3c6c3e883ef40b0d5cfd6fafb37ac38c.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-text/xmlformat')
-rw-r--r-- | app-text/xmlformat/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/xmlformat/xmlformat-1.03.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/xmlformat/ChangeLog b/app-text/xmlformat/ChangeLog index bc9d56ef8fc7..44cc486724df 100644 --- a/app-text/xmlformat/ChangeLog +++ b/app-text/xmlformat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xmlformat -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/ChangeLog,v 1.7 2007/03/13 00:31:32 leonardop Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/ChangeLog,v 1.8 2008/01/19 14:57:11 grobian Exp $ + + 19 Jan 2008; Fabian Groffen <grobian@gentoo.org> xmlformat-1.03.ebuild: + Dropped ppc-macos keyword, see you in prefix 13 Mar 2007; Leonardo Boshell <leonardop@gentoo.org> metadata.xml: Replacing text-markup herd with the new sgml herd. diff --git a/app-text/xmlformat/xmlformat-1.03.ebuild b/app-text/xmlformat/xmlformat-1.03.ebuild index 6b7ae8845f7d..3e52375620f3 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 +# Copyright 1999-2008 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.5 2005/12/06 22:20:29 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/xmlformat-1.03.ebuild,v 1.6 2008/01/19 14:57:11 grobian 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="~amd64 ~ppc ~ppc-macos ~x86" +KEYWORDS="~amd64 ~ppc ~x86" DEPEND="ruby? ( virtual/ruby ) !ruby? ( dev-lang/perl )" |