diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-17 12:14:29 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-17 12:22:28 +0100 |
commit | d142b734cfa56609924435aa038ffdaf4c957a5e (patch) | |
tree | 413beb714712461819ba3345ff71f2f0f090d070 /dev-util | |
parent | sys-apps/salinfo: update to EAPI=8 (diff) | |
download | gentoo-d142b734cfa56609924435aa038ffdaf4c957a5e.tar.gz gentoo-d142b734cfa56609924435aa038ffdaf4c957a5e.tar.bz2 gentoo-d142b734cfa56609924435aa038ffdaf4c957a5e.zip |
dev-util/vbindiff: update to EAPI=8
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/vbindiff/vbindiff-3.0_beta5-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-util/vbindiff/vbindiff-3.0_beta5-r1.ebuild b/dev-util/vbindiff/vbindiff-3.0_beta5-r1.ebuild new file mode 100644 index 000000000000..1057d7970744 --- /dev/null +++ b/dev-util/vbindiff/vbindiff-3.0_beta5-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Visual binary diff utility" +HOMEPAGE="https://www.cjmweb.net/vbindiff/" +SRC_URI="https://github.com/mrdudz/${PN}/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND="sys-libs/ncurses:0=" +DEPEND="${RDEPEND}" |