commit:     a103c3d1cfffa0099dcd94f4a2d2d2cd98b4ca6d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 17:09:47 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 17:09:47 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=a103c3d1

dev-util/diffconvert: fix metadata.xml

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-util/diffconvert/diffconvert-1.4.ebuild | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/dev-util/diffconvert/diffconvert-1.4.ebuild 
b/dev-util/diffconvert/diffconvert-1.4.ebuild
index da054f0..1734531 100644
--- a/dev-util/diffconvert/diffconvert-1.4.ebuild
+++ b/dev-util/diffconvert/diffconvert-1.4.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
-inherit base
-
-DESCRIPTION="Programs for converting diffs (cd2ud, ud2cd, cdiffreverse, 
udiffreverse)"
+DESCRIPTION="Programs for converting diffs"
 HOMEPAGE="http://www.mail-archive.com/bug-gnulib@gnu.org/msg09414.html";
 SRC_URI="http://www.haible.de/bruno/gnu/${P}.tar.gz";
 
@@ -14,16 +12,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND=""
-
 PATCHES=( "${FILESDIR}"/${P}-gcc-4.4.patch )
 
 src_compile() {
-       emake -f Makefile-c++ || die
+       emake -f Makefile-c++
 }
 
 src_install() {
-       dodoc README || die
-       dobin cd2ud ud2cd cdiffreverse udiffreverse || die
+       dodoc README
+       dobin cd2ud ud2cd cdiffreverse udiffreverse
 }

Reply via email to