monsieurp    15/06/24 14:13:01

  Modified:             ChangeLog
  Added:                dwdiff-2.1.0.ebuild
  Log:
  Version bump.
  
  Signed-off-by: Patrice Clement <[email protected]>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  Changes    Path
1.16                 dev-util/dwdiff/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwdiff/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwdiff/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwdiff/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dwdiff/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   25 Apr 2015 07:23:19 -0000      1.15
+++ ChangeLog   24 Jun 2015 14:13:01 -0000      1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/dwdiff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dwdiff/ChangeLog,v 1.15 2015/04/25 
07:23:19 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dwdiff/ChangeLog,v 1.16 2015/06/24 
14:13:01 monsieurp Exp $
+
+*dwdiff-2.1.0 (24 Jun 2015)
+
+  24 Jun 2015; Patrice Clement <[email protected]> +dwdiff-2.1.0.ebuild:
+  Version bump.
 
 *dwdiff-2.0.10 (25 Apr 2015)
 



1.1                  dev-util/dwdiff/dwdiff-2.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwdiff/dwdiff-2.1.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwdiff/dwdiff-2.1.0.ebuild?rev=1.1&content-type=text/plain

Index: dwdiff-2.1.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/dwdiff/dwdiff-2.1.0.ebuild,v 1.1 
2015/06/24 14:13:01 monsieurp Exp $

EAPI=5
inherit eutils toolchain-funcs

DESCRIPTION="A front-end for the diff program that operates at the word level 
instead of the line level"
HOMEPAGE="http://os.ghalkes.nl/dwdiff.html";
SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2";

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

COMMON_DEPEND="dev-libs/icu:="
RDEPEND="${COMMON_DEPEND}
        sys-apps/diffutils"
DEPEND="${COMMON_DEPEND}
        nls? ( sys-devel/gettext )"

src_prepare() {
        sed -i \
                -e '/INSTALL/s:COPYING::' \
                Makefile.in || die
}

src_configure() {
        ./configure \
                --prefix=/usr \
                $(use_with nls gettext) || die
}

src_compile() {
        emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
}

src_install() {
        emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
}




Reply via email to