diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-09-28 09:57:44 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-09-28 09:57:44 +0000 |
commit | 5247add272487ba50fa447e155b83b42d1c74e11 (patch) | |
tree | afaf0b81a7ede278ca4ce46b3624f22ca9b20a69 /app-text | |
parent | Rekeyword to stop the strange mix of keywords for every available version, I ... (diff) | |
download | gentoo-2-5247add272487ba50fa447e155b83b42d1c74e11.tar.gz gentoo-2-5247add272487ba50fa447e155b83b42d1c74e11.tar.bz2 gentoo-2-5247add272487ba50fa447e155b83b42d1c74e11.zip |
Convert to EAPI=5. Drop useless LICENSE install. Update ruby dependencies (1.9 and 2.0 are both verified to work). Add missing RDEPEND.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
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 |