mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-vcs/got: add 0.78, drop 0.76
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
42
dev-vcs/got/got-0.78.ebuild
Normal file
42
dev-vcs/got/got-0.78.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# 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
|
||||
virtual/yacc
|
||||
"
|
||||
|
||||
DOCS=( CHANGELOG CHANGES README TODO )
|
||||
Reference in New Issue
Block a user