commit:     75e8488320f3b06607f48962b9af130848144b01
Author:     Laszlo Gombos <laszlo.gombos <AT> gmail <DOT> com>
AuthorDate: Wed Nov 29 17:54:45 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 18:53:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e84883

sys-kernel/dracut: dracut-version.sh is included in the source

See 
https://github.com/dracutdevs/dracut/commit/b4e23ce4238821b0c2dd3c846da45f9cfeb57954.

Signed-off-by: Laszlo Gombos <laszlo.gombos <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34049
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-kernel/dracut/dracut-059_p20231027.ebuild   | 5 -----
 sys-kernel/dracut/dracut-060_pre20231030.ebuild | 5 -----
 sys-kernel/dracut/dracut-9999.ebuild            | 5 -----
 3 files changed, 15 deletions(-)

diff --git a/sys-kernel/dracut/dracut-059_p20231027.ebuild 
b/sys-kernel/dracut/dracut-059_p20231027.ebuild
index 56fe81dd7349..9badbbf08ad4 100644
--- a/sys-kernel/dracut/dracut-059_p20231027.ebuild
+++ b/sys-kernel/dracut/dracut-059_p20231027.ebuild
@@ -81,11 +81,6 @@ src_configure() {
        tc-export CC PKG_CONFIG
 
        edo ./configure "${myconf[@]}"
-
-       if [[ ${PV} != 9999 && ! -f dracut-version.sh ]] ; then
-               # Source tarball from github doesn't include this file
-               echo "DRACUT_VERSION=${PV}" > dracut-version.sh || die
-       fi
 }
 
 src_test() {

diff --git a/sys-kernel/dracut/dracut-060_pre20231030.ebuild 
b/sys-kernel/dracut/dracut-060_pre20231030.ebuild
index c0c9e9080678..e198958e5b01 100644
--- a/sys-kernel/dracut/dracut-060_pre20231030.ebuild
+++ b/sys-kernel/dracut/dracut-060_pre20231030.ebuild
@@ -82,11 +82,6 @@ src_configure() {
        tc-export CC PKG_CONFIG
 
        edo ./configure "${myconf[@]}"
-
-       if [[ ${PV} != 9999 && ! -f dracut-version.sh ]] ; then
-               # Source tarball from github doesn't include this file
-               echo "DRACUT_VERSION=${PV}" > dracut-version.sh || die
-       fi
 }
 
 src_test() {

diff --git a/sys-kernel/dracut/dracut-9999.ebuild 
b/sys-kernel/dracut/dracut-9999.ebuild
index e8a3b5a5155d..f25e30eca72c 100644
--- a/sys-kernel/dracut/dracut-9999.ebuild
+++ b/sys-kernel/dracut/dracut-9999.ebuild
@@ -81,11 +81,6 @@ src_configure() {
        tc-export CC PKG_CONFIG
 
        edo ./configure "${myconf[@]}"
-
-       if [[ ${PV} != 9999 && ! -f dracut-version.sh ]] ; then
-               # Source tarball from github doesn't include this file
-               echo "DRACUT_VERSION=${PV}" > dracut-version.sh || die
-       fi
 }
 
 src_test() {

Reply via email to