From 11f5ae625a1bedf7db8bb57ca2b83afb3a1f5f17 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Fri, 30 Jun 2023 04:09:53 +0500 Subject: dev-vcs/got: add 0.90, drop 0.88 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-vcs/got/Manifest | 2 +- dev-vcs/got/got-0.88.ebuild | 47 --------------------------------------------- dev-vcs/got/got-0.90.ebuild | 47 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 dev-vcs/got/got-0.88.ebuild create mode 100644 dev-vcs/got/got-0.90.ebuild diff --git a/dev-vcs/got/Manifest b/dev-vcs/got/Manifest index 4aee781f4..33cb94f43 100644 --- a/dev-vcs/got/Manifest +++ b/dev-vcs/got/Manifest @@ -1,2 +1,2 @@ -DIST got-portable-0.88.tar.gz 1048477 BLAKE2B fde36ce7895d67010e07671666b549f51055215aa025c24b3f4652c3ecc039d04b316f7f751ea6e96a9a39907aac1abcaf98b4bd35f632011892443e998663cd SHA512 91d01043468304dbbafdcbf999fa234b0cf5b4e2bd4267728874910f71984b0f05de0cde90c8183f1e0634ee5815bd6ba842d595eaaabe95d84d23fc5706011c DIST got-portable-0.89.tar.gz 1049166 BLAKE2B 108188b2fbc658421335aa5f1bdd1bed5098fe1fecc0b045377429b52ed38257c2ccb5319e2f60306605e4ded8453a46ba75b94864004ae3878cbbe1fe0e6443 SHA512 17bbe49067c18ab34ceb7b25a66a187789aa2cc936f5f9375bece6583bb3e06c84c8e61bf4662d530f26aece29429baeddefd66b5184727710312d1203bc6b0a +DIST got-portable-0.90.tar.gz 1051534 BLAKE2B 01e0cf7cae89cf83884b1f74e17814209d1c98bd4361e87ccfeb77f0ac80c26df14d73519d87f4968bd0c2973ed2e26f5c249611beec2e7fa145f942526228e2 SHA512 0e7f219c7dda2798d2eb41379059e78520dc9ed53ec670d86f0d00dd82403ef02b9f940335e421852f819755e6937c9faf633df9ba955d014227fdcbe5b8d0f8 diff --git a/dev-vcs/got/got-0.88.ebuild b/dev-vcs/got/got-0.88.ebuild deleted file mode 100644 index 4a0384cfc..000000000 --- a/dev-vcs/got/got-0.88.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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" - -# `make check` does nothing -RESTRICT="test" - -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 ) - -QA_CONFIG_IMPL_DECL_SKIP=1 diff --git a/dev-vcs/got/got-0.90.ebuild b/dev-vcs/got/got-0.90.ebuild new file mode 100644 index 000000000..4a0384cfc --- /dev/null +++ b/dev-vcs/got/got-0.90.ebuild @@ -0,0 +1,47 @@ +# 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" + +# `make check` does nothing +RESTRICT="test" + +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 ) + +QA_CONFIG_IMPL_DECL_SKIP=1 -- cgit v1.2.3-65-gdbad