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, 25 Nov 2021 07:16:57
Message-Id: 1637743440.8dc5d6e741db65df22ad586f7569ef06b4c572c5.cybertailor@gentoo
1 commit: 8dc5d6e741db65df22ad586f7569ef06b4c572c5
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Nov 24 08:44:00 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Wed Nov 24 08:44:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8dc5d6e7
7
8 dev-vcs/got: add 0.64, drop 0.60 and 0.61
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-vcs/got/Manifest | 3 +-
13 dev-vcs/got/got-0.60.ebuild | 40 ------------------------
14 dev-vcs/got/{got-0.61.ebuild => got-0.64.ebuild} | 0
15 3 files changed, 1 insertion(+), 42 deletions(-)
16
17 diff --git a/dev-vcs/got/Manifest b/dev-vcs/got/Manifest
18 index a9569f164..2e3cae26a 100644
19 --- a/dev-vcs/got/Manifest
20 +++ b/dev-vcs/got/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST got-portable-0.60.tar.gz 664189 BLAKE2B 2ea2c7680de2fde60d4c862ebb836c9809b686396d8ed9c250b14c5d874f393a30f97281fa601fd1e4a7a19c66d8c71f478fda7fea21f11017dbc2bea593900b SHA512 9139c4187914d3ac93880a1b242e14a4d93e3982251dd6eb346911e76f51cc7f0041b45af712633a1099b727580870572c8f590432e7f51abe3c682cba47b524
23 -DIST got-portable-0.61.tar.gz 672888 BLAKE2B 17a195e6717ef94c7de2ef70180a92af81fbac8a298d67db17e703045590b58bec85c276a95f3f8ad49ed47367acd9fc85afbf57d95de79adefb5f8d642b6a7c SHA512 3af662be0c6279c970bf2578bdbd6ca16118af2a5ce3aa49c0243c62051e0a7fc5fd8f78cc27e063ae639929f3b69c4efc01a7642ea76abfcd60f205b9a758a0
24 DIST got-portable-0.62.tar.gz 682360 BLAKE2B 3810aea7c909863a4acb519ecbd6898ac1bf29015e8afd6e7590fae667113fff6357d64f4e806870cf4a7d202415c97f14355b82784a2b9359147f5fb225d06c SHA512 e6776177705601950cd9d6472ae60110cf2a8ff8e3ae551a386d78a43743087239cdab8c33c3fb2255ba297d6b6f1da39748e2e2f5741d672c25b7ce3ce7caa1
25 +DIST got-portable-0.64.tar.gz 685348 BLAKE2B 4ddd83a857511c18c9377ceccfeb6a308498b2fb3e7eb379ddc57800f3939d358512f08e33bf02b1dc43c5b511ad263c928545a4b9971ef6020ffdd5578dcb19 SHA512 0fb3ae356aaeea62d9e7b85088f7b33a9cc8c875bba521c9b1652919ac1f7d359041ef8ae0ed307637a7b205487e9c83e0c251dede8f2c3e2be64e3a212c82d9
26
27 diff --git a/dev-vcs/got/got-0.60.ebuild b/dev-vcs/got/got-0.60.ebuild
28 deleted file mode 100644
29 index d030d868f..000000000
30 --- a/dev-vcs/got/got-0.60.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -inherit toolchain-funcs
39 -
40 -MY_PN="${PN}-portable"
41 -DESCRIPTION="Portable version of the Game of Trees version control system"
42 -HOMEPAGE="https://gameoftrees.org"
43 -SRC_URI="https://gameoftrees.org/releases/portable/${MY_PN}-${PV}.tar.gz"
44 -S="${WORKDIR}/${MY_PN}-${PV}"
45 -
46 -LICENSE="ISC"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -
50 -DEPEND="
51 - dev-libs/openssl:=
52 - sys-libs/ncurses:=[unicode(+)]
53 - sys-libs/zlib:=
54 - elibc_Darwin? ( sys-libs/native-uuid )
55 - elibc_SunOS? ( sys-libs/libuuid )
56 - !elibc_Darwin? ( dev-libs/libbsd )
57 - !elibc_Darwin? ( !elibc_SunOS? (
58 - app-crypt/libmd
59 - sys-apps/util-linux
60 - ) )
61 -"
62 -BDEPEND="
63 - virtual/pkgconfig
64 - virtual/yacc
65 -"
66 -RDEPEND="${DEPEND}"
67 -
68 -DOCS=( CHANGELOG CHANGES README TODO )
69 -
70 -src_compile() {
71 - emake AR=$(tc-getAR) GOT_RELEASE=Yes
72 -}
73
74 diff --git a/dev-vcs/got/got-0.61.ebuild b/dev-vcs/got/got-0.64.ebuild
75 similarity index 100%
76 rename from dev-vcs/got/got-0.61.ebuild
77 rename to dev-vcs/got/got-0.64.ebuild