Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 4345
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: José Fonseca <j_r_fonseca@yahoo.co.uk>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
xxdiff-2.6.ebuild xxdiff-2.6.ebuild text/plain José Fonseca 2002-06-30 08:26 0000 820 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 4345 depends on: Show dependency tree
Bug 4345 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-06-30 08:23 0000
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 From José Fonseca 2002-06-30 08:26:59 0000 -------
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
 }

------- Comment #2 From Seemant Kulleen (RETIRED) 2002-07-02 00:06:16 0000 -------
thanks Jose.  Updated in portage.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug