diff options
author | 2007-01-20 18:04:38 +0000 | |
---|---|---|
committer | 2007-01-20 18:04:38 +0000 | |
commit | d4ed87b6cbfb8b5de60040d0983aa9d24f3d664c (patch) | |
tree | ba29aa0ff56221ea7fb29c7de724b69c9d6065cf /gnome-extra/evolution-exchange | |
parent | Updated patch, thanks again to ovaron2 :) (diff) | |
download | gentoo-2-d4ed87b6cbfb8b5de60040d0983aa9d24f3d664c.tar.gz gentoo-2-d4ed87b6cbfb8b5de60040d0983aa9d24f3d664c.tar.bz2 gentoo-2-d4ed87b6cbfb8b5de60040d0983aa9d24f3d664c.zip |
Install /usr/share/doc documentation
(Portage version: 2.1.2-r1)
Diffstat (limited to 'gnome-extra/evolution-exchange')
-rw-r--r-- | gnome-extra/evolution-exchange/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/evolution-exchange/evolution-exchange-2.8.2.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gnome-extra/evolution-exchange/ChangeLog b/gnome-extra/evolution-exchange/ChangeLog index 6f4d3a189cb8..0216052a9736 100644 --- a/gnome-extra/evolution-exchange/ChangeLog +++ b/gnome-extra/evolution-exchange/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/evolution-exchange -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.29 2006/12/17 00:29:09 dertobi123 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.30 2007/01/20 18:04:38 leio Exp $ + + 20 Jan 2007; Mart Raudsepp <leio@gentoo.org> + evolution-exchange-2.8.2.ebuild: + Install /usr/share/doc documentation 17 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> evolution-exchange-2.8.1.ebuild: diff --git a/gnome-extra/evolution-exchange/evolution-exchange-2.8.2.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-2.8.2.ebuild index 80d118ee9aac..0ea43c4138de 100644 --- a/gnome-extra/evolution-exchange/evolution-exchange-2.8.2.ebuild +++ b/gnome-extra/evolution-exchange/evolution-exchange-2.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.8.2.ebuild,v 1.1 2006/11/28 05:49:43 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.8.2.ebuild,v 1.2 2007/01/20 18:04:38 leio Exp $ inherit gnome2 eutils autotools @@ -28,6 +28,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig doc? ( >=dev-util/gtk-doc-1 )" +DOCS="AUTHORS ChangeLog NEWS README" MAKEOPTS="${MAKEOPTS} -j1" pkg_setup() { |