blueness    14/10/13 17:56:14

  Modified:             ChangeLog
  Added:                comparator-2.10.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.30                 dev-util/comparator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   13 Oct 2014 14:22:15 -0000      1.29
+++ ChangeLog   13 Oct 2014 17:56:14 -0000      1.30
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/comparator
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.29 
2014/10/13 14:22:15 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.30 
2014/10/13 17:56:14 blueness Exp $
+
+*comparator-2.10 (13 Oct 2014)
+
+  13 Oct 2014; Anthony G. Basile <[email protected]> +comparator-2.10.ebuild:
+  Version bump
 
   13 Oct 2014; Anthony G. Basile <[email protected]> -comparator-2.8.ebuild,
   comparator-2.5.ebuild:



1.1                  dev-util/comparator/comparator-2.10.ebuild

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

Index: comparator-2.10.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.10.ebuild,v 
1.1 2014/10/13 17:56:14 blueness Exp $

EAPI="5"
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 toolchain-funcs

DESCRIPTION="ESR's utility for making fast comparisons among large source trees"
HOMEPAGE="http://www.catb.org/~esr/comparator/";
SRC_URI="http://www.catb.org/~esr/comparator/${P}.tar.gz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND=""
DEPEND="=app-text/docbook-xml-dtd-4.1.2*
        app-text/xmlto"

src_prepare() {
        sed \
                -e '/python setup.py install/d' \
                -i Makefile || die "sed failed"
}

src_compile() {
        emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
        emake comparator.html scf-standard.html
        distutils-r1_src_compile
}

src_install() {
        emake ROOT="${D}" install
        distutils-r1_src_install
        docinto html
        dodoc *.html
}




Reply via email to