From 3db791a9bbea3cb5cbd85638522e0cf2bdab7e81 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Wed, 25 Jan 2023 20:30:37 +0500 Subject: dev-vcs/got: add 0.82, drop 0.78 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-vcs/got/Manifest | 2 +- dev-vcs/got/got-0.78.ebuild | 42 ------------------------------------------ dev-vcs/got/got-0.82.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 dev-vcs/got/got-0.78.ebuild create mode 100644 dev-vcs/got/got-0.82.ebuild (limited to 'dev-vcs') diff --git a/dev-vcs/got/Manifest b/dev-vcs/got/Manifest index b4e81f2ec..029b85e76 100644 --- a/dev-vcs/got/Manifest +++ b/dev-vcs/got/Manifest @@ -1,2 +1,2 @@ -DIST got-portable-0.78.tar.gz 880783 BLAKE2B 363c19bba0b4fa29a80bc9fcd26cd69370b44894d905f3ccafc201ffcdf6d7e43b1dac74d004cb1b4ad7af07a751d3ac33160fed23fb4e7f57ec163589ae1ad1 SHA512 597d0c65ea2ed01e211a17e3ff11d5fa3792bda53cb60fd54124ef8bc2f6153102ad6eb6e8bf6686bc9abef4dace8997e35938b570429dc0077ca259ab57bef0 DIST got-portable-0.79.tar.gz 869926 BLAKE2B 272044ae77912e402d71e93699ffda0222f8fdb3bb0d1ce88d7e35e1027c0ea5ef7381b6ce924e96da7785ed1b8afaf29fcb838a7258a17911fb53d3bbfcd26f SHA512 842281a1f4de05efc8f6af94a6b05f6d9b84cb399a5088f00a243bc52b3b52e634495762fc49d8fd733afe9299e027451de8a6c797e743cf4e1085ebd394cce1 +DIST got-portable-0.82.tar.gz 987111 BLAKE2B bdab64bd70245473c830f360c44bceb9a4e4b819d3da355f5856c23638097eb50991f7a723c0fe0029cb4541719c696a2ed855de70281ad77fc72fb146140b63 SHA512 d165b95d2606cb923327527b7f88b830a115da20cee7496448159111889ef24aac65f21c623db2d4d507167381fc5d3c0827ff860a364a07026b6b03098204fd diff --git a/dev-vcs/got/got-0.78.ebuild b/dev-vcs/got/got-0.78.ebuild deleted file mode 100644 index 998462dd8..000000000 --- a/dev-vcs/got/got-0.78.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_P="${PN}-portable-${PV}" -DESCRIPTION="Portable version of the Game of Trees version control system" -HOMEPAGE="https://gameoftrees.org" -SRC_URI="https://gameoftrees.org/releases/portable/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-libs/libevent:= - sys-libs/ncurses:=[unicode(+)] - sys-libs/zlib:= - elibc_Darwin? ( - dev-libs/ossp-uuid - ) - elibc_SunOS? ( - sys-libs/libuuid - ) - !elibc_Darwin? ( - dev-libs/libbsd - !elibc_SunOS? ( - app-crypt/libmd - sys-apps/util-linux - ) - ) -" -DEPEND="${RDEPEND} - kernel_linux? ( sys-kernel/linux-headers ) -" -BDEPEND=" - virtual/pkgconfig - app-alternatives/yacc -" - -DOCS=( CHANGELOG CHANGES README TODO ) diff --git a/dev-vcs/got/got-0.82.ebuild b/dev-vcs/got/got-0.82.ebuild new file mode 100644 index 000000000..b052292b5 --- /dev/null +++ b/dev-vcs/got/got-0.82.ebuild @@ -0,0 +1,42 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_P="${PN}-portable-${PV}" +DESCRIPTION="Portable version of the Game of Trees version control system" +HOMEPAGE="https://gameoftrees.org" +SRC_URI="https://gameoftrees.org/releases/portable/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-libs/libevent:= + sys-libs/ncurses:=[unicode(+)] + sys-libs/zlib:= + elibc_Darwin? ( + dev-libs/ossp-uuid + ) + elibc_SunOS? ( + sys-libs/libuuid + ) + !elibc_Darwin? ( + dev-libs/libbsd + !elibc_SunOS? ( + app-crypt/libmd + sys-apps/util-linux + ) + ) +" +DEPEND="${RDEPEND} + kernel_linux? ( sys-kernel/linux-headers ) +" +BDEPEND=" + virtual/pkgconfig + app-alternatives/yacc +" + +DOCS=( CHANGELOG CHANGES README TODO ) -- cgit v1.2.3-65-gdbad