Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/
Date: Sun, 03 Jul 2022 18:18:43
Message-Id: 1656872313.4c07cf6c87374826c858fd7d95ffd0393320cfed.soap@gentoo
1 commit: 4c07cf6c87374826c858fd7d95ffd0393320cfed
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 18:18:33 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 18:18:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c07cf6c
7
8 app-pda/pilot-link: fix PKG_CHECK_MODULES/AC_REQUIRE failure
9
10 Closes: https://bugs.gentoo.org/856280
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-pda/pilot-link/Manifest | 2 +-
14 app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-pda/pilot-link/Manifest b/app-pda/pilot-link/Manifest
18 index 5960e2a65f9c..8ec3d3f907d0 100644
19 --- a/app-pda/pilot-link/Manifest
20 +++ b/app-pda/pilot-link/Manifest
21 @@ -1,2 +1,2 @@
22 -DIST pilot-link-0.12.5-gentoo-patchset-r1.tar.xz 8696 BLAKE2B 1dd2015a4e77a2c93bb5bede88ed753aa0c8bd175744ee3cf49c9779312c3d99fa578ab307cd96af51f736a9fd44135628cef73c9041e5b4230c7a8c6c9d6b53 SHA512 ecbd9c14ebf1fc5c129a93a4cc6f3c0f7da1f47e9c02fbc7ce908a2462b26c68a3b0d28b21e633b4703bd0c1889d84820b5bd3eee3cb9dfaa2eab1651414bc73
23 +DIST pilot-link-0.12.5-gentoo-patchset-r2.tar.xz 8828 BLAKE2B 6ae7dc9297dedd667bff569150aaae22bb1990b9321774dd29a4b36e7bd824c3c1e7ba60eeb30380727f1acc947df48867c6e536d2901486ac09ea3e3dbdec18 SHA512 6d4e5a572684087b203932b6c199a2a19ba0418794d164f24b04a85873ad3f7f228c1b85b0d1031c30aaf8101db2022fc1490a27331ea7525c5f41e6068af306
24 DIST pilot-link-0.12.5.tar.bz2 1578735 BLAKE2B acc8748448d90928ac393e3d716f9d12c7962e18564a738b5f01e19bb225d610e179bb0694aded57979c7240df2652cac72845e5b8cdcddf6a4a800bbac4424b SHA512 a12972fb7a43f2dfccb82a046ca372c9fce5333f632a77880439c4f4705af6a7f16b76f04c9f3ed0d6a12aad55a3a55f8781a4e92931bc6907cd1ec4f1209868
25
26 diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild b/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild
27 index 455a7e5c39ed..893b7b45b835 100644
28 --- a/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild
29 +++ b/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild
30 @@ -12,7 +12,7 @@ DESCRIPTION="Suite of tools for moving data between a Palm device and a desktop"
31 HOMEPAGE="https://github.com/jichu4n/pilot-link"
32 SRC_URI="
33 mirror://gentoo/${P}.tar.bz2
34 - https://dev.gentoo.org/~soap/distfiles/${P}-gentoo-patchset-r1.tar.xz"
35 + https://dev.gentoo.org/~soap/distfiles/${P}-gentoo-patchset-r2.tar.xz"
36
37 LICENSE="|| ( GPL-2 LGPL-2 )"
38 SLOT="0"