summaryrefslogtreecommitdiff
path: root/dev-vcs/rsvndump/rsvndump-0.6.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
commitd4bd6695641f6d2ec7ff8681913d304e995902f5 (patch)
tree6ec8d4c38152bb4f2bb4b93277236ebd9fbbd21d /dev-vcs/rsvndump/rsvndump-0.6.ebuild
parent22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (diff)
gentoo resync : 29.05.2018
Diffstat (limited to 'dev-vcs/rsvndump/rsvndump-0.6.ebuild')
-rw-r--r--dev-vcs/rsvndump/rsvndump-0.6.ebuild12
1 files changed, 2 insertions, 10 deletions
diff --git a/dev-vcs/rsvndump/rsvndump-0.6.ebuild b/dev-vcs/rsvndump/rsvndump-0.6.ebuild
index 20ade2fa9657..0fd269ce1768 100644
--- a/dev-vcs/rsvndump/rsvndump-0.6.ebuild
+++ b/dev-vcs/rsvndump/rsvndump-0.6.ebuild
@@ -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"
@@ -27,9 +25,3 @@ src_configure() {
$(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"
-}