diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 14:02:44 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 14:02:44 +0000 |
commit | 93dedaf7505e1ba09e04343fe96f8803e5bb3bfe (patch) | |
tree | 8bf5e1e184cd8d32a5057d800548565f318964bb /app-doc/dox | |
parent | open publication license added (diff) | |
download | gentoo-2-93dedaf7505e1ba09e04343fe96f8803e5bb3bfe.tar.gz gentoo-2-93dedaf7505e1ba09e04343fe96f8803e5bb3bfe.tar.bz2 gentoo-2-93dedaf7505e1ba09e04343fe96f8803e5bb3bfe.zip |
repoman'd
Diffstat (limited to 'app-doc/dox')
-rw-r--r-- | app-doc/dox/dox-1.1.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app-doc/dox/dox-1.1.ebuild b/app-doc/dox/dox-1.1.ebuild index ea32ceb02796..132b54f5d0c4 100644 --- a/app-doc/dox/dox-1.1.ebuild +++ b/app-doc/dox/dox-1.1.ebuild @@ -1,14 +1,19 @@ # Copyright 2001-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-doc/dox/dox-1.1.ebuild,v 1.2 2002/07/11 06:30:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/dox/dox-1.1.ebuild,v 1.3 2002/08/01 14:02:43 seemant Exp $ +S=${WORKDIR}/${P} DESCRIPTION="Dox is a graphical documentation browser for Unix/X11." SRC_URI="http://download.berlios.de/dox/${P}.tar.gz" HOMEPAGE="http://dox.beriols.de" -RDEPEND=">=x11-libs/qt-3" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +RDEPEND="=x11-libs/qt-3*" DEPEND="net-www/htdig" -S=${WORKDIR}/${P} src_unpack() { |