diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 13:31:56 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 13:31:56 +0000 |
commit | 4ed5d41945c5b63fc5522dd226f0e0c40212c5fb (patch) | |
tree | 809f88877f9a8cb928f27129a6306257ec045dc5 /dev-util/xxdiff | |
parent | repoman'd (diff) | |
download | gentoo-2-4ed5d41945c5b63fc5522dd226f0e0c40212c5fb.tar.gz gentoo-2-4ed5d41945c5b63fc5522dd226f0e0c40212c5fb.tar.bz2 gentoo-2-4ed5d41945c5b63fc5522dd226f0e0c40212c5fb.zip |
repoman'd
Diffstat (limited to 'dev-util/xxdiff')
-rw-r--r-- | dev-util/xxdiff/files/digest-xxdiff-2.5 | 1 | ||||
-rw-r--r-- | dev-util/xxdiff/xxdiff-2.5.ebuild | 33 | ||||
-rw-r--r-- | dev-util/xxdiff/xxdiff-2.6.ebuild | 12 |
3 files changed, 7 insertions, 39 deletions
diff --git a/dev-util/xxdiff/files/digest-xxdiff-2.5 b/dev-util/xxdiff/files/digest-xxdiff-2.5 deleted file mode 100644 index b9ea2f0ef8c5..000000000000 --- a/dev-util/xxdiff/files/digest-xxdiff-2.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 2365d0d1b157b4bd3dac7bf290ebe7cc xxdiff-2.5.tar.gz 783991 diff --git a/dev-util/xxdiff/xxdiff-2.5.ebuild b/dev-util/xxdiff/xxdiff-2.5.ebuild deleted file mode 100644 index 0c90a21e28b9..000000000000 --- a/dev-util/xxdiff/xxdiff-2.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/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." -SRC_URI="mirror://sourceforge/xxdiff/${P}.tar.gz" -HOMEPAGE="http://xxdiff.sourceforge.net/" - -DEPEND="virtual/glibc - =x11-libs/qt-2.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 - - emake || die -} - -src_install () { - dobin src/xxdiff - newman src/xxdiff.man xxdiff.1 - dodoc README COPYING CHANGES TODO - dodoc copyright.txt doc/xxdiff-doc.sgml -} - -# vim: ai et sw=4 ts=4 diff --git a/dev-util/xxdiff/xxdiff-2.6.ebuild b/dev-util/xxdiff/xxdiff-2.6.ebuild index ca49a1d8ad2f..e614f1d6313e 100644 --- a/dev-util/xxdiff/xxdiff-2.6.ebuild +++ b/dev-util/xxdiff/xxdiff-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-2.6.ebuild,v 1.1 2002/07/02 05:05:40 seemant Exp $ +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-2.6.ebuild,v 1.2 2002/07/23 13:28:37 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A graphical file comparator and merge tool simular to xdiff." @@ -10,10 +10,12 @@ HOMEPAGE="http://xxdiff.sourceforge.net/" DEPEND="=x11-libs/qt-3* >=dev-util/tmake-1.8-r1" -RDEPEND="sys-apps/diffutils" +RDEPEND="=x11-libs/qt-3* + sys-apps/diffutils" -SLOT="" -LICENSE="GPL" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { cd src |