Created an attachment (id=1877) [details]
xxdiff-2.6.ebuild
This was based on the existing xxdiff-2.5.ebuild, with small changes
(requirement of qt3 and different doc files) which are reproduced below:
--- xxdiff-2.5.ebuild Mon May 27 18:27:38 2002
+++ xxdiff-2.6.ebuild Sun Jun 30 14:23:21 2002
@@ -4,19 +4,18 @@
# /space/gentoo/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-2.5.ebuild,v 1.2
2002/05/27 17:27:38 drobbins Exp
S=${WORKDIR}/${P}
-DESCRIPTION="A graphical file comparator and merge tool simular to xdiff."
+DESCRIPTION="A graphical file comparator and merge tool similar to xdiff."
SRC_URI="mirror://sourceforge/xxdiff/${P}.tar.gz"
HOMEPAGE="http://xxdiff.sourceforge.net/"
DEPEND="virtual/glibc
- =x11-libs/qt-2.3*
+ >=x11-libs/qt-3.0.3
>=dev-util/tmake-1.8-r1
>=sys-devel/gcc-2.95.3"
RDEPEND="sys-apps/diffutils"
src_compile() {
- export QTDIR=/usr/qt/2
cd src
tmake -o Makefile xxdiff.pro
@@ -25,9 +24,9 @@
src_install () {
dobin src/xxdiff
- newman src/xxdiff.man xxdiff.1
+ doman src/xxdiff.1
dodoc README COPYING CHANGES TODO
- dodoc copyright.txt doc/xxdiff-doc.sgml
+ dodoc copyright.txt
}