summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-05-11 15:23:30 +0000
committerTom Gall <tgall@gentoo.org>2004-05-11 15:23:30 +0000
commitdb6c3954a765437e64791cedead1cf18348039fd (patch)
tree1e6e34acdc38b622d5cc83776e6fb026ed207851 /dev-util/dirdiff
parent(no commit message) (diff)
downloadhistorical-db6c3954a765437e64791cedead1cf18348039fd.tar.gz
historical-db6c3954a765437e64791cedead1cf18348039fd.tar.bz2
historical-db6c3954a765437e64791cedead1cf18348039fd.zip
Initial version
Diffstat (limited to 'dev-util/dirdiff')
-rw-r--r--dev-util/dirdiff/ChangeLog17
-rw-r--r--dev-util/dirdiff/Manifest3
-rw-r--r--dev-util/dirdiff/dirdiff-1.6.ebuild35
-rw-r--r--dev-util/dirdiff/files/digest-dirdiff-1.61
4 files changed, 56 insertions, 0 deletions
diff --git a/dev-util/dirdiff/ChangeLog b/dev-util/dirdiff/ChangeLog
new file mode 100644
index 000000000000..cc9b33503ba0
--- /dev/null
+++ b/dev-util/dirdiff/ChangeLog
@@ -0,0 +1,17 @@
+# ChangeLog for dev-util/diffstat
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dirdiff/ChangeLog,v 1.1 2004/05/11 15:23:30 tgall Exp $
+
+ 11 May 2004; Tom Gall <tgall@gentoo.org> dirdiff-1.6.ebuild:
+ Initial version, stable on ppc, x86 (and very likely other architectures
+ as well)
+
+*dirdiff-1.6 (11 May 2004)
+
+ 11 May 2004; Tom Gall <tgall@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/dev-util/dirdiff/Manifest b/dev-util/dirdiff/Manifest
new file mode 100644
index 000000000000..90c7a6b8d843
--- /dev/null
+++ b/dev-util/dirdiff/Manifest
@@ -0,0 +1,3 @@
+MD5 0db15a148e1d1266762f8c9a08bb9a11 dirdiff-1.6.ebuild 734
+MD5 30cdfee4e5857df44115d5386814eb8f ChangeLog 823
+MD5 fa3fef9af93e43c88bf0c6ef1911cda4 files/digest-dirdiff-1.6 62
diff --git a/dev-util/dirdiff/dirdiff-1.6.ebuild b/dev-util/dirdiff/dirdiff-1.6.ebuild
new file mode 100644
index 000000000000..4bb9d8e73b41
--- /dev/null
+++ b/dev-util/dirdiff/dirdiff-1.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dirdiff/dirdiff-1.6.ebuild,v 1.1 2004/05/11 15:23:30 tgall Exp $
+
+inherit eutils
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Dirdiff is a graphical tool for displaying the differences between
+directory trees and for merging changes from one tree into another."
+SRC_URI="http://samba.org/ftp/paulus/${PN}-${PV}.tar.gz"
+HOMEPAGE="http://samba.org/ftp/paulus/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc"
+
+DEPEND="dev-lang/tk
+ dev-lang/tcl"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+ unpack ${A}
+}
+
+src_compile() {
+ cd ${S}
+ make all
+
+}
+
+src_install() {
+ cd ${S}
+ make install
+ dodoc README
+}
diff --git a/dev-util/dirdiff/files/digest-dirdiff-1.6 b/dev-util/dirdiff/files/digest-dirdiff-1.6
new file mode 100644
index 000000000000..96070ace5942
--- /dev/null
+++ b/dev-util/dirdiff/files/digest-dirdiff-1.6
@@ -0,0 +1 @@
+MD5 b7b1310a6331a778b18fec8d4f43f9be dirdiff-1.6.tar.gz 27965