Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4345 - New ebuild for xxdiff-2.6 (which doesn't has the problems with gcc-3.1 that xxdiff-2.5 has)
Summary: New ebuild for xxdiff-2.6 (which doesn't has the problems with gcc-3.1 that x...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-30 08:23 UTC by José Fonseca
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
xxdiff-2.6.ebuild (xxdiff-2.6.ebuild,820 bytes, text/plain)
2002-06-30 08:26 UTC, José Fonseca
Details

Note You need to log in before you can comment on or make changes to this bug.
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.