diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2013-07-05 06:55:56 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2013-07-05 06:55:56 +0000 |
commit | 25ea09514d75707d6ad110b501b7257f8e0ca8c0 (patch) | |
tree | 2b6e0330d162b24145ae6df8264566149824ad3e /net-misc/spice-gtk | |
parent | Version bump (diff) | |
download | gentoo-2-25ea09514d75707d6ad110b501b7257f8e0ca8c0.tar.gz gentoo-2-25ea09514d75707d6ad110b501b7257f8e0ca8c0.tar.bz2 gentoo-2-25ea09514d75707d6ad110b501b7257f8e0ca8c0.zip |
Fix doc installation (README, etc.), bug #446230.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0x1E0CA85F!)
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.20.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-misc/spice-gtk/ChangeLog b/net-misc/spice-gtk/ChangeLog index 064f88237654..6302255e6269 100644 --- a/net-misc/spice-gtk/ChangeLog +++ b/net-misc/spice-gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/spice-gtk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.61 2013/07/05 06:16:48 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.62 2013/07/05 06:55:56 dev-zero Exp $ + + 05 Jul 2013; Tiziano Müller <dev-zero@gentoo.org> spice-gtk-0.20.ebuild: + Fix doc installation (README, etc.), bug #446230. 05 Jul 2013; Tiziano Müller <dev-zero@gentoo.org> spice-gtk-0.20.ebuild: ... and drop autotools eclass. diff --git a/net-misc/spice-gtk/spice-gtk-0.20.ebuild b/net-misc/spice-gtk/spice-gtk-0.20.ebuild index f5419c0d82e5..208369dc8f53 100644 --- a/net-misc/spice-gtk/spice-gtk-0.20.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.20.ebuild,v 1.2 2013/07/05 06:16:48 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.20.ebuild,v 1.3 2013/07/05 06:55:56 dev-zero Exp $ EAPI=5 GCONF_DEBUG="no" @@ -105,6 +105,7 @@ src_configure() { $(use_enable policykit polkit) \ $(use_enable vala) \ $(use_enable dbus) \ + $(use_enable doc gtk-doc) \ --disable-werror \ --enable-pie" @@ -148,6 +149,8 @@ src_test() { } src_install() { + dodoc AUTHORS ChangeLog NEWS README THANKS TODO + cd ${GTK2_BUILDDIR} einfo "Running make check in ${GTK2_BUILDDIR}" default @@ -162,7 +165,6 @@ src_install() { use static-libs || prune_libtool_files use python && rm -rf "${ED}"/usr/lib*/python*/site-packages/*.la - use doc || rm -rf "${ED}/usr/share/gtk-doc" make_desktop_entry spicy Spicy "utilities-terminal" "Network;RemoteAccess;" } |