summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gentoo.org>2009-11-08 15:03:17 +0000
committerTiago Cunha <tcunha@gentoo.org>2009-11-08 15:03:17 +0000
commitf67c0cdd79ba49adff619d9c5f36418b0034db81 (patch)
tree921a6c2366b560125a80cd4be7c701a5ecd6fcb7 /dev-util/diffstat/diffstat-1.51.ebuild
parentStable for HPPA (LuckyLuke). (diff)
downloadgentoo-2-f67c0cdd79ba49adff619d9c5f36418b0034db81.tar.gz
gentoo-2-f67c0cdd79ba49adff619d9c5f36418b0034db81.tar.bz2
gentoo-2-f67c0cdd79ba49adff619d9c5f36418b0034db81.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/diffstat/diffstat-1.51.ebuild')
-rw-r--r--dev-util/diffstat/diffstat-1.51.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/diffstat/diffstat-1.51.ebuild b/dev-util/diffstat/diffstat-1.51.ebuild
new file mode 100644
index 000000000000..217c67d95ae7
--- /dev/null
+++ b/dev-util/diffstat/diffstat-1.51.ebuild
@@ -0,0 +1,20 @@
+# 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.51.ebuild,v 1.1 2009/11/08 15:03:17 tcunha Exp $
+
+DESCRIPTION="Display a histogram of diff changes"
+HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
+SRC_URI="ftp://invisible-island.net/diffstat/${P}.tgz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc CHANGES || die "dodoc failed"
+}