summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-09-29 17:30:19 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-09-29 17:30:19 +0000
commit1da5efe6db6b3a05bb4c75378f838ec4e485a57f (patch)
treecd1e43796abc582fadb8bec53d76e5f8a3a69cdf /app-misc
parentVersion bumped. (diff)
downloadgentoo-2-1da5efe6db6b3a05bb4c75378f838ec4e485a57f.tar.gz
gentoo-2-1da5efe6db6b3a05bb4c75378f838ec4e485a57f.tar.bz2
gentoo-2-1da5efe6db6b3a05bb4c75378f838ec4e485a57f.zip
Version bumped.
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/xchm/ChangeLog7
-rw-r--r--app-misc/xchm/Manifest6
-rw-r--r--app-misc/xchm/files/digest-xchm-0.8.32
-rw-r--r--app-misc/xchm/xchm-0.8.3.ebuild31
-rw-r--r--app-misc/xchm/xchm-0.8.ebuild4
5 files changed, 44 insertions, 6 deletions
diff --git a/app-misc/xchm/ChangeLog b/app-misc/xchm/ChangeLog
index f6c0af4f20ae..6bc7b3ae5e6a 100644
--- a/app-misc/xchm/ChangeLog
+++ b/app-misc/xchm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/xchm
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/xchm/ChangeLog,v 1.3 2003/09/10 16:31:05 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/xchm/ChangeLog,v 1.4 2003/09/29 17:30:06 mholzer Exp $
+
+*xchm-0.8.3 (29 Sep 2003)
+
+ 29 Sep 2003; Martin Holzer <mholzer@gentoo.org> xchm-0.8.3.ebuild:
+ Version bumped.
*xchm-0.8 (10 Sep 2003)
diff --git a/app-misc/xchm/Manifest b/app-misc/xchm/Manifest
index 95fa26b6ead4..7d23a9be7e3a 100644
--- a/app-misc/xchm/Manifest
+++ b/app-misc/xchm/Manifest
@@ -1,7 +1,7 @@
-MD5 74bbd142d63ab33a8778a69726dc4248 xchm-0.8.ebuild 697
-MD5 c00165ff7c926b0487f9bf9de9362720 ChangeLog 636
+MD5 0e7711100005ca675286084ea7e89e33 xchm-0.8.ebuild 696
+MD5 0dc6cc4f68459f60b8318c04bbc8a1d9 ChangeLog 751
MD5 b129ed050c2fbba65df93f3610ee5c24 xchm-0.7.1.ebuild 698
-MD5 74bbd142d63ab33a8778a69726dc4248 xchm-0.8.3.ebuild 697
+MD5 768fcb856ae59a2d8bfd7f16aa85a5ca xchm-0.8.3.ebuild 727
MD5 92b8f0416b73ae4aa95523e93586dbef files/digest-xchm-0.8 123
MD5 26584a1580591452400d9bb636a461d5 files/digest-xchm-0.7.1 62
MD5 ff653a77c56925824fe8a2ea59618534 files/digest-xchm-0.8.3 127
diff --git a/app-misc/xchm/files/digest-xchm-0.8.3 b/app-misc/xchm/files/digest-xchm-0.8.3
new file mode 100644
index 000000000000..78772c366e8a
--- /dev/null
+++ b/app-misc/xchm/files/digest-xchm-0.8.3
@@ -0,0 +1,2 @@
+MD5 b6d6f8e3c3c150653db6721fac38cad1 xchm-0.8.3.tar.gz 113227
+MD5 5b99d885ccc8737eae6872f2d9b2678f xchm-0.8.3-doc.tar.gz 63764
diff --git a/app-misc/xchm/xchm-0.8.3.ebuild b/app-misc/xchm/xchm-0.8.3.ebuild
new file mode 100644
index 000000000000..7cc6fa465f42
--- /dev/null
+++ b/app-misc/xchm/xchm-0.8.3.ebuild
@@ -0,0 +1,31 @@
+# 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.8.3.ebuild,v 1.1 2003/09/29 17:30:06 mholzer Exp $
+
+DESCRIPTION="Utility for viewing Microsoft .chm files."
+HOMEPAGE="http://xchm.sf.net"
+SRC_URI="mirror://sourceforge/xchm/${P}.tar.gz
+ doc? ( mirror://sourceforge/xchm/${P}-doc.tar.gz ) "
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE="doc"
+DEPEND=">=app-doc/chmlib-0.31
+ >=x11-libs/wxGTK-2.4.0"
+
+src_compile() {
+ econf || die "configure failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ einstall || die
+ dodoc COPYING AUTHORS README
+
+ if [ "`use doc`" ]; then
+ cd ${S}"-doc"
+ dohtml html/*
+ fi
+}
diff --git a/app-misc/xchm/xchm-0.8.ebuild b/app-misc/xchm/xchm-0.8.ebuild
index d3c0df75e3d1..55acf86611de 100644
--- a/app-misc/xchm/xchm-0.8.ebuild
+++ b/app-misc/xchm/xchm-0.8.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.8.ebuild,v 1.1 2003/09/10 16:31:05 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/xchm/xchm-0.8.ebuild,v 1.2 2003/09/29 17:30:06 mholzer Exp $
DESCRIPTION="Utility for viewing Microsoft .chm files."
HOMEPAGE="http://xchm.sf.net"
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/xchm/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE="doc"
DEPEND=">=app-doc/chmlib-0.31