diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/adiff/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/adiff/Manifest | 2 | ||||
-rw-r--r-- | app-text/adiff/adiff-1.2.ebuild | 28 | ||||
-rw-r--r-- | app-text/adiff/files/digest-adiff-1.2 | 1 |
4 files changed, 40 insertions, 0 deletions
diff --git a/app-text/adiff/ChangeLog b/app-text/adiff/ChangeLog new file mode 100644 index 000000000000..6755db6fcdb9 --- /dev/null +++ b/app-text/adiff/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-text/adiff +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/adiff/ChangeLog,v 1.1 2005/08/15 16:45:56 agriffis Exp $ + +*adiff-1.2 (15 Aug 2005) + + 15 Aug 2005; Aron Griffis <agriffis@gentoo.org> +adiff-1.2.ebuild: + New ebuild for adiff, a wordwise diff program + diff --git a/app-text/adiff/Manifest b/app-text/adiff/Manifest new file mode 100644 index 000000000000..cfe551390d38 --- /dev/null +++ b/app-text/adiff/Manifest @@ -0,0 +1,2 @@ +MD5 8441a43ae93e924e637954f640fa0880 adiff-1.2.ebuild 495 +MD5 9b021224eac1375e9b1c9654afdb5126 files/digest-adiff-1.2 53 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 +} diff --git a/app-text/adiff/files/digest-adiff-1.2 b/app-text/adiff/files/digest-adiff-1.2 new file mode 100644 index 000000000000..fd083adfed69 --- /dev/null +++ b/app-text/adiff/files/digest-adiff-1.2 @@ -0,0 +1 @@ +MD5 c81d1b97ffa18bec0bcc6019169b9f82 adiff-1.2 10141 |