From 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Mar 2021 14:27:17 +0000 Subject: gentoo resync : 20.03.2021 --- app-crypt/tpm2-totp/Manifest | 5 +++-- ...-totp-0.3.0-Remove-bogus-value-from-Makefile.am | 25 ++++++++++++++++++++++ app-crypt/tpm2-totp/metadata.xml | 4 ++-- app-crypt/tpm2-totp/tpm2-totp-0.3.0.ebuild | 8 +++++-- 4 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 app-crypt/tpm2-totp/files/tpm2-totp-0.3.0-Remove-bogus-value-from-Makefile.am (limited to 'app-crypt/tpm2-totp') diff --git a/app-crypt/tpm2-totp/Manifest b/app-crypt/tpm2-totp/Manifest index c26fde8d1b47..c73e88d46d83 100644 --- a/app-crypt/tpm2-totp/Manifest +++ b/app-crypt/tpm2-totp/Manifest @@ -1,3 +1,4 @@ +AUX tpm2-totp-0.3.0-Remove-bogus-value-from-Makefile.am 730 BLAKE2B 8bf144a03ec3c29c2e43f564ba65e8c10a70c61dc3e14d8c1085012f3aa1d8bbbb2cac3ab634ea02122ed1f2d21103b2fbf307528af178f3265788baeee1221f SHA512 3f51ed8205d6a0480abe85bc49c4fa86eb8141f3667a04dcac327e6c4382c9b430c97d170506a4e12bbda80c981128e9b5f5308036d4ccaee4e28bb93b866204 DIST tpm2-totp-0.3.0.tar.gz 428874 BLAKE2B 413f4418cd1ce9a996f36c83e27c3fe256b2d3f5ff36e7df1dc1b651e38afa222be9742d5cfa76287263a4e1402dabea3400b41a1e1bde9f31fe03f82894f4f1 SHA512 d47cc8155a60a464afe602c3114ff8e6b2ff825457e6069693947421716b97c34b00f70adbcb4cda1b5b9639b8a3dfc7800295bbff99822da7a8077ebf78d6b2 -EBUILD tpm2-totp-0.3.0.ebuild 994 BLAKE2B d9b207eeb13a40283cedd2993049d09bab514d93cc71071d6332a6d589280d39908cbb1f5b69e9c014aa7e531d2e67498a66131e1389a8c52f6b7e3f93a990e2 SHA512 bcdc1cb8bee0503710d1d673ace426fb340e6a3982c237b09cdfb4f2a9c8370209e9e099a9a56262938a51348790082411323fb30650354aff25d29b20f2952d -MISC metadata.xml 544 BLAKE2B 4c6496211180d7893b35163eab8ca8f6a6cede115470f0e4bbeaaed773d81c8d08cd45949276e33842d321bd4834f978ef1f1fff09545c261fe02e0add3b6a52 SHA512 47d8998acc8e248fd70743a7cd53ecfd04f9ffdd5f0332be0efb5cf6112d0909044b9562e2401b9d7f6f98d5dd008dd71d56d8c2c85847536d18e93da706122e +EBUILD tpm2-totp-0.3.0.ebuild 1064 BLAKE2B 5611bdffbba3553a038bd61377e22c1bdafd5bb04018222b4e325b8296f101530a783df628d1968b4cdb510b23d10f35d033405d54f85bdb41a747d63e3bdbbe SHA512 8d16ac7a67fbc072b7478eacc0b60645fa6fc3c4a02c589ba407f0ddf40581d529e337652e558a775a7d328fee5eaf776eb6d1d02caa444584a08f3589bc21e7 +MISC metadata.xml 574 BLAKE2B fb8af894a46a8e2ab847b277d92f9fcb73a59da34ea545d5b116aa16c2ceaf94d795b064cf9f8695c4363654fbff3aa97759a00594ef09b7825f0a0e99b9c406 SHA512 e74c1adc64ace9aea1568ddb6a6e50bac391e02cdf97986174b0240083d339fbebcc3266b5ce71454025f6b2af9326858c53947286916e63faa3ca9fad56e396 diff --git a/app-crypt/tpm2-totp/files/tpm2-totp-0.3.0-Remove-bogus-value-from-Makefile.am b/app-crypt/tpm2-totp/files/tpm2-totp-0.3.0-Remove-bogus-value-from-Makefile.am new file mode 100644 index 000000000000..75188556dd0e --- /dev/null +++ b/app-crypt/tpm2-totp/files/tpm2-totp-0.3.0-Remove-bogus-value-from-Makefile.am @@ -0,0 +1,25 @@ +https://bugs.gentoo.org/777291 + +From 893ab78144b95a52d73e1c125e56380fbec68a6f Mon Sep 17 00:00:00 2001 +From: orbea +Date: Fri, 19 Mar 2021 11:01:03 -0700 +Subject: [PATCH] build: Remove bogus value from Makefile.am. + +Signed-off-by: orbea +--- + Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.am b/Makefile.am +index 984212a..cdaecbd 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -71,7 +71,7 @@ include_HEADERS += include/tpm2-totp.h + + libtpm2_totp_la_SOURCES = src/libtpm2-totp.c + libtpm2_totp_la_LIBADD = $(AM_LDADD) +-libtpm2_totp_la_LDFLAGS = $(AM_LDFLAGS) '(tpm2_totp)' ++libtpm2_totp_la_LDFLAGS = $(AM_LDFLAGS) + + pkgconfig_DATA = dist/tpm2-totp.pc + diff --git a/app-crypt/tpm2-totp/metadata.xml b/app-crypt/tpm2-totp/metadata.xml index fb1b2ed30d06..f98b49016b48 100644 --- a/app-crypt/tpm2-totp/metadata.xml +++ b/app-crypt/tpm2-totp/metadata.xml @@ -1,11 +1,11 @@ - + salah.coronya@gmail.com Salah Coronya - + proxy-maint@gentoo.org Proxy Maintainers diff --git a/app-crypt/tpm2-totp/tpm2-totp-0.3.0.ebuild b/app-crypt/tpm2-totp/tpm2-totp-0.3.0.ebuild index b02901ba1dcd..67e6798a5655 100644 --- a/app-crypt/tpm2-totp/tpm2-totp-0.3.0.ebuild +++ b/app-crypt/tpm2-totp/tpm2-totp-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,6 +32,10 @@ BDEPEND="virtual/pkgconfig" RESTRICT="!test? ( test )" +PATCHES=( + "${FILESDIR}/${P}-Remove-bogus-value-from-Makefile.am" +) + src_prepare() { default eautoreconf @@ -47,5 +51,5 @@ src_configure() { src_install() { default - find "${D}" -name '*.la' -delete || die + find "${ED}" -name '*.la' -delete || die } -- cgit v1.2.3