Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4345

Summary: New ebuild for xxdiff-2.6 (which doesn't has the problems with gcc-3.1 that xxdiff-2.5 has)
Product: Gentoo Linux Reporter: José Fonseca <j_r_fonseca>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: xxdiff-2.6.ebuild

Description José Fonseca 2002-06-30 08:23:11 UTC
Below is a new ebuild for the new version of xxdiff. This new version (2.6)
doesn't have the problems with gcc-3.1 that the existing version (2.5) in
portage has.
Comment 1 José Fonseca 2002-06-30 08:26:59 UTC
Created attachment 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
 }
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-02 00:06:16 UTC
thanks Jose.  Updated in portage.