mrueg 15/01/15 14:22:55 Modified: xmltoman-0.4.ebuild ChangeLog Log: EAPI5 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.6 app-doc/xmltoman/xmltoman-0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/xmltoman/xmltoman-0.4.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/xmltoman/xmltoman-0.4.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/xmltoman/xmltoman-0.4.ebuild?r1=1.5&r2=1.6 Index: xmltoman-0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-doc/xmltoman/xmltoman-0.4.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xmltoman-0.4.ebuild 24 Mar 2014 15:02:41 -0000 1.5 +++ xmltoman-0.4.ebuild 15 Jan 2015 14:22:55 -0000 1.6 @@ -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 @@ 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 } 1.17 app-doc/xmltoman/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/xmltoman/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/xmltoman/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/xmltoman/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-doc/xmltoman/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 26 Jun 2014 13:50:42 -0000 1.16 +++ ChangeLog 15 Jan 2015 14:22:55 -0000 1.17 @@ -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 <[email protected]> xmltoman-0.4.ebuild: + EAPI5 26 Jun 2014; Michael Palimaka <[email protected]> -xmltoman-0.3.ebuild: Remove old.
