# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Modern decompressor for old data compression formats" HOMEPAGE="https://foo.example.org/" WANT_AUTOCONF=latest WANT_AUTOMAKE=latest inherit autotools if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/temisu/ancient.git" else SRC_URI="https://github.com/temisu/ancient/archive/refs/tags/v2.2.0.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi LICENSE="BSD-2" SLOT="0/2" IUSE="" BDEPEND="virtual/pkgconfig" src_prepare() { default eautoreconf }