ChangeLog

# ChangeLog for dev-util/dirdiff
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/dirdiff/ChangeLog,v 1.8 2007/02/09 03:06:13 flameeyes Exp $

09 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

*dirdiff-2.1 (09 Jun 2005)

09 Jun 2005; +dirdiff-2.1.ebuild:
Version bump, bug #85381

09 Jun 2005; dirdiff-1.6.ebuild:
dirdiff respects user CFLAGS now, some clean up in ebuild, bug #66869

14 Aug 2004; Sven Wegener metadata.xml:
Corrected metadata.xml to match DTD.

18 Jul 2004; Tom Gall +metadata.xml:
added maintainer information

*metadata.xml

11 May 2004; Tom Gall +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 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.

Manifest

DIST dirdiff-1.6.tar.gz 27965 RMD160 a293f3f327cc1524e5076c765e120baa9b9749ea SHA1 b06003909ef50d4668660f3db4ba703ac17c4f14 SHA256 da0a4c75408eaa2d201b58cf7f04d52d1e2f3f87dfc972702ee996f7a1bed704
DIST dirdiff-2.1.tar.gz 43105 RMD160 280ead77db4371eee2d6cc6d5df3ee362585fbb0 SHA1 baa355b2eae4886de57a47cb69d8214c7545c0e8 SHA256 cb373654d5788027804355e355df0695862c3bfc1f6a3fc6014722b3156a9252
EBUILD dirdiff-1.6.ebuild 785 RMD160 a0d17f551fe341f7cfbf8709c7723e08bf8bb66f SHA1 43599e8df227471fc15bd2689ae0aba05079f792 SHA256 44aff330d5ea5f1318cacb254b7b6b594b62cc1f39733e6f3c5a897b12c9ad30
EBUILD dirdiff-2.1.ebuild 785 RMD160 3bc3f467ca5fe359a7423f221448d7bfebfb946c SHA1 3df94ebe2aeed2847058e8091367c119b73db490 SHA256 4a07b0045676d077efe90f75436a53f4816dcbb8cf9f1a0e1b776d1646ed51b3
MISC ChangeLog 1379 RMD160 275afd80b5f8923c9295b70f7f195792a20be31b SHA1 921a624b00c2b402dc25f8f5229832de80d343dc SHA256 95e7f44b21ddf23dacd823725324b9927d081591a9cd0536154dc493b2d93142
MISC metadata.xml 290 RMD160 71f73f2d98f9e4651aa08a00a4668ba2d426a463 SHA1 0a1a13fb8ada2bcf4f1e44ae648fed3c076c5804 SHA256 822e1a10c919296fb1d768378a65a9e0e2823642d41ec2f6adccdf8dfbc71f73

dirdiff-1.6.ebuild

# Copyright 1999-2005 Gentoo Foundation
# 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.5 2005/06/09 17:08:22 sekretarz Exp $

IUSE=""
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/${P}.tar.gz"
HOMEPAGE="http://samba.org/ftp/paulus/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc ~amd64"

DEPEND="dev-lang/tk
dev-lang/tcl"

src_unpack() {
unpack ${A}
cd ${S}

sed -i "s:CFLAGS=-O3 \(.*\):CFLAGS=${CFLAGS} -fPIC \1:" Makefile
}

src_compile() {
emake || die
}

src_install() {
dobin dirdiff || die
dolib.so libfilecmp.so.0.0 || die
dodoc README
}

dirdiff-2.1.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/dirdiff/dirdiff-2.1.ebuild,v 1.2 2005/06/09 18:08:47 swegener Exp $

IUSE=""
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/${P}.tar.gz"
HOMEPAGE="http://samba.org/ftp/paulus/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc ~amd64"

DEPEND="dev-lang/tk
dev-lang/tcl"

src_unpack() {
unpack ${A}
cd ${S}

sed -i "s:CFLAGS=-O3 \(.*\):CFLAGS=${CFLAGS} -fPIC \1:" Makefile
}

src_compile() {
emake || die
}

src_install() {
dobin dirdiff || die
dolib.so libfilecmp.so.0.0 || die
dodoc README
}

metadata.xml




no-herd

tgall@gentoo.org
Tom Gall
primary maintainer