diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-02-15 18:13:30 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-02-15 18:13:30 +0000 |
commit | d4cb839b452d3c27f5f24810f6553520b6d63e51 (patch) | |
tree | 807be4434a7b5eba7d2a4dd2adbe9c6929dcf9b7 /app-text/xmlformat | |
parent | Bump to 0.5.1_p6 with debian patches. Ebuild adapted by valli <gentoo@valli.o... (diff) | |
download | historical-d4cb839b452d3c27f5f24810f6553520b6d63e51.tar.gz historical-d4cb839b452d3c27f5f24810f6553520b6d63e51.tar.bz2 historical-d4cb839b452d3c27f5f24810f6553520b6d63e51.zip |
Bump to 1.04, fixes #203796
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'app-text/xmlformat')
-rw-r--r-- | app-text/xmlformat/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/xmlformat/Manifest | 4 | ||||
-rw-r--r-- | app-text/xmlformat/xmlformat-1.04.ebuild | 44 |
3 files changed, 54 insertions, 3 deletions
diff --git a/app-text/xmlformat/ChangeLog b/app-text/xmlformat/ChangeLog index 44cc486724df..336713f2bb18 100644 --- a/app-text/xmlformat/ChangeLog +++ b/app-text/xmlformat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/xmlformat -# 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 $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/ChangeLog,v 1.9 2009/02/15 18:13:30 patrick Exp $ + +*xmlformat-1.04 (15 Feb 2009) + + 15 Feb 2009; Patrick Lauer <patrick@gentoo.org> +xmlformat-1.04.ebuild: + Bump to 1.04, fixes #203796 19 Jan 2008; Fabian Groffen <grobian@gentoo.org> xmlformat-1.03.ebuild: Dropped ppc-macos keyword, see you in prefix diff --git a/app-text/xmlformat/Manifest b/app-text/xmlformat/Manifest index 73fd690b38f9..829e468ea1d6 100644 --- a/app-text/xmlformat/Manifest +++ b/app-text/xmlformat/Manifest @@ -1,4 +1,6 @@ DIST xmlformat-1.03.tar.gz 136961 RMD160 22498035cd9d97cd19fb11bf4eca5038858ccb9b SHA1 89fed041ad2c77b17e1659b7040dd9a3aa5be993 SHA256 7878dc5a5a8876d092cf25bdfcb8d625b9c57897ba65063c7df97eba23548758 +DIST xmlformat-1.04.tar.gz 156498 RMD160 320ec471367c5679a2f1698eefb904994eaea1a8 SHA1 405057df0b8160775d486b671348820359b4b85d SHA256 71a70397e44760d67645007ad85fea99736f4b6f8679067a3b5f010589fd8fef EBUILD xmlformat-1.03.ebuild 982 RMD160 9cb00f0eebe60254c637977102a818148955b60f SHA1 311aaeef35d84b4eb47a74cb0f3d1e265ffb26a8 SHA256 74bb754baaf53311f9329142b0e4da92bb833aadfb0a83e98140ff66045c2d4c -MISC ChangeLog 1073 RMD160 8851dd9ede3327e5a51c50c4fdffbe4bcc2efd06 SHA1 7ae06df6743bda84a0e9e6dcf938761d1ec86030 SHA256 71e89f3b6f50674c6a3c37e6a552788e3c7ece3f4468d46929514f99f8c824fd +EBUILD xmlformat-1.04.ebuild 982 RMD160 e541e8421060fde86c661f7f814bc82e33a58919 SHA1 113c9b89ec0e9ef488cd81161691aae36140702e SHA256 48a6f38106106076c2dfc6b68a0f2cb0d80bfba73cd56d7e7d41eb81f112c6e8 +MISC ChangeLog 1209 RMD160 865632fbd60a42855502a201d9df11baf8bca905 SHA1 fd68e40d559953968af194843daaeb9f167584cf SHA256 8ad202969d772ee457f632c05f11b6334f3efd2468178aff859500f53f1bf996 MISC metadata.xml 159 RMD160 a94e7b2c191d1593b8bc416d266571e001c2f673 SHA1 3c1d0831d8acacef390234d20d7711cabded861a SHA256 52cf1b9dda72e2d61fef95515c8a124ac9f1196e5509e5636e269f396fcba8a3 diff --git a/app-text/xmlformat/xmlformat-1.04.ebuild b/app-text/xmlformat/xmlformat-1.04.ebuild new file mode 100644 index 000000000000..a65e53bb77a0 --- /dev/null +++ b/app-text/xmlformat/xmlformat-1.04.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/xmlformat-1.04.ebuild,v 1.1 2009/02/15 18:13:30 patrick Exp $ + +DESCRIPTION="Reformat XML documents to your custom style" +SRC_URI="http://www.kitebird.com/software/${PN}/${P}.tar.gz" +HOMEPAGE="http://www.kitebird.com/software/xmlformat/" + +SLOT="0" +LICENSE="xmlformat" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="ruby? ( virtual/ruby ) + !ruby? ( dev-lang/perl )" +IUSE="ruby doc" + +src_install() { + dobin xmlformat.pl + + if use ruby + then + dobin xmlformat.rb + dosym /usr/bin/xmlformat.rb /usr/bin/xmlformat + else + dosym /usr/bin/xmlformat.pl /usr/bin/xmlformat + fi + + dodoc BUGS ChangeLog LICENSE README TODO + + if use doc + then + # APIs + cp -R docs/* ${D}/usr/share/doc/${PF} + fi +} + +src_test() { + if use ruby + then + ./runtest all || die "runtest for ruby failed." + else + ./runtest -p all || die "runtest for perl failed." + fi +} |