diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xmlformat/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/xmlformat/xmlformat-1.04.ebuild | 11 |
2 files changed, 12 insertions, 5 deletions
diff --git a/app-text/xmlformat/ChangeLog b/app-text/xmlformat/ChangeLog index 12ee1d78c11b..6c0d74a3d5bd 100644 --- a/app-text/xmlformat/ChangeLog +++ b/app-text/xmlformat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/xmlformat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/ChangeLog,v 1.12 2013/07/21 10:12:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/ChangeLog,v 1.13 2013/09/28 09:57:44 graaff Exp $ + + 28 Sep 2013; Hans de Graaff <graaff@gentoo.org> xmlformat-1.04.ebuild: + Convert to EAPI=5. Drop useless LICENSE install. Update ruby dependencies + (1.9 and 2.0 are both verified to work). Add missing RDEPEND. 21 Jul 2013; Pacho Ramos <pacho@gentoo.org> -xmlformat-1.03.ebuild, metadata.xml: diff --git a/app-text/xmlformat/xmlformat-1.04.ebuild b/app-text/xmlformat/xmlformat-1.04.ebuild index cb49d902bade..b5bb6ceb4c55 100644 --- a/app-text/xmlformat/xmlformat-1.04.ebuild +++ b/app-text/xmlformat/xmlformat-1.04.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 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.3 2010/08/07 13:23:52 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/xmlformat-1.04.ebuild,v 1.4 2013/09/28 09:57:44 graaff Exp $ + +EAPI=5 DESCRIPTION="Reformat XML documents to your custom style" SRC_URI="http://www.kitebird.com/software/${PN}/${P}.tar.gz" @@ -10,8 +12,9 @@ SLOT="0" LICENSE="xmlformat" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -DEPEND="ruby? ( =dev-lang/ruby-1.8* ) +DEPEND="ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:2.0 ) ) !ruby? ( dev-lang/perl )" +RDEPEND=${DEPEND} IUSE="ruby doc" src_install() { @@ -25,7 +28,7 @@ src_install() { dosym xmlformat.pl /usr/bin/xmlformat fi - dodoc BUGS ChangeLog LICENSE README TODO + dodoc BUGS ChangeLog README TODO if use doc then |