diff --git a/app-crypt/zlevis/metadata.xml b/app-crypt/zlevis/metadata.xml deleted file mode 100644 index b9504f2..0000000 --- a/app-crypt/zlevis/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - luc@ampel.dev - Luc Bijl - - - https://git.ampel.dev/ampel/zlevis/releases - https://docs.ampel.dev/zlevis/ - - - - Implement automatic decryption of ZFS rpools in initramfs with dracut module - - - \ No newline at end of file diff --git a/app-crypt/zlevis/zlevis-2.0.ebuild b/app-crypt/zlevis/zlevis-2.0.ebuild index eaa6de2..3b556d2 100644 --- a/app-crypt/zlevis/zlevis-2.0.ebuild +++ b/app-crypt/zlevis/zlevis-2.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 inherit meson -DESCRIPTION="Tool that enables automatic decryption of a ZFS rpool with TPM2" +DESCRIPTION="Tool that enables automatic decryption of ZFS root-pools with TPM2" HOMEPAGE="https://git.ampel.dev/ampel/zlevis" SRC_URI="https://git.ampel.dev/ampel/zlevis/releases/download/${PV}/zlevis-${PV}.tar.xz" @@ -17,4 +17,4 @@ RDEPEND=" dev-libs/jose app-crypt/tpm2-tools dracut? ( >=sys-kernel/zlevis-dracut-1.0 ) -" +" \ No newline at end of file diff --git a/app-crypt/zlevis/zlevis-2.2.ebuild b/app-crypt/zlevis/zlevis-2.2.ebuild index eaa6de2..30321ab 100644 --- a/app-crypt/zlevis/zlevis-2.2.ebuild +++ b/app-crypt/zlevis/zlevis-2.2.ebuild @@ -17,4 +17,4 @@ RDEPEND=" dev-libs/jose app-crypt/tpm2-tools dracut? ( >=sys-kernel/zlevis-dracut-1.0 ) -" +" \ No newline at end of file diff --git a/sys-kernel/zlevis-dracut/metadata.xml b/sys-kernel/zlevis-dracut/metadata.xml deleted file mode 100644 index 22aa105..0000000 --- a/sys-kernel/zlevis-dracut/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - luc@ampel.dev - Luc Bijl - - - https://git.ampel.dev/ampel/zlevis-dracut/releases - https://docs.ampel.dev/zlevis/implementation - - \ No newline at end of file diff --git a/sys-kernel/zlevis-dracut/zlevis-dracut-1.0.ebuild b/sys-kernel/zlevis-dracut/zlevis-dracut-1.0.ebuild index 9dae709..6867229 100644 --- a/sys-kernel/zlevis-dracut/zlevis-dracut-1.0.ebuild +++ b/sys-kernel/zlevis-dracut/zlevis-dracut-1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 inherit meson -DESCRIPTION="Module that implements automatic decryption of a ZFS rpool" +DESCRIPTION="A dracut module that implements automatic decryption of a ZFS rpool in the initramfs with zlevis" HOMEPAGE="https://git.ampel.dev/ampel/zlevis-dracut" SRC_URI="https://git.ampel.dev/ampel/zlevis-dracut/releases/download/${PV}/zlevis-dracut-${PV}.tar.xz"