diff options
author | Tom Gall <tgall@gentoo.org> | 2004-05-11 15:23:30 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-05-11 15:23:30 +0000 |
commit | 4511255db69879ebbcc59924110f7b4e57605b12 (patch) | |
tree | ed1231cfdfeb6eb7d4533957e21872b7f5d9bd09 /dev-util/dirdiff | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-4511255db69879ebbcc59924110f7b4e57605b12.tar.gz gentoo-2-4511255db69879ebbcc59924110f7b4e57605b12.tar.bz2 gentoo-2-4511255db69879ebbcc59924110f7b4e57605b12.zip |
Initial version
Diffstat (limited to 'dev-util/dirdiff')
-rw-r--r-- | dev-util/dirdiff/ChangeLog | 17 | ||||
-rw-r--r-- | dev-util/dirdiff/Manifest | 3 | ||||
-rw-r--r-- | dev-util/dirdiff/dirdiff-1.6.ebuild | 35 | ||||
-rw-r--r-- | dev-util/dirdiff/files/digest-dirdiff-1.6 | 1 |
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..beb0a05a8c59 --- /dev/null +++ b/dev-util/dirdiff/Manifest @@ -0,0 +1,3 @@ +MD5 ed4914fbcd0a56b09e934af2172642f8 dirdiff-1.6.ebuild 743 +MD5 a61a0468681d605826564d04d961c12b ChangeLog 825 +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 |