public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile (blueness)" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/comparator: comparator-2.9.ebuild ChangeLog
Date: Mon, 26 Nov 2012 03:09:13 +0000 (UTC)	[thread overview]
Message-ID: <20121126030914.0A5E120BF4@flycatcher.gentoo.org> (raw)

blueness    12/11/26 03:09:13

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

Revision  Changes    Path
1.21                 dev-util/comparator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	28 Oct 2012 15:11:13 -0000	1.20
+++ ChangeLog	26 Nov 2012 03:09:13 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/comparator
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.20 2012/10/28 15:11:13 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.21 2012/11/26 03:09:13 blueness Exp $
+
+*comparator-2.9 (26 Nov 2012)
+
+  26 Nov 2012; Anthony G. Basile <blueness@gentoo.org> +comparator-2.9.ebuild:
+  Version bump
 
   28 Oct 2012; Anthony G. Basile <blueness@gentoo.org> metadata.xml:
   Added myself as maintainer



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

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

Index: comparator-2.9.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild,v 1.1 2012/11/26 03:09:13 blueness Exp $

EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

inherit distutils 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="as-is GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
IUSE=""

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

PYTHON_MODNAME="comparator.py"

src_prepare() {
	sed \
		-e '/install -m 755 -o 0 -g 0 filterator/d' \
		-e '/python setup.py install/d' \
		-i Makefile || die "sed failed"
}

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

src_install() {
	distutils_src_install
	emake ROOT="${D}" install

	install_filterator() {
		newbin filterator filterator-${PYTHON_ABI} || return 1
		python_convert_shebangs ${PYTHON_ABI} "${ED}usr/bin/filterator-${PYTHON_ABI}"
	}
	python_execute_function -q install_filterator
	python_generate_wrapper_scripts "${ED}usr/bin/filterator"

	dohtml *.html
}





             reply	other threads:[~2012-11-26  3:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-26  3:09 Anthony G. Basile (blueness) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-10 12:28 [gentoo-commits] gentoo-x86 commit in dev-util/comparator: comparator-2.9.ebuild ChangeLog Agostino Sarubbo (ago)
2013-02-10 12:28 Agostino Sarubbo (ago)
2013-02-12 16:54 Agostino Sarubbo (ago)
2013-02-12 17:00 Agostino Sarubbo (ago)
2013-02-12 19:34 Agostino Sarubbo (ago)

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=20121126030914.0A5E120BF4@flycatcher.gentoo.org \
    --to=blueness@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