commit: 2cba5f5bba2b116c6f7ee7a00d1dc1fa29651a30 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Wed Aug 10 06:31:55 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Wed Aug 10 06:32:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cba5f5b
app-arch/lzop: upgrade to EAPI=6 app-arch/lzop/lzop-1.03.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-arch/lzop/lzop-1.03.ebuild b/app-arch/lzop/lzop-1.03.ebuild index 20f76fe..cec129d 100644 --- a/app-arch/lzop/lzop-1.03.ebuild +++ b/app-arch/lzop/lzop-1.03.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=2 +EAPI="6" DESCRIPTION="Utility for fast (even real-time) compression/decompression" HOMEPAGE="http://www.lzop.org/" @@ -25,8 +24,7 @@ src_test() { } src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README THANKS + default dodoc doc/lzop.{txt,ps} dohtml doc/*.html }
