summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2006-04-28 22:23:17 +0000
committerMark Loeser <halcy0n@gentoo.org>2006-04-28 22:23:17 +0000
commite2bb406a95f8ce0044020cb74883427f89e629fe (patch)
tree01264336203d2c1824dd17dfd1265b69a923a63a /dev-util/documancer
parentTemporary fix for bug #131364. (diff)
downloadgentoo-2-e2bb406a95f8ce0044020cb74883427f89e629fe.tar.gz
gentoo-2-e2bb406a95f8ce0044020cb74883427f89e629fe.tar.bz2
gentoo-2-e2bb406a95f8ce0044020cb74883427f89e629fe.zip
Bump to 0.2.6; bug #31999. Thanks to Mart Raudsepp <leio AT dustbite DOT net>
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'dev-util/documancer')
-rw-r--r--dev-util/documancer/ChangeLog10
-rw-r--r--dev-util/documancer/documancer-0.2.6.ebuild35
-rw-r--r--dev-util/documancer/files/digest-documancer-0.2.63
-rw-r--r--dev-util/documancer/metadata.xml5
4 files changed, 51 insertions, 2 deletions
diff --git a/dev-util/documancer/ChangeLog b/dev-util/documancer/ChangeLog
index c4194f660978..2468f3b3961f 100644
--- a/dev-util/documancer/ChangeLog
+++ b/dev-util/documancer/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/documancer
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/ChangeLog,v 1.7 2005/03/23 16:16:34 seemant Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/ChangeLog,v 1.8 2006/04/28 22:23:17 halcy0n Exp $
+
+*documancer-0.2.6 (28 Apr 2006)
+
+ 28 Apr 2006; Mark Loeser <halcy0n@gentoo.org> +metadata.xml,
+ +documancer-0.2.6.ebuild:
+ Bump to 0.2.6; bug #31999. Thanks to Mart Raudsepp <leio AT dustbite DOT net>
23 Mar 2005; Seemant Kulleen <seemant@gentoo.org> documancer-0.1.7.ebuild:
change dep from net-www/mozilla to www-client/mozilla
diff --git a/dev-util/documancer/documancer-0.2.6.ebuild b/dev-util/documancer/documancer-0.2.6.ebuild
new file mode 100644
index 000000000000..82c2f91470cb
--- /dev/null
+++ b/dev-util/documancer/documancer-0.2.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2006 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild,v 1.1 2006/04/28 22:23:17 halcy0n Exp $
+
+inherit eutils
+
+IUSE=""
+DESCRIPTION="Programmer's documentation reader with very fast fulltext searching"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+HOMEPAGE="http://documancer.sourceforge.net"
+KEYWORDS="~x86"
+SLOT="0"
+LICENSE="GPL-2"
+RDEPEND=">=x11-libs/wxmozilla-0.5.6
+ >=virtual/python-2.3
+ >=dev-python/wxpython-2.6.3
+ || ( dev-python/pylucene virtual/jre )
+ dev-lang/perl"
+
+pkg_setup () {
+ # Note: can't use "python_mod_exists wxPython.mozilla" here because
+ # it doesn't work (some strange import stuff in wxPython)
+ if ! built_with_use wxmozilla python; then
+ eerror "you need wxmozilla compiled with Python module:"
+ eerror "echo \"x11-libs/wxmozilla python\" >> /etc/portage/package.use"
+ eerror "and then emerge wxmozilla"
+ die "Need wxMozilla compiled with Python module!"
+ fi
+}
+
+src_install () {
+ make install DESTDIR=${D} || die
+
+ dodoc AUTHORS FAQ NEWS README TODO
+}
diff --git a/dev-util/documancer/files/digest-documancer-0.2.6 b/dev-util/documancer/files/digest-documancer-0.2.6
new file mode 100644
index 000000000000..45848277a7ba
--- /dev/null
+++ b/dev-util/documancer/files/digest-documancer-0.2.6
@@ -0,0 +1,3 @@
+MD5 f570655370c232a2947699258fc6fae0 documancer-0.2.6.tar.gz 929108
+RMD160 a6d3fd9180a11e17bcc7a9703563f0e42fdc0420 documancer-0.2.6.tar.gz 929108
+SHA256 0f396aa470530dc75e58714d77c2563a90abfc165fbddcda2307fccdecc4e767 documancer-0.2.6.tar.gz 929108
diff --git a/dev-util/documancer/metadata.xml b/dev-util/documancer/metadata.xml
new file mode 100644
index 000000000000..f1dd0cd20500
--- /dev/null
+++ b/dev-util/documancer/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>wxwindows</herd>
+</pkgmetadata>