summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-12-23 17:41:34 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2012-12-23 17:41:34 +0000
commita222eb2ed46440f33b04c3ebc05759c2f9bace8d (patch)
treeefd2373e276d4fb50878bf621fb3ecb62d9d852e /net-libs/libzapojit
parentInitial ebuild from gnome overlay. (diff)
downloadgentoo-2-a222eb2ed46440f33b04c3ebc05759c2f9bace8d.tar.gz
gentoo-2-a222eb2ed46440f33b04c3ebc05759c2f9bace8d.tar.bz2
gentoo-2-a222eb2ed46440f33b04c3ebc05759c2f9bace8d.zip
Drop extraneous documentation directory.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-libs/libzapojit')
-rw-r--r--net-libs/libzapojit/ChangeLog5
-rw-r--r--net-libs/libzapojit/libzapojit-0.0.2.ebuild8
2 files changed, 11 insertions, 2 deletions
diff --git a/net-libs/libzapojit/ChangeLog b/net-libs/libzapojit/ChangeLog
index d63126a1eb80..ac9302d64382 100644
--- a/net-libs/libzapojit/ChangeLog
+++ b/net-libs/libzapojit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libzapojit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/ChangeLog,v 1.1 2012/12/23 17:32:45 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/ChangeLog,v 1.2 2012/12/23 17:41:34 eva Exp $
+
+ 23 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> libzapojit-0.0.2.ebuild:
+ Drop extraneous documentation directory.
*libzapojit-0.0.2 (23 Dec 2012)
diff --git a/net-libs/libzapojit/libzapojit-0.0.2.ebuild b/net-libs/libzapojit/libzapojit-0.0.2.ebuild
index 84fea1f31e0b..58f7584ceb20 100644
--- a/net-libs/libzapojit/libzapojit-0.0.2.ebuild
+++ b/net-libs/libzapojit/libzapojit-0.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.2.ebuild,v 1.1 2012/12/23 17:32:45 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.2.ebuild,v 1.2 2012/12/23 17:41:34 eva Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -40,3 +40,9 @@ src_configure() {
$(use_enable introspection)"
gnome2_src_configure
}
+
+src_install() {
+ gnome2_src_install
+ # Drop self-installed documentation
+ rm -r "${ED}"/usr/share/doc/libzapojit/ || die
+}