diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-03-23 16:16:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-03-23 16:16:34 +0000 |
commit | 7695bc53d02a5431872dd22273a875d65694238c (patch) | |
tree | aa53c58ffdc650fe0b5eda0dddad1840db151f67 /dev-util/documancer | |
parent | moved mozilla from net-www to www-client (diff) | |
download | historical-7695bc53d02a5431872dd22273a875d65694238c.tar.gz historical-7695bc53d02a5431872dd22273a875d65694238c.tar.bz2 historical-7695bc53d02a5431872dd22273a875d65694238c.zip |
moved mozilla from net-www to www-client
Package-Manager: portage-1.585-cvs
Diffstat (limited to 'dev-util/documancer')
-rw-r--r-- | dev-util/documancer/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/documancer/Manifest | 4 | ||||
-rw-r--r-- | dev-util/documancer/documancer-0.1.7.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-util/documancer/ChangeLog b/dev-util/documancer/ChangeLog index 49a9a67d4edb..c4194f660978 100644 --- a/dev-util/documancer/ChangeLog +++ b/dev-util/documancer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/documancer -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/ChangeLog,v 1.6 2004/12/31 01:56:01 ciaranm Exp $ +# 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 $ + + 23 Mar 2005; Seemant Kulleen <seemant@gentoo.org> documancer-0.1.7.ebuild: + change dep from net-www/mozilla to www-client/mozilla 31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-util/documancer/Manifest b/dev-util/documancer/Manifest index 2a4b4a083936..07b6425cbfd4 100644 --- a/dev-util/documancer/Manifest +++ b/dev-util/documancer/Manifest @@ -1,4 +1,4 @@ -MD5 84eed53a75eb4a995eabf60ae306b247 ChangeLog 728 -MD5 fdeb8aee24365945f590ee5a24924d7b documancer-0.1.7.ebuild 1113 +MD5 9d5e48dac1c8c90bf2e58f9f49a10744 ChangeLog 862 +MD5 8547ee458956b0f243373a4fc443e294 documancer-0.1.7.ebuild 1114 MD5 01064d836ccc04dcdfb7785ed50192b3 files/digest-documancer-0.1.7 68 MD5 2cac17ffdfa30d21e7fd7b527b254aa7 files/documancer.backend 120 diff --git a/dev-util/documancer/documancer-0.1.7.ebuild b/dev-util/documancer/documancer-0.1.7.ebuild index 6788bc6ae9ed..e43236548d49 100644 --- a/dev-util/documancer/documancer-0.1.7.ebuild +++ b/dev-util/documancer/documancer-0.1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.6 2004/08/16 17:45:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/documancer-0.1.7.ebuild,v 1.7 2005/03/23 16:16:34 seemant Exp $ DESCRIPTION="Programmer's documentation reader with very fast fulltext searching" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -10,7 +10,7 @@ IUSE="" SLOT="0" LICENSE="GPL-2" -DEPEND=">=net-www/mozilla-1.0 +DEPEND=">=www-client/mozilla-1.0 >=x11-libs/gtk+-2.0 >=dev-lang/python-2.1 >=www-apps/swish-e-2.2.2 |