From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2A70158012 for ; Fri, 24 Sep 2021 08:28:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D568AE0920; Fri, 24 Sep 2021 08:28:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1DC2E0920 for ; Fri, 24 Sep 2021 08:28:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2916342D07 for ; Fri, 24 Sep 2021 08:28:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8A1F107 for ; Fri, 24 Sep 2021 08:28:50 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1632406669.1edb9f16fd5c54f0bc5f6f7bb6278d60731beffd.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/got/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/got/Manifest dev-vcs/got/got-0.60.ebuild dev-vcs/got/metadata.xml X-VCS-Directories: dev-vcs/got/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1edb9f16fd5c54f0bc5f6f7bb6278d60731beffd X-VCS-Branch: master Date: Fri, 24 Sep 2021 08:28:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a66511e6-e08f-4a39-af80-d0af0f701e25 X-Archives-Hash: 7a86b92e3a9869967475ff2bccb07038 commit: 1edb9f16fd5c54f0bc5f6f7bb6278d60731beffd Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Sep 23 14:10:47 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Sep 23 14:17:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1edb9f16 dev-vcs/got: add 0.60 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-vcs/got/Manifest | 1 + dev-vcs/got/got-0.60.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ dev-vcs/got/metadata.xml | 44 ++++++++++++++++++++++---------------------- 3 files changed, 63 insertions(+), 22 deletions(-) diff --git a/dev-vcs/got/Manifest b/dev-vcs/got/Manifest index 3b345ce17..a16d3ea71 100644 --- a/dev-vcs/got/Manifest +++ b/dev-vcs/got/Manifest @@ -1 +1,2 @@ DIST got-0_p20210217.tar.gz 517647 BLAKE2B 4b4f5436c5804aa60038d737de883eb69ce4d4f0f705f7d310722222da38b917d577a09fb37b2317c1a34b1a0aa2b0fe00cf07dcbb350a901fe50dbb31ca6ede SHA512 fb3c60b5d1036d735e775e362c7349720bfeae62c1e8b830417b5edd57c86546a97113f6b10b742b1b3b6146d0a7e41906042c1008551b4d15e2bd0331c7ab2f +DIST got-portable-0.60.tar.gz 664189 BLAKE2B 2ea2c7680de2fde60d4c862ebb836c9809b686396d8ed9c250b14c5d874f393a30f97281fa601fd1e4a7a19c66d8c71f478fda7fea21f11017dbc2bea593900b SHA512 9139c4187914d3ac93880a1b242e14a4d93e3982251dd6eb346911e76f51cc7f0041b45af712633a1099b727580870572c8f590432e7f51abe3c682cba47b524 diff --git a/dev-vcs/got/got-0.60.ebuild b/dev-vcs/got/got-0.60.ebuild new file mode 100644 index 000000000..d030d868f --- /dev/null +++ b/dev-vcs/got/got-0.60.ebuild @@ -0,0 +1,40 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +MY_PN="${PN}-portable" +DESCRIPTION="Portable version of the Game of Trees version control system" +HOMEPAGE="https://gameoftrees.org" +SRC_URI="https://gameoftrees.org/releases/portable/${MY_PN}-${PV}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-libs/openssl:= + sys-libs/ncurses:=[unicode(+)] + sys-libs/zlib:= + elibc_Darwin? ( sys-libs/native-uuid ) + elibc_SunOS? ( sys-libs/libuuid ) + !elibc_Darwin? ( dev-libs/libbsd ) + !elibc_Darwin? ( !elibc_SunOS? ( + app-crypt/libmd + sys-apps/util-linux + ) ) +" +BDEPEND=" + virtual/pkgconfig + virtual/yacc +" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG CHANGES README TODO ) + +src_compile() { + emake AR=$(tc-getAR) GOT_RELEASE=Yes +} diff --git a/dev-vcs/got/metadata.xml b/dev-vcs/got/metadata.xml index 58f7b6133..cc7f2d574 100644 --- a/dev-vcs/got/metadata.xml +++ b/dev-vcs/got/metadata.xml @@ -1,26 +1,26 @@ - + - - cyber+gentoo@sysrq.in - Anna - - - Game of Trees (Got) is a version control system which prioritizes - ease of use and simplicity over flexibility. + + cyber+gentoo@sysrq.in + Anna + + + Game of Trees (Got) is a version control system which prioritizes ease + of use and simplicity over flexibility. - Got uses Git repositories to store versioned data. Git can be used - for any functionality which has not yet been implemented in Got. - It will always remain possible to work with both Got and Git on the - same repository. - - - - thomas@xteddy.org - Thomas Adam - - mailto:gameoftrees@openbsd.org - https://gameoftrees.org/examples.html - https://git.gameoftrees.org/gitweb/?p=got-portable.git;a=blob_plain;f=CHANGES - + Got uses Git repositories to store versioned data. Git can be used for + any functionality which has not yet been implemented in Got. It will + always remain possible to work with both Got and Git on the same + repository. + + + + thomas@xteddy.org + Thomas Adam + + mailto:gameoftrees@openbsd.org + https://gameoftrees.org/examples.html + https://git.gameoftrees.org/gitweb/?p=got-portable.git;a=blob_plain;f=CHANGES +