diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-09-11 21:41:28 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-09-11 21:41:36 +0100 |
commit | f27aa45b730b57e01be25189a66686f84baf10ed (patch) | |
tree | 9bf0e2d6cd153b90120d8eb643f4aa9731378b21 /dev-util/vbindiff/vbindiff-3.0_beta5.ebuild | |
parent | sys-kernel/gentoo-sources: Linux patch 3.14.79 (diff) | |
download | gentoo-f27aa45b730b57e01be25189a66686f84baf10ed.tar.gz gentoo-f27aa45b730b57e01be25189a66686f84baf10ed.tar.bz2 gentoo-f27aa45b730b57e01be25189a66686f84baf10ed.zip |
dev-util/vbindiff: bump up to 3.0_beta5
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-util/vbindiff/vbindiff-3.0_beta5.ebuild')
-rw-r--r-- | dev-util/vbindiff/vbindiff-3.0_beta5.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-util/vbindiff/vbindiff-3.0_beta5.ebuild b/dev-util/vbindiff/vbindiff-3.0_beta5.ebuild new file mode 100644 index 000000000000..23ce8ed0bc80 --- /dev/null +++ b/dev-util/vbindiff/vbindiff-3.0_beta5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Visual binary diff utility" +HOMEPAGE="http://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 ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="sys-libs/ncurses:0=" +DEPEND="${RDEPEND}" |