From 90f4374602689169ad825d0949929044d68f43d8 Mon Sep 17 00:00:00 2001 From: Volker Wegert Date: Sun, 20 Nov 2022 23:09:31 +0100 Subject: [PATCH] re-applied changes to dev-libs/libfcrypto --- dev-libs/libfcrypto/Manifest | 2 + .../libfcrypto/libfcrypto-20191231.ebuild | 39 +++++++++++++++++++ .../libfcrypto/libfcrypto-20200104.ebuild | 39 +++++++++++++++++++ dev-libs/libfcrypto/metadata.xml | 8 ++++ 4 files changed, 88 insertions(+) create mode 100644 dev-libs/libfcrypto/Manifest create mode 100644 dev-libs/libfcrypto/libfcrypto-20191231.ebuild create mode 100644 dev-libs/libfcrypto/libfcrypto-20200104.ebuild create mode 100644 dev-libs/libfcrypto/metadata.xml diff --git a/dev-libs/libfcrypto/Manifest b/dev-libs/libfcrypto/Manifest new file mode 100644 index 000000000..63377e675 --- /dev/null +++ b/dev-libs/libfcrypto/Manifest @@ -0,0 +1,2 @@ +DIST libfcrypto-alpha-20191231.tar.gz 526680 BLAKE2B f31ca0c12ffe3a6a5ab02d59f932d45fbb8a88dfe68ee7cfe57c4df17f630cb447061fd28763a3f4b3a1f44a909a4d3787c452635e3fc22f9d5ecf9996d43621 SHA512 cdb8c59b969c15f19754779f879f24d5144376bb56a722cc511042ba4fe52fec109f7dcb40ded95a53e78160e62fb9f3ef8ea1713d776ace814f0e0da758fa1a +DIST libfcrypto-alpha-20200104.tar.gz 527702 BLAKE2B 16c68483de30ac634b96200f13537945dd679bf1bf16de8c42a47826d88dd3e61c94d21298966de19670c04f980385a3e93e12b86f90eb13976df14b9611d4dd SHA512 ce51feb272a8a0dc51e54a7fd5e0d6ea6409b003692a59e5d8624bd83dddf8cf383a2ba8d357e54de701953db249865a7bfa42655866776f64fe248fd57e68c1 diff --git a/dev-libs/libfcrypto/libfcrypto-20191231.ebuild b/dev-libs/libfcrypto/libfcrypto-20191231.ebuild new file mode 100644 index 000000000..794e08f25 --- /dev/null +++ b/dev-libs/libfcrypto/libfcrypto-20191231.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="Library for encryption formats" +HOMEPAGE="https://github.com/libyal/libfcrypto" +SRC_URI="https://github.com/libyal/libfcrypto/releases/download/${PV}/${PN}-alpha-${PV}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="amd64 ~arm64 x86" +IUSE="nls" + +DEPEND=" + nls? ( + virtual/libiconv + virtual/libintl + ) + dev-libs/libcerror[nls=] +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + eautoreconf + eapply_user +} + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_with nls libiconv-prefix) \ + $(use_with nls libintl-prefix) \ + +} diff --git a/dev-libs/libfcrypto/libfcrypto-20200104.ebuild b/dev-libs/libfcrypto/libfcrypto-20200104.ebuild new file mode 100644 index 000000000..794e08f25 --- /dev/null +++ b/dev-libs/libfcrypto/libfcrypto-20200104.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="Library for encryption formats" +HOMEPAGE="https://github.com/libyal/libfcrypto" +SRC_URI="https://github.com/libyal/libfcrypto/releases/download/${PV}/${PN}-alpha-${PV}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="amd64 ~arm64 x86" +IUSE="nls" + +DEPEND=" + nls? ( + virtual/libiconv + virtual/libintl + ) + dev-libs/libcerror[nls=] +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + eautoreconf + eapply_user +} + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_with nls libiconv-prefix) \ + $(use_with nls libintl-prefix) \ + +} diff --git a/dev-libs/libfcrypto/metadata.xml b/dev-libs/libfcrypto/metadata.xml new file mode 100644 index 000000000..ace7c2d3a --- /dev/null +++ b/dev-libs/libfcrypto/metadata.xml @@ -0,0 +1,8 @@ + + + + + unknown@pentoo.ch + Author Unknown + +