summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2008-09-04 10:47:58 +0000
committerSven Wegener <swegener@gentoo.org>2008-09-04 10:47:58 +0000
commit8ecc3dae2407c837a29728807a5814ad6309b634 (patch)
tree6125348d1fd0ddde3999d4d2bb7548fc18894fbf /dev-util
parentSnapshot bump. (diff)
downloadgentoo-2-8ecc3dae2407c837a29728807a5814ad6309b634.tar.gz
gentoo-2-8ecc3dae2407c837a29728807a5814ad6309b634.tar.bz2
gentoo-2-8ecc3dae2407c837a29728807a5814ad6309b634.zip
Version bump.
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5 x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/diffstat/ChangeLog9
-rw-r--r--dev-util/diffstat/diffstat-1.46.ebuild28
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-util/diffstat/ChangeLog b/dev-util/diffstat/ChangeLog
index 5ea509a0a868..4f1d2455c4a0 100644
--- a/dev-util/diffstat/ChangeLog
+++ b/dev-util/diffstat/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/diffstat
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.64 2007/12/24 15:10:39 ranger Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.65 2008/09/04 10:47:58 swegener Exp $
+
+*diffstat-1.46 (04 Sep 2008)
+
+ 04 Sep 2008; Sven Wegener <swegener@gentoo.org> +diffstat-1.46.ebuild:
+ Version bump.
24 Dec 2007; Brent Baude <ranger@gentoo.org> diffstat-1.45.ebuild:
marking diffstat-1.45 ppc64 for bug 197392
diff --git a/dev-util/diffstat/diffstat-1.46.ebuild b/dev-util/diffstat/diffstat-1.46.ebuild
new file mode 100644
index 000000000000..397fdda06131
--- /dev/null
+++ b/dev-util/diffstat/diffstat-1.46.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.46.ebuild,v 1.1 2008/09/04 10:47:58 swegener Exp $
+
+inherit eutils
+
+DESCRIPTION="creates a histogram from a diff of the insertions, deletions, and modifications per-file"
+HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
+SRC_URI="ftp://invisible-island.net/${PN}/${P}.tgz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+RDEPEND="sys-apps/diffutils"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-1.37-hard-locale.patch
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc README CHANGES
+}