Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/got/
Date: Thu, 31 Mar 2022 07:24:28
Message-Id: 1648692277.d852e92afaf4704cd8d1b76bb3cac6b8f446faa8.cybertailor@gentoo
1 commit: d852e92afaf4704cd8d1b76bb3cac6b8f446faa8
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Thu Mar 31 02:04:37 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Thu Mar 31 02:04:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d852e92a
7
8 dev-vcs/got: add 0.68.1, drop 0.66
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-vcs/got/Manifest | 2 +-
13 dev-vcs/got/{got-0.66.ebuild => got-0.68.1.ebuild} | 3 ++-
14 2 files changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-vcs/got/Manifest b/dev-vcs/got/Manifest
17 index e4ddb96a3..4ca953cfd 100644
18 --- a/dev-vcs/got/Manifest
19 +++ b/dev-vcs/got/Manifest
20 @@ -1,2 +1,2 @@
21 -DIST got-portable-0.66.tar.gz 690456 BLAKE2B a3a753df2ed2d48c483d49de340ada76643a64587bd5ee102247006bb86b16eccfd526646e8d0e49018abb493610e09c77b085b261ff95015c17f5dcdea75f1b SHA512 801c39276e806114ebecb5c386ef68cdbd8083fa3a2e7cd3fcf10dbea118a19a1545b80909c94c988bf803c829dae039625addd51f08f53fe1cb7cccbce0ba17
22 DIST got-portable-0.67.tar.gz 697480 BLAKE2B 2cf5a882cdefc48082368813893647877ae62a660d5dc4c884273e2458f1a1c82c91f4a2df8313547fe2d1e9861ecaad52e9378e50f3d3af4bfac13adeda5cca SHA512 468e6d570fe74cad1a15e719cf7fe217d622c38e77dc1cf115cdee7fb872960b619a2013733b34810a6726e48b6763b27e0723e4099dfaa882b93bd87f8b30c5
23 +DIST got-portable-0.68.1.tar.gz 699014 BLAKE2B 2dba0b1d7a4a715b3604676874a563338ecd189ce9c9a9a55b6e243c34302237ce192a3930e1be29cd6f968517816fc5703d352c4e50494d327149f63fdfa4e7 SHA512 6a7a66dc95d8b8e94de67f091b7871ba1b1a2c55c640a8b12a2f6cde376c8a7f6a8c8967d6b50fb8fab76bd324fad896145bdfee954936b21685f3a5e66184da
24
25 diff --git a/dev-vcs/got/got-0.66.ebuild b/dev-vcs/got/got-0.68.1.ebuild
26 similarity index 90%
27 rename from dev-vcs/got/got-0.66.ebuild
28 rename to dev-vcs/got/got-0.68.1.ebuild
29 index 58d9ba5ea..f8642b4cf 100644
30 --- a/dev-vcs/got/got-0.66.ebuild
31 +++ b/dev-vcs/got/got-0.68.1.ebuild
32 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
33 DEPEND="
34 sys-libs/ncurses:=[unicode(+)]
35 sys-libs/zlib:=
36 - elibc_Darwin? ( sys-libs/native-uuid )
37 + elibc_Darwin? ( dev-libs/ossp-uuid )
38 elibc_SunOS? ( sys-libs/libuuid )
39 !elibc_Darwin? ( dev-libs/libbsd )
40 !elibc_Darwin? ( !elibc_SunOS? (
41 @@ -29,6 +29,7 @@ DEPEND="
42 BDEPEND="
43 virtual/pkgconfig
44 virtual/yacc
45 + kernel_linux? ( sys-kernel/linux-headers )
46 "
47 RDEPEND="${DEPEND}"