summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-11 21:35:20 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-11 21:35:20 +0000
commit765036261ebd1cc2b7c694ce23ae6125226db6f4 (patch)
tree175bd630710979a807a4a631309751e51478ef1c /dev-util
parentamd64/x86 stable, bug #283909 (diff)
downloadgentoo-2-765036261ebd1cc2b7c694ce23ae6125226db6f4.tar.gz
gentoo-2-765036261ebd1cc2b7c694ce23ae6125226db6f4.tar.bz2
gentoo-2-765036261ebd1cc2b7c694ce23ae6125226db6f4.zip
Bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/vbindiff/ChangeLog10
-rw-r--r--dev-util/vbindiff/vbindiff-3.0_beta4.ebuild22
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-util/vbindiff/ChangeLog b/dev-util/vbindiff/ChangeLog
index fbc175275e1d..572b3ce8ce48 100644
--- a/dev-util/vbindiff/ChangeLog
+++ b/dev-util/vbindiff/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/vbindiff
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/vbindiff/ChangeLog,v 1.7 2008/06/30 15:23:15 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/vbindiff/ChangeLog,v 1.8 2009/09/11 21:35:20 patrick Exp $
+
+*vbindiff-3.0_beta4 (11 Sep 2009)
+
+ 11 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+ +vbindiff-3.0_beta4.ebuild:
+ Bump
*vbindiff-3.0_beta3 (30 Jun 2008)
diff --git a/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild b/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild
new file mode 100644
index 000000000000..8549e396ed9e
--- /dev/null
+++ b/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild,v 1.1 2009/09/11 21:35:20 patrick Exp $
+
+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
+}