diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2003-03-16 13:54:32 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2003-03-16 13:54:32 +0000 |
commit | f4de66694c7e5e6a5a9924b2e71515b57fcd660b (patch) | |
tree | ef5afeef612ee5a613d9372feb434d0358b96b89 /dev-util | |
parent | dep clean, old ebuild purge (diff) | |
download | historical-f4de66694c7e5e6a5a9924b2e71515b57fcd660b.tar.gz historical-f4de66694c7e5e6a5a9924b2e71515b57fcd660b.tar.bz2 historical-f4de66694c7e5e6a5a9924b2e71515b57fcd660b.zip |
initial ebuild
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/documancer/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/documancer/documancer-0.1.7.ebuild | 42 | ||||
-rw-r--r-- | dev-util/documancer/files/digest-documancer-0.1.7 | 1 | ||||
-rw-r--r-- | dev-util/documancer/files/documancer.backend | 5 |
4 files changed, 56 insertions, 0 deletions
diff --git a/dev-util/documancer/ChangeLog b/dev-util/documancer/ChangeLog new file mode 100644 index 000000000000..f101af54dc25 --- /dev/null +++ b/dev-util/documancer/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-doc/documancer +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/ChangeLog,v 1.1 2003/03/16 13:54:32 bass Exp $ + +*documancer-0.1.7 (16 Mar 2003) + 16 Mar 2003; J.Alberto Suárez López <bass@gentoo.org> swish-e-2.2.2.ebuild: + initial ebuild by Lars Trieloff <lars@trieloff.net> + diff --git a/dev-util/documancer/documancer-0.1.7.ebuild b/dev-util/documancer/documancer-0.1.7.ebuild new file mode 100644 index 000000000000..7061fc537627 --- /dev/null +++ b/dev-util/documancer/documancer-0.1.7.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/documancer-0.1.7.ebuild,v 1.1 2003/03/16 13:54:32 bass Exp $ + +S=${WORKDIR}/${P} +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" + +DEPEND=">=net-www/mozilla-1.0 + >=x11-libs/gtk+-2.0 + >=dev-lang/python-2.1 + >=net-www/swish-e-2.2.2 + dev-lang/perl + net-misc/wget" + +pkg_setup () { + if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk2.so ] + then + eerror "you need mozilla-1.3_beta compiled against gtk+-2" + eerror "export USE=\"gtk2\" ;emerge mozilla -p " + die "Need Mozilla compiled with gtk+-2.0!!" + fi +} + +src_compile() { + cd ${S} + ./autogen.sh + ./configure --enable-gtk2 --prefix=/usr || die + emake || die +} + +src_install () { + make prefix=${D}/usr \ + install || die + cp ${FILESDIR}/documancer.backend ${D}/usr/bin/ + + dodoc AUTHORS Hacking.txt COPYING FAQ NEWS README TODO +} diff --git a/dev-util/documancer/files/digest-documancer-0.1.7 b/dev-util/documancer/files/digest-documancer-0.1.7 new file mode 100644 index 000000000000..53e426dc630b --- /dev/null +++ b/dev-util/documancer/files/digest-documancer-0.1.7 @@ -0,0 +1 @@ +MD5 9b0d0dd88a05f6fb2cc0674111259705 documancer-0.1.7.tar.gz 181162 diff --git a/dev-util/documancer/files/documancer.backend b/dev-util/documancer/files/documancer.backend new file mode 100644 index 000000000000..80702b36601c --- /dev/null +++ b/dev-util/documancer/files/documancer.backend @@ -0,0 +1,5 @@ +#!/bin/sh +cd /usr/lib/documancer/backend +DOCUMANCER_DATA=`pwd` +export DOCUMANCER_DATA +/usr/bin/python python/backend.py |