summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-03-04 22:44:38 -0500
committerAaron Bauman <bman@gentoo.org>2019-03-04 22:44:38 -0500
commitb265e7209858b26f3f2e19ed3281048c12e103a0 (patch)
tree37d74b3bc080d139d067f963122f482484f41930 /net-misc
parentx11-themes/fluxbox-styles-fluxmod: bump EAPI (diff)
downloadgentoo-b265e7209858b26f3f2e19ed3281048c12e103a0.tar.gz
gentoo-b265e7209858b26f3f2e19ed3281048c12e103a0.tar.bz2
gentoo-b265e7209858b26f3f2e19ed3281048c12e103a0.zip
net-misc/secpanel: bump EAPI
-use https -remove unnecessary dies -break RDEPEND across multiple lines and reorder -add eapply_user to src_prepare Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.12
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/secpanel/secpanel-0.6.1-r1.ebuild15
1 files changed, 9 insertions, 6 deletions
diff --git a/net-misc/secpanel/secpanel-0.6.1-r1.ebuild b/net-misc/secpanel/secpanel-0.6.1-r1.ebuild
index e504942af286..1490bfa53d9c 100644
--- a/net-misc/secpanel/secpanel-0.6.1-r1.ebuild
+++ b/net-misc/secpanel/secpanel-0.6.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
+EAPI=7
DESCRIPTION="Graphical frontend for managing and running SSH and SCP connections"
-HOMEPAGE="http://themediahost.de/secpanel/"
+HOMEPAGE="https://themediahost.de/secpanel/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
LICENSE="GPL-2"
@@ -14,7 +14,8 @@ IUSE="gif"
DEPEND="!gif? ( virtual/imagemagick-tools )"
-RDEPEND="virtual/ssh dev-lang/tk"
+RDEPEND="dev-lang/tk
+ virtual/ssh"
S=${WORKDIR}/usr/local
@@ -37,11 +38,13 @@ src_prepare() {
rm -v "${i}" || die
done
fi
+
+ eapply_user
}
src_install() {
- dobin bin/secpanel || die
+ dobin bin/secpanel
insinto /usr/share/secpanel
- doins -r lib/secpanel/{*.{tcl,config,profile,wait,txt,sh},images,spdistkey} || die
+ doins -r lib/secpanel/{*.{tcl,config,profile,wait,txt,sh},images,spdistkey}
}