summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-08-12 13:57:10 +0000
committerSven Wegener <swegener@gentoo.org>2006-08-12 13:57:10 +0000
commitb189241c4dbed6d5859a8a17f5e0cd57c8cafa3e (patch)
treed19444a1eef78b1de5fd0312c19accab56fd984f /dev-util/diffstat/diffstat-1.39.ebuild
parentCleanup. (diff)
downloadgentoo-2-b189241c4dbed6d5859a8a17f5e0cd57c8cafa3e.tar.gz
gentoo-2-b189241c4dbed6d5859a8a17f5e0cd57c8cafa3e.tar.bz2
gentoo-2-b189241c4dbed6d5859a8a17f5e0cd57c8cafa3e.zip
Cleanup.
(Portage version: 2.1.1_pre5) (Signed Manifest commit)
Diffstat (limited to 'dev-util/diffstat/diffstat-1.39.ebuild')
-rw-r--r--dev-util/diffstat/diffstat-1.39.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-util/diffstat/diffstat-1.39.ebuild b/dev-util/diffstat/diffstat-1.39.ebuild
deleted file mode 100644
index 5881555379ce..000000000000
--- a/dev-util/diffstat/diffstat-1.39.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.39.ebuild,v 1.9 2005/08/23 16:45:58 agriffis 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"
-IUSE=""
-
-DEPEND="sys-apps/diffutils"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.37-hard-locale.patch
-}
-
-src_install() {
- dobin diffstat || die "dobin failed"
- doman diffstat.1 || die "doman failed"
- dodoc README CHANGES
-}