summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-08-15 16:45:56 +0000
committerAron Griffis <agriffis@gentoo.org>2005-08-15 16:45:56 +0000
commitea48e8f6aab2b734b235078589cb79d147a46859 (patch)
tree529afa7cf9b017a5715571839bc99bae65992526 /app-text/adiff/adiff-1.2.ebuild
parentproblem with digest of aqua (diff)
downloadgentoo-2-ea48e8f6aab2b734b235078589cb79d147a46859.tar.gz
gentoo-2-ea48e8f6aab2b734b235078589cb79d147a46859.tar.bz2
gentoo-2-ea48e8f6aab2b734b235078589cb79d147a46859.zip
New ebuild for adiff, a wordwise diff program
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-text/adiff/adiff-1.2.ebuild')
-rw-r--r--app-text/adiff/adiff-1.2.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-text/adiff/adiff-1.2.ebuild b/app-text/adiff/adiff-1.2.ebuild
new file mode 100644
index 000000000000..dd7de2c7f1c0
--- /dev/null
+++ b/app-text/adiff/adiff-1.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/adiff/adiff-1.2.ebuild,v 1.1 2005/08/15 16:45:56 agriffis Exp $
+
+DESCRIPTION="wordwise diff"
+HOMEPAGE="http://gentoo.org/~agriffis/adiff/"
+SRC_URI="${HOMEPAGE}/${P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}
+ sys-apps/diffutils"
+
+S=${WORKDIR}
+
+src_compile() {
+ pod2man --release=${PV} --center="${HOMEPAGE}" \
+ --date="2005-08-15" ${DISTDIR}/${P} ${PN}.1 || die
+}
+
+src_install() {
+ newbin ${DISTDIR}/${P} ${PN}
+ doman ${PN}.1
+}