summaryrefslogtreecommitdiff
path: root/flx
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2016-09-03 14:16:01 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2016-09-04 00:07:28 +0100
commitb160c9d63bc5473a09210f217e22ff7ad0754cd3 (patch)
treedf4eba4eeffa57d67553e750a7813d2e31cc55ff /flx
parentflx/init-ntp: Move to EAPI 6 (diff)
downloadportage-b160c9d63bc5473a09210f217e22ff7ad0754cd3.tar.xz
flx/init-openssh: Move to EAPI 6
Package-Manager: portage-2.2.28
Diffstat (limited to 'flx')
-rw-r--r--flx/init-openssh/Manifest2
-rw-r--r--flx/init-openssh/init-openssh-4.5.ebuild6
2 files changed, 5 insertions, 3 deletions
diff --git a/flx/init-openssh/Manifest b/flx/init-openssh/Manifest
index 3f0063aa..4051d0f3 100644
--- a/flx/init-openssh/Manifest
+++ b/flx/init-openssh/Manifest
@@ -1,3 +1,3 @@
AUX init-openssh-BJA-ecdsa.diff 1147 SHA256 9c15bf627ee4e5c2eb117f5cd0e27ea5346514b31b58d16693e998acf6fa022d WHIRLPOOL bb7d42f58c8a6968317012a6e15cb4d56098936a0ca15f846ce9db80c4bb8845afb4446243d10eb886a2ab0d1157cb3a219c7feed5d63dfc50fd2b3615ab8c4b
-EBUILD init-openssh-4.5.ebuild 539 SHA256 636cc3c911fb473be0d7a1a9fdb8ee00625ea571b91ddb03097a283b71871a92 WHIRLPOOL 13cc880f2085e63c5da1de6babb323ba8ce9b1ac6b21ca22bd8e6c614b8a8ea3cf7eb3805401d6fa644013eaa61c12b601d95529b57592710f566588fc0997e6
+EBUILD init-openssh-4.5.ebuild 549 SHA256 f3fa4237d65d4d663c4be341ee9907c06b64764b71917b7f8b6fc3a716cb9a0d WHIRLPOOL 8949b38c8ecc3cf5cee1914f74a692949e3d6a8f5c1d183cfd8f21c488fa26f86e9cda25df95d2f95d49d925d6188de575aaea1e951510ae1546e81cd4f3f92b
MISC metadata.xml 256 SHA256 6ca43960767ca28661abf97c85263db77fe7643902be2ce777c61aa688d8ea2d WHIRLPOOL cef8582829111be09e651eb819e6d1ea59c9c4386b842169ccd46a14c8e3ccb090486fecd61c5fd4aa47998cacc69cdc1fb5ca6bb6325a4da1ebfd0b6eebda7b
diff --git a/flx/init-openssh/init-openssh-4.5.ebuild b/flx/init-openssh/init-openssh-4.5.ebuild
index 0494b30d..a73ffd70 100644
--- a/flx/init-openssh/init-openssh-4.5.ebuild
+++ b/flx/init-openssh/init-openssh-4.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit git-r3 flx eutils
DESCRIPTION="Formilux Tools"
@@ -20,6 +20,8 @@ RDEPEND=">=net-misc/openssh-${PV}"
SVCNAME="sshd"
src_prepare () {
+ default
+
epatch "${FILESDIR}/${PN}-BJA-ecdsa.diff"
flx_src_prepare