diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-01-15 14:22:55 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-01-15 14:22:55 +0000 |
commit | 16750bc1706831ab3429045d6288e584294b7794 (patch) | |
tree | 4206cb04a1b379682d9f4cb461ca382b23fab384 /app-doc/xmltoman | |
parent | EAPI5. Keyword ~amd64. (diff) | |
download | gentoo-2-16750bc1706831ab3429045d6288e584294b7794.tar.gz gentoo-2-16750bc1706831ab3429045d6288e584294b7794.tar.bz2 gentoo-2-16750bc1706831ab3429045d6288e584294b7794.zip |
EAPI5
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-doc/xmltoman')
-rw-r--r-- | app-doc/xmltoman/ChangeLog | 7 | ||||
-rw-r--r-- | app-doc/xmltoman/xmltoman-0.4.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
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 <mrueg@gentoo.org> xmltoman-0.4.ebuild: + EAPI5 26 Jun 2014; Michael Palimaka <kensington@gentoo.org> -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 } |