Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/got/
Date: Fri, 24 Sep 2021 08:28:54
Message-Id: 1632406669.1edb9f16fd5c54f0bc5f6f7bb6278d60731beffd.arthurzam@gentoo
1 commit: 1edb9f16fd5c54f0bc5f6f7bb6278d60731beffd
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Thu Sep 23 14:10:47 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 14:17:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1edb9f16
7
8 dev-vcs/got: add 0.60
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-vcs/got/Manifest | 1 +
13 dev-vcs/got/got-0.60.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
14 dev-vcs/got/metadata.xml | 44 ++++++++++++++++++++++----------------------
15 3 files changed, 63 insertions(+), 22 deletions(-)
16
17 diff --git a/dev-vcs/got/Manifest b/dev-vcs/got/Manifest
18 index 3b345ce17..a16d3ea71 100644
19 --- a/dev-vcs/got/Manifest
20 +++ b/dev-vcs/got/Manifest
21 @@ -1 +1,2 @@
22 DIST got-0_p20210217.tar.gz 517647 BLAKE2B 4b4f5436c5804aa60038d737de883eb69ce4d4f0f705f7d310722222da38b917d577a09fb37b2317c1a34b1a0aa2b0fe00cf07dcbb350a901fe50dbb31ca6ede SHA512 fb3c60b5d1036d735e775e362c7349720bfeae62c1e8b830417b5edd57c86546a97113f6b10b742b1b3b6146d0a7e41906042c1008551b4d15e2bd0331c7ab2f
23 +DIST got-portable-0.60.tar.gz 664189 BLAKE2B 2ea2c7680de2fde60d4c862ebb836c9809b686396d8ed9c250b14c5d874f393a30f97281fa601fd1e4a7a19c66d8c71f478fda7fea21f11017dbc2bea593900b SHA512 9139c4187914d3ac93880a1b242e14a4d93e3982251dd6eb346911e76f51cc7f0041b45af712633a1099b727580870572c8f590432e7f51abe3c682cba47b524
24
25 diff --git a/dev-vcs/got/got-0.60.ebuild b/dev-vcs/got/got-0.60.ebuild
26 new file mode 100644
27 index 000000000..d030d868f
28 --- /dev/null
29 +++ b/dev-vcs/got/got-0.60.ebuild
30 @@ -0,0 +1,40 @@
31 +# Copyright 2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit toolchain-funcs
37 +
38 +MY_PN="${PN}-portable"
39 +DESCRIPTION="Portable version of the Game of Trees version control system"
40 +HOMEPAGE="https://gameoftrees.org"
41 +SRC_URI="https://gameoftrees.org/releases/portable/${MY_PN}-${PV}.tar.gz"
42 +S="${WORKDIR}/${MY_PN}-${PV}"
43 +
44 +LICENSE="ISC"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +
48 +DEPEND="
49 + dev-libs/openssl:=
50 + sys-libs/ncurses:=[unicode(+)]
51 + sys-libs/zlib:=
52 + elibc_Darwin? ( sys-libs/native-uuid )
53 + elibc_SunOS? ( sys-libs/libuuid )
54 + !elibc_Darwin? ( dev-libs/libbsd )
55 + !elibc_Darwin? ( !elibc_SunOS? (
56 + app-crypt/libmd
57 + sys-apps/util-linux
58 + ) )
59 +"
60 +BDEPEND="
61 + virtual/pkgconfig
62 + virtual/yacc
63 +"
64 +RDEPEND="${DEPEND}"
65 +
66 +DOCS=( CHANGELOG CHANGES README TODO )
67 +
68 +src_compile() {
69 + emake AR=$(tc-getAR) GOT_RELEASE=Yes
70 +}
71
72 diff --git a/dev-vcs/got/metadata.xml b/dev-vcs/got/metadata.xml
73 index 58f7b6133..cc7f2d574 100644
74 --- a/dev-vcs/got/metadata.xml
75 +++ b/dev-vcs/got/metadata.xml
76 @@ -1,26 +1,26 @@
77 <?xml version="1.0" encoding="UTF-8"?>
78 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
79 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
80 <pkgmetadata>
81 - <maintainer type="person">
82 - <email>cyber+gentoo@×××××.in</email>
83 - <name>Anna</name>
84 - </maintainer>
85 - <longdescription>
86 - Game of Trees (Got) is a version control system which prioritizes
87 - ease of use and simplicity over flexibility.
88 +<maintainer type="person">
89 + <email>cyber+gentoo@×××××.in</email>
90 + <name>Anna</name>
91 +</maintainer>
92 +<longdescription>
93 + Game of Trees (Got) is a version control system which prioritizes ease
94 + of use and simplicity over flexibility.
95
96 - Got uses Git repositories to store versioned data. Git can be used
97 - for any functionality which has not yet been implemented in Got.
98 - It will always remain possible to work with both Got and Git on the
99 - same repository.
100 - </longdescription>
101 - <upstream>
102 - <maintainer>
103 - <email>thomas@××××××.org</email>
104 - <name>Thomas Adam</name>
105 - </maintainer>
106 - <bugs-to>mailto:gameoftrees@×××××××.org</bugs-to>
107 - <doc>https://gameoftrees.org/examples.html</doc>
108 - <changelog>https://git.gameoftrees.org/gitweb/?p=got-portable.git;a=blob_plain;f=CHANGES</changelog>
109 - </upstream>
110 + Got uses Git repositories to store versioned data. Git can be used for
111 + any functionality which has not yet been implemented in Got. It will
112 + always remain possible to work with both Got and Git on the same
113 + repository.
114 +</longdescription>
115 +<upstream>
116 + <maintainer>
117 + <email>thomas@××××××.org</email>
118 + <name>Thomas Adam</name>
119 + </maintainer>
120 + <bugs-to>mailto:gameoftrees@×××××××.org</bugs-to>
121 + <doc>https://gameoftrees.org/examples.html</doc>
122 + <changelog>https://git.gameoftrees.org/gitweb/?p=got-portable.git;a=blob_plain;f=CHANGES</changelog>
123 +</upstream>
124 </pkgmetadata>