summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-04-12 22:57:31 +0000
committerMike Frysinger <vapier@gentoo.org>2008-04-12 22:57:31 +0000
commit51087abe5b27562cb94e48bda20b8814faf90193 (patch)
tree6e53c1455eaf45089fa9408658f9daaa0ea27840 /app-text/delta
parenthandle renamed fixed include dir #214151 (diff)
downloadhistorical-51087abe5b27562cb94e48bda20b8814faf90193.tar.gz
historical-51087abe5b27562cb94e48bda20b8814faf90193.tar.bz2
historical-51087abe5b27562cb94e48bda20b8814faf90193.zip
old
Diffstat (limited to 'app-text/delta')
-rw-r--r--app-text/delta/delta-20050913.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-text/delta/delta-20050913.ebuild b/app-text/delta/delta-20050913.ebuild
deleted file mode 100644
index b30bc0e24ebd..000000000000
--- a/app-text/delta/delta-20050913.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/delta/delta-20050913.ebuild,v 1.8 2006/07/12 14:27:33 vapier Exp $
-
-MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
-DESCRIPTION="Heuristically minimizes interesting files"
-HOMEPAGE="http://delta.tigris.org/"
-SRC_URI="http://delta.tigris.org/files/documents/3103/25616/${PN}-${MY_PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- dobin delta multidelta topformflat || die
- dodoc Readme
-}