diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-04-29 19:50:29 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-04-29 19:50:29 +0000 |
commit | 6fa780f0eb5d3fc1f5f8c82506cf530c5efcdbea (patch) | |
tree | 7eab66eb9b58d9b9af5bfba24247d4b16d1ae759 /net-mail/evolution | |
parent | small fixor (diff) | |
download | gentoo-2-6fa780f0eb5d3fc1f5f8c82506cf530c5efcdbea.tar.gz gentoo-2-6fa780f0eb5d3fc1f5f8c82506cf530c5efcdbea.tar.bz2 gentoo-2-6fa780f0eb5d3fc1f5f8c82506cf530c5efcdbea.zip |
doc update
Diffstat (limited to 'net-mail/evolution')
-rw-r--r-- | net-mail/evolution/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/evolution/evolution-1.0.3-r6.ebuild | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net-mail/evolution/ChangeLog b/net-mail/evolution/ChangeLog index faf8972bbad8..015d52d74d48 100644 --- a/net-mail/evolution/ChangeLog +++ b/net-mail/evolution/ChangeLog @@ -1,16 +1,20 @@ # ChangeLog for net-mail/evolution # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.12 2002/04/23 13:53:06 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.13 2002/04/29 19:50:28 azarah Exp $ + + 29 Apr 2002; Martin Schlemmer <azarah@gentoo.org> evolution-1.0.3-r6.ebuild : + + Replaced the "perl" use flag with "doc". *evolution-1.0.3-r6 (23 Apr 2002) - 23 Apr 2002; Martin Schlemmer <azarah@gentoo.org> evolution-1.0.3-r.ebuild : + 23 Apr 2002; Martin Schlemmer <azarah@gentoo.org> evolution-1.0.3-r6.ebuild : Resolve bug #334. Note: libtoolize is run only if "pda" is not in USE. *evolution-1.0.3-r5 (22 Apr 2002) - 22 Apr 2002; Martin Schlemmer <azarah@gentoo.org> evolution-1.0.3-r.ebuild : + 22 Apr 2002; Martin Schlemmer <azarah@gentoo.org> evolution-1.0.3-r6.ebuild : Resolve bug #334. diff --git a/net-mail/evolution/evolution-1.0.3-r6.ebuild b/net-mail/evolution/evolution-1.0.3-r6.ebuild index 84c6f6743751..d4149bafff7d 100644 --- a/net-mail/evolution/evolution-1.0.3-r6.ebuild +++ b/net-mail/evolution/evolution-1.0.3-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Mikael Hallendal <hallski@gentoo.org>, Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.0.3-r6.ebuild,v 1.2 2002/04/24 23:17:06 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.0.3-r6.ebuild,v 1.3 2002/04/29 19:50:29 azarah Exp $ #provide Xmake and Xemake . /usr/portage/eclass/inherit.eclass @@ -40,7 +40,7 @@ RDEPEND=">=gnome-extra/bonobo-conf-0.14 DEPEND="${RDEPEND} >=sys-devel/libtool-1.4.1-r1 - perl? ( dev-util/gtk-doc ) + doc? ( dev-util/gtk-doc ) nls? ( >=dev-util/intltool-0.11 sys-devel/gettext )" @@ -123,7 +123,7 @@ src_compile() { --with-nspr-libs=${MOZILLA}" fi - if [ -n "`use perl`" ] ; then + if [ -n "`use doc`" ] ; then myconf="${myconf} --enable-gtk-doc" else myconf="${myconf} --disable-gtk-doc" |