diff --git a/app-crypt/zlevis/metadata.xml b/app-crypt/zlevis/metadata.xml new file mode 100644 index 0000000..b9504f2 --- /dev/null +++ b/app-crypt/zlevis/metadata.xml @@ -0,0 +1,17 @@ + + + + + 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 3b556d2..eaa6de2 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 ZFS root-pools with TPM2" +DESCRIPTION="Tool that enables automatic decryption of a ZFS rpool 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 30321ab..eaa6de2 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 new file mode 100644 index 0000000..22aa105 --- /dev/null +++ b/sys-kernel/zlevis-dracut/metadata.xml @@ -0,0 +1,12 @@ + + + + + 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 6867229..9dae709 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="A dracut module that implements automatic decryption of a ZFS rpool in the initramfs with zlevis" +DESCRIPTION="Module that implements automatic decryption of a ZFS rpool" 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"