diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-09 19:21:49 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-09 19:21:49 +0000 |
commit | 6d6b50c625dd126a9d8d3df088366722821e22ea (patch) | |
tree | 6f4a91d8ef80267ce855c789d8a25c50214360b0 | |
parent | Initial version (diff) | |
download | gentoo-2-6d6b50c625dd126a9d8d3df088366722821e22ea.tar.gz gentoo-2-6d6b50c625dd126a9d8d3df088366722821e22ea.tar.bz2 gentoo-2-6d6b50c625dd126a9d8d3df088366722821e22ea.zip |
Initial ebuild
-rw-r--r-- | app-misc/xchm/Manifest | 2 | ||||
-rw-r--r-- | app-misc/xchm/xchm-0.7.1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/xchm/Manifest b/app-misc/xchm/Manifest index 97e4e39b3124..0a01e940dd06 100644 --- a/app-misc/xchm/Manifest +++ b/app-misc/xchm/Manifest @@ -1,3 +1,3 @@ MD5 ac5a92725772f463e389cca1fa721ca5 ChangeLog 393 -MD5 c3a6a14cf2995274515bd08583ce0e42 xchm-0.7.1.ebuild 702 +MD5 fdcd312b843cac0026ed8d8c8ebed301 xchm-0.7.1.ebuild 700 MD5 4a744582ba8f1bdd4ef921f65b5a2ea0 files/digest-xchm-0.7.1 127 diff --git a/app-misc/xchm/xchm-0.7.1.ebuild b/app-misc/xchm/xchm-0.7.1.ebuild index c0d7fb7c3d16..258fec5abd6a 100644 --- a/app-misc/xchm/xchm-0.7.1.ebuild +++ b/app-misc/xchm/xchm-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/xchm/xchm-0.7.1.ebuild,v 1.1 2003/09/09 19:21:06 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xchm/xchm-0.7.1.ebuild,v 1.2 2003/09/09 19:21:43 mholzer Exp $ DESCRIPTION="Utility for viewing Microsoft .chm files." HOMEPAGE="http://xchm.sf.net" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="doc" -DEPEND=">=dev-libs/chmlib-0.31 +DEPEND=">=dev-libs/chmlib-0.31 >=x11-libs/wxGTK-2.4.0" src_compile() { @@ -23,7 +23,7 @@ src_compile() { src_install() { einstall || die dodoc COPYING AUTHORS README NEWS - + if [ "`use doc`" ]; then cd ${S}"-doc" dohtml html/* |