dev-vcs/rsvndump: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 22:16:17 +0000 (18:16 -0400)
committerAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 23:01:52 +0000 (19:01 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-vcs/rsvndump/rsvndump-0.6.ebuild

index 20ade2fa965708ff19f67f0fc297f03b66eb3111..e4f59d0824ca8c730997b85bf6aabf72a07c5445 100644 (file)
@@ -1,9 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
-
-inherit eutils
+EAPI=7
 
 DESCRIPTION="Dump a remote Subversion repository"
 HOMEPAGE="http://rsvndump.sourceforge.net"
@@ -22,14 +20,10 @@ DEPEND="${RDEPEND}
        doc? ( app-text/xmlto
                >=app-text/asciidoc-8.4 )"
 
+DOCS=( AUTHORS ChangeLog NEWS README THANKS )
+
 src_configure() {
        econf \
                $(use_enable doc man) \
                $(use_enable debug)
 }
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake failed"
-
-       dodoc AUTHORS ChangeLog NEWS README THANKS || die "dodoc failed"
-}