From 16750bc1706831ab3429045d6288e584294b7794 Mon Sep 17 00:00:00 2001 From: Manuel Rüger Date: Thu, 15 Jan 2015 14:22:55 +0000 Subject: EAPI5 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) --- app-doc/xmltoman/ChangeLog | 7 +++++-- app-doc/xmltoman/xmltoman-0.4.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'app-doc') diff --git a/app-doc/xmltoman/ChangeLog b/app-doc/xmltoman/ChangeLog index e4c8a2ac1e8a..36eb37b6c031 100644 --- a/app-doc/xmltoman/ChangeLog +++ b/app-doc/xmltoman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-doc/xmltoman -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/xmltoman/ChangeLog,v 1.16 2014/06/26 13:50:42 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/xmltoman/ChangeLog,v 1.17 2015/01/15 14:22:55 mrueg Exp $ + + 15 Jan 2015; Manuel Rüger xmltoman-0.4.ebuild: + EAPI5 26 Jun 2014; Michael Palimaka -xmltoman-0.3.ebuild: Remove old. diff --git a/app-doc/xmltoman/xmltoman-0.4.ebuild b/app-doc/xmltoman/xmltoman-0.4.ebuild index 19a5c54687e1..06432bdfc1bb 100644 --- a/app-doc/xmltoman/xmltoman-0.4.ebuild +++ b/app-doc/xmltoman/xmltoman-0.4.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/xmltoman/xmltoman-0.4.ebuild,v 1.5 2014/03/24 15:02:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/xmltoman/xmltoman-0.4.ebuild,v 1.6 2015/01/15 14:22:55 mrueg Exp $ + +EAPI=5 DESCRIPTION="Simple scripts for converting xml to groff or html" HOMEPAGE="http://sourceforge.net/projects/xmltoman/" @@ -16,7 +18,7 @@ RDEPEND="dev-lang/perl DEPEND="${RDEPEND}" src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed" + emake DESTDIR="${D}" PREFIX="/usr" install dodoc README doman xmltoman.1 xmlmantohtml.1 } -- cgit v1.2.3-65-gdbad