public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tiago Cunha (tcunha)" <tcunha@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/diffstat: diffstat-1.47.ebuild ChangeLog
Date: Fri, 15 May 2009 02:35:28 +0000	[thread overview]
Message-ID: <E1M4nGi-0007aP-7I@stork.gentoo.org> (raw)

tcunha      09/05/15 02:35:28

  Modified:             diffstat-1.47.ebuild ChangeLog
  Log:
  - Don't install useless README file.
  - Drop unneeded patch (fixed since release 1.30).
  - Fix dependencies.
  - While there add die to dodoc.
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/diffstat/diffstat-1.47.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.47.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.47.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.47.ebuild?r1=1.1&r2=1.2

Index: diffstat-1.47.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.47.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- diffstat-1.47.ebuild	12 Apr 2009 20:17:00 -0000	1.1
+++ diffstat-1.47.ebuild	15 May 2009 02:35:27 -0000	1.2
@@ -1,8 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.47.ebuild,v 1.1 2009/04/12 20:17:00 tcunha Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.47.ebuild,v 1.2 2009/05/15 02:35:27 tcunha Exp $
 
 DESCRIPTION="creates a histogram from a diff of the insertions, deletions, and modifications per-file"
 HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
@@ -14,15 +12,9 @@
 IUSE=""
 
 DEPEND=""
-RDEPEND="sys-apps/diffutils"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${PN}-1.37-hard-locale.patch
-}
+RDEPEND=""
 
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc README CHANGES
+	dodoc CHANGES || die "dodoc failed"
 }



1.71                 dev-util/diffstat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	15 May 2009 02:26:58 -0000	1.70
+++ ChangeLog	15 May 2009 02:35:27 -0000	1.71
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/diffstat
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.70 2009/05/15 02:26:58 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.71 2009/05/15 02:35:27 tcunha Exp $
+
+  15 May 2009; Tiago Cunha <tcunha@gentoo.org> diffstat-1.47.ebuild:
+  - Don't install useless README file.
+  - Drop unneeded patch (fixed since release 1.30).
+  - Fix dependencies.
+  - While there add die to dodoc.
 
   15 May 2009; Tiago Cunha <tcunha@gentoo.org> metadata.xml:
   I'll be maintaining this now.






             reply	other threads:[~2009-05-15  2:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-15  2:35 Tiago Cunha (tcunha) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-05-31 15:53 [gentoo-commits] gentoo-x86 commit in dev-util/diffstat: diffstat-1.47.ebuild ChangeLog Brent Baude (ranger)
2009-05-18 17:46 Raul Porcel (armin76)
2009-05-16 15:41 Gysbert Wassenaar (nixnut)
2009-05-16 12:51 Tobias Klausmann (klausman)
2009-05-15 21:47 Markus Meier (maekke)
2009-05-15 12:40 Ferris McCormick (fmccor)
2009-05-15  8:37 Christian Faulhammer (fauli)
2009-04-12 20:17 Tiago Cunha (tcunha)

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=E1M4nGi-0007aP-7I@stork.gentoo.org \
    --to=tcunha@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