diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-08-08 09:40:30 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-08-08 09:41:20 +0100 |
commit | 1e65bb882dcea6174194e0888606ff69f28a3e4d (patch) | |
tree | 4134107ff9008266d825e22445ecd7548bc80d18 /dev-util/vbindiff | |
parent | dev-util/vbindiff: stable on amd64, x86 (diff) | |
download | gentoo-1e65bb882dcea6174194e0888606ff69f28a3e4d.tar.gz gentoo-1e65bb882dcea6174194e0888606ff69f28a3e4d.tar.bz2 gentoo-1e65bb882dcea6174194e0888606ff69f28a3e4d.zip |
dev-util/vbindiff: drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-util/vbindiff')
-rw-r--r-- | dev-util/vbindiff/Manifest | 1 | ||||
-rw-r--r-- | dev-util/vbindiff/vbindiff-3.0_beta1.ebuild | 22 | ||||
-rw-r--r-- | dev-util/vbindiff/vbindiff-3.0_beta4.ebuild | 27 |
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-util/vbindiff/Manifest b/dev-util/vbindiff/Manifest index 799287572ba5..59e30be41aa5 100644 --- a/dev-util/vbindiff/Manifest +++ b/dev-util/vbindiff/Manifest @@ -1,2 +1 @@ -DIST vbindiff-3.0_beta1.tar.gz 106317 SHA256 56ec4910f5a5a93c1b8b674d515d4ed64626ae2c2cfed144229eecfefc5b6248 SHA512 61b0cda7005b5793ae7a760020bcd93e2bfc3ef8bcc92e522a2790ab0799d2d50fc041bb11a7c1b823fc86c27ecb5d8ddb49ac7b2a86601dab2bcd4c95c6716c WHIRLPOOL 8f25c4d1454eafd1de145eb41bfb3515c53ba53ec672ff6eedc8877f5cc450da4cecfb4dabad15d962ac1f11be8b427b11feabdadedb67e400e4a6652ed13e6b DIST vbindiff-3.0_beta4.tar.gz 121538 SHA256 7d5d5a87fde953dc2089746f6f6ab811d60e127b01074c97611898fb1ef1983d SHA512 6437f107fe58e8343ccd8cb65b3c562d5cb25445fcce284c7ce73fe4a2ed7191100595b9cd0c88d5a630a176f4c4bd374625c97c109a6ee14f1f56ca136d23da WHIRLPOOL 49c9cb66846c3fe48fdfde5febf25435fd23db066d6556479a656eeca913415c116f1a5ab43e2986c24839906103f9647a4aa322a7cf5122012ee5e0436732fa diff --git a/dev-util/vbindiff/vbindiff-3.0_beta1.ebuild b/dev-util/vbindiff/vbindiff-3.0_beta1.ebuild deleted file mode 100644 index 76c053d30df3..000000000000 --- a/dev-util/vbindiff/vbindiff-3.0_beta1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2007-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DESCRIPTION="Visual binary diff utility" - -HOMEPAGE="http://www.cjmweb.net/vbindiff/" -SRC_URI="http://www.cjmweb.net/vbindiff/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="" - -RDEPEND="sys-libs/ncurses" -DEPEND="${RDEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc AUTHORS NEWS README README.PuTTY -} diff --git a/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild b/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild deleted file mode 100644 index 2f4ce186d3ae..000000000000 --- a/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DESCRIPTION="Visual binary diff utility" - -HOMEPAGE="http://www.cjmweb.net/vbindiff/" -SRC_URI="http://www.cjmweb.net/vbindiff/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd" -IUSE="debug" - -RDEPEND="sys-libs/ncurses" -DEPEND="${RDEPEND}" - -src_compile() { - econf $(use_enable debug) - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc AUTHORS NEWS README README.PuTTY || die -} |