public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/secpanel/
@ 2019-03-05  3:44 Aaron Bauman
  0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2019-03-05  3:44 UTC (permalink / raw
  To: gentoo-commits

commit:     b265e7209858b26f3f2e19ed3281048c12e103a0
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  5 03:44:38 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Mar  5 03:44:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b265e720

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 <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 net-misc/secpanel/secpanel-0.6.1-r1.ebuild | 15 +++++++++------
 1 file 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 e504942af28..1490bfa53d9 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}
 }


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-05  3:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-05  3:44 [gentoo-commits] repo/gentoo:master commit in: net-misc/secpanel/ Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox