public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vbindiff/
Date: Mon,  8 Aug 2016 08:41:29 +0000 (UTC)	[thread overview]
Message-ID: <1470645680.1e65bb882dcea6174194e0888606ff69f28a3e4d.slyfox@gentoo> (raw)

commit:     1e65bb882dcea6174194e0888606ff69f28a3e4d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 08:40:30 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 08:41:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e65bb88

dev-util/vbindiff: drop old

Package-Manager: portage-2.3.0

 dev-util/vbindiff/Manifest                  |  1 -
 dev-util/vbindiff/vbindiff-3.0_beta1.ebuild | 22 ----------------------
 dev-util/vbindiff/vbindiff-3.0_beta4.ebuild | 27 ---------------------------
 3 files changed, 50 deletions(-)

diff --git a/dev-util/vbindiff/Manifest b/dev-util/vbindiff/Manifest
index 7992875..59e30be 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 76c053d..0000000
--- 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 2f4ce18..0000000
--- 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
-}


             reply	other threads:[~2016-08-08  8:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-08  8:41 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-30  8:55 [gentoo-commits] repo/gentoo:master commit in: dev-util/vbindiff/ Sergei Trofimovich
2021-07-24 11:06 Sergei Trofimovich
2021-07-24 10:10 Sergei Trofimovich
2021-07-17 11:22 Sergei Trofimovich
2020-02-12 20:32 Sergei Trofimovich
2018-02-06 15:10 Thomas Deutschmann
2017-10-17  9:42 Sergei Trofimovich
2017-07-04 21:56 Sergei Trofimovich
2016-09-11 20:41 Sergei Trofimovich
2016-08-08  8:41 Sergei Trofimovich
2016-08-07 11:24 Sergei Trofimovich
2016-06-23  9:02 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470645680.1e65bb882dcea6174194e0888606ff69f28a3e4d.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox