xmw         15/06/09 18:02:44

  Modified:             ChangeLog
  Added:                hexcompare-1.0.4.ebuild
  Log:
  Version bump (bug 484688, thanks Sergey Popov).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.3                  app-misc/hexcompare/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/hexcompare/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/hexcompare/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/hexcompare/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hexcompare/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   9 Jun 2015 11:44:26 -0000       1.2
+++ ChangeLog   9 Jun 2015 18:02:44 -0000       1.3
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/hexcompare
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hexcompare/ChangeLog,v 1.2 
2015/06/09 11:44:26 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hexcompare/ChangeLog,v 1.3 
2015/06/09 18:02:44 xmw Exp $
+
+*hexcompare-1.0.4 (09 Jun 2015)
+
+  09 Jun 2015; Michael Weber <[email protected]>
+  +files/hexcompare-1.0.4-Makefile.patch, +hexcompare-1.0.4.ebuild:
+  Version bump (bug 484688, thanks Sergey Popov).
 
   09 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Updating remote-id in metadata.xml



1.1                  app-misc/hexcompare/hexcompare-1.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/hexcompare/hexcompare-1.0.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/hexcompare/hexcompare-1.0.4.ebuild?rev=1.1&content-type=text/plain

Index: hexcompare-1.0.4.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-misc/hexcompare/hexcompare-1.0.4.ebuild,v 1.1 
2015/06/09 18:02:44 xmw Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION="ncurses-based visual comparison of binary files"
HOMEPAGE="http://hexcompare.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="sys-libs/ncurses:5"
DEPEND="${RDEPEND}"

src_prepare() {
        epatch "${FILESDIR}"/${P}-Makefile.patch
        tc-export CC
}

src_install() {
        dobin ${PN}
        dodoc README
}




Reply via email to