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 40C32158086 for ; Sun, 17 Oct 2021 16:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7204AE0877; Sun, 17 Oct 2021 16:34:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 58926E0877 for ; Sun, 17 Oct 2021 16:34:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E13F1343674 for ; Sun, 17 Oct 2021 16:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C709EA for ; Sun, 17 Oct 2021 16:34:04 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1634488338.f15710a27c50acd6e0b7993d4a798240f799a35d.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/got/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/got/Manifest dev-vcs/got/got-0.62.ebuild X-VCS-Directories: dev-vcs/got/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: f15710a27c50acd6e0b7993d4a798240f799a35d X-VCS-Branch: dev Date: Sun, 17 Oct 2021 16:34:04 +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: 2eb4b8c5-17c8-4778-bf3d-24ab14fe8593 X-Archives-Hash: 5aad9742ccffb01c7ee793672db5e98f commit: f15710a27c50acd6e0b7993d4a798240f799a35d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Oct 17 16:32:18 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Oct 17 16:32:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f15710a2 dev-vcs/got: add 0.62 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-vcs/got/Manifest | 1 + dev-vcs/got/got-0.62.ebuild | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-vcs/got/Manifest b/dev-vcs/got/Manifest index f772a1b25..a9569f164 100644 --- a/dev-vcs/got/Manifest +++ b/dev-vcs/got/Manifest @@ -1,2 +1,3 @@ DIST got-portable-0.60.tar.gz 664189 BLAKE2B 2ea2c7680de2fde60d4c862ebb836c9809b686396d8ed9c250b14c5d874f393a30f97281fa601fd1e4a7a19c66d8c71f478fda7fea21f11017dbc2bea593900b SHA512 9139c4187914d3ac93880a1b242e14a4d93e3982251dd6eb346911e76f51cc7f0041b45af712633a1099b727580870572c8f590432e7f51abe3c682cba47b524 DIST got-portable-0.61.tar.gz 672888 BLAKE2B 17a195e6717ef94c7de2ef70180a92af81fbac8a298d67db17e703045590b58bec85c276a95f3f8ad49ed47367acd9fc85afbf57d95de79adefb5f8d642b6a7c SHA512 3af662be0c6279c970bf2578bdbd6ca16118af2a5ce3aa49c0243c62051e0a7fc5fd8f78cc27e063ae639929f3b69c4efc01a7642ea76abfcd60f205b9a758a0 +DIST got-portable-0.62.tar.gz 682360 BLAKE2B 3810aea7c909863a4acb519ecbd6898ac1bf29015e8afd6e7590fae667113fff6357d64f4e806870cf4a7d202415c97f14355b82784a2b9359147f5fb225d06c SHA512 e6776177705601950cd9d6472ae60110cf2a8ff8e3ae551a386d78a43743087239cdab8c33c3fb2255ba297d6b6f1da39748e2e2f5741d672c25b7ce3ce7caa1 diff --git a/dev-vcs/got/got-0.62.ebuild b/dev-vcs/got/got-0.62.ebuild new file mode 100644 index 000000000..a5501db1d --- /dev/null +++ b/dev-vcs/got/got-0.62.ebuild @@ -0,0 +1,39 @@ +# 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=" + 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 +}