public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nathan Phillip Brink (binki)" <binki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/difffilter: ChangeLog difffilter-0.3.3.ebuild
Date: Fri, 23 Mar 2012 05:53:01 +0000 (UTC)	[thread overview]
Message-ID: <20120323055301.AD6F72004B@flycatcher.gentoo.org> (raw)

binki       12/03/23 05:53:01

  Modified:             ChangeLog
  Added:                difffilter-0.3.3.ebuild
  Log:
  Bump to difffilter-0.3.3 which properly handles the presence of `\ No newline at end of file' in diffs.
  
  (Portage version: 2.2.0_alpha90-r1/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-util/difffilter/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/difffilter/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	15 Oct 2011 23:57:17 -0000	1.12
+++ ChangeLog	23 Mar 2012 05:53:01 -0000	1.13
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/difffilter
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/difffilter/ChangeLog,v 1.12 2011/10/15 23:57:17 binki Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/difffilter/ChangeLog,v 1.13 2012/03/23 05:53:01 binki Exp $
+
+*difffilter-0.3.3 (23 Mar 2012)
+
+  23 Mar 2012; Nathan Phillip Brink <binki@gentoo.org>
+  +difffilter-0.3.3.ebuild:
+  Bump to difffilter-0.3.3 which properly handles the presence of `\ No newline
+  at end of file' in diffs.
 
   16 Oct 2011; Nathan Phillip Brink <binki@gentoo.org> -difffilter-0.3.ebuild:
   Drop old difffilter-0.3.



1.1                  dev-util/difffilter/difffilter-0.3.3.ebuild

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

Index: difffilter-0.3.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/difffilter/difffilter-0.3.3.ebuild,v 1.1 2012/03/23 05:53:01 binki Exp $

EAPI=4

inherit autotools-utils

DESCRIPTION="Filter files out of unified diffs using POSIX extended regular expressions"
HOMEPAGE="http://ohnopub.net/~ohnobinki/difffilter/"
SRC_URI="ftp://mirror.ohnopub.net/mirror/${PN}/${P}.tar.bz2"

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

RDEPEND=">=dev-libs/liblist-2.3.1
	dev-libs/libstrl
	dev-libs/tre"
DEPEND="doc? ( app-text/txt2man )
	${RDEPEND}"

src_configure() {
	local myconfargs=(
		$(use_enable doc)
	)

	autotools-utils_src_configure
}






             reply	other threads:[~2012-03-23  5:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-23  5:53 Nathan Phillip Brink (binki) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-08-01  7:58 [gentoo-commits] gentoo-x86 commit in dev-util/difffilter: ChangeLog difffilter-0.3.3.ebuild Jeff Horelick (jdhore)

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=20120323055301.AD6F72004B@flycatcher.gentoo.org \
    --to=binki@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