commit: 26f848a8b939c366e0af25908d10e2fe98c55bab
parent: 9d0fa3680a176a7ea86ece72abfdfbfe8ee5ab79
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 19 Jan 2019 21:54:22 +0100
app-text/sshpaste: remove src_install, bump EAPI
Diffstat:
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/app-text/sshpaste/sshpaste-9999.ebuild b/app-text/sshpaste/sshpaste-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2018-2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit git-r3
@@ -22,9 +22,3 @@ RDEPEND="
virtual/ssh
X? ( x11-misc/xclip )
"
-
-src_install() {
- dodoc README.md
- dodoc Changelog.md
- dobin sshpaste
-}