From ebf0a02b2baa7f056f7723d0719e9aab29397528 Mon Sep 17 00:00:00 2001 From: Christian Baumhof Date: Thu, 22 Mar 2018 00:23:41 +0100 Subject: sys-kernel/dracut-crypt-ssh: bump to fix RDEPEND MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This package requires the network module of dracut, which in turn requires dhclient, even if used with a static network configuration. Thus the dependency on net-misc/dhclient is unconditional. Suggested-by: Marcin Mirosław Closes: https://bugs.gentoo.org/650620 Closes: https://github.com/gentoo/gentoo/pull/7545 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- .../dracut-crypt-ssh-1.0.6-r1.ebuild | 20 ++++++++++++++++++ .../dracut-crypt-ssh/dracut-crypt-ssh-1.0.6.ebuild | 24 ---------------------- 2 files changed, 20 insertions(+), 24 deletions(-) create mode 100644 sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6-r1.ebuild delete mode 100644 sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6.ebuild diff --git a/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6-r1.ebuild b/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6-r1.ebuild new file mode 100644 index 000000000000..9ec7b6fe9200 --- /dev/null +++ b/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="early unlocking of encrypted systems via ssh for dracut" +HOMEPAGE="https://github.com/dracut-crypt-ssh/dracut-crypt-ssh" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="sys-kernel/dracut" +RDEPEND="${DEPEND} + net-misc/dhcp + net-misc/dropbear" + +DOCS=("README.md") diff --git a/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6.ebuild b/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6.ebuild deleted file mode 100644 index 9125a04c6f29..000000000000 --- a/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="early unlocking of encrypted systems via ssh for dracut" -HOMEPAGE="https://github.com/dracut-crypt-ssh/dracut-crypt-ssh" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="sys-kernel/dracut" -RDEPEND="${DEPEND} - net-misc/dropbear" - -DOCS=("README.md") - -pkg_postinst() { - elog "If you want to use DHCP in the initramfs during boot," - elog "dracut will require dhclient provided by net-misc/dhcp." -} -- cgit v1.2.3-65-gdbad