summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2005-02-02 16:26:31 +0000
committerJon Hood <squinky86@gentoo.org>2005-02-02 16:26:31 +0000
commit1fa1074e803e38ccdc17b6f3df1ec175440627ca (patch)
treeb38e07434f1513e8739685127db8a0bf9b400469 /net-libs/libgmail
parentRemoved failure when PPP isn't found. The ebuild now gives a warning but cont... (diff)
downloadgentoo-2-1fa1074e803e38ccdc17b6f3df1ec175440627ca.tar.gz
gentoo-2-1fa1074e803e38ccdc17b6f3df1ec175440627ca.tar.bz2
gentoo-2-1fa1074e803e38ccdc17b6f3df1ec175440627ca.zip
install only one copy of the docs, #79187
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-libs/libgmail')
-rw-r--r--net-libs/libgmail/ChangeLog7
-rw-r--r--net-libs/libgmail/libgmail-0.0.8.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/net-libs/libgmail/ChangeLog b/net-libs/libgmail/ChangeLog
index 426418f537b4..4596aa8da0bd 100644
--- a/net-libs/libgmail/ChangeLog
+++ b/net-libs/libgmail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libgmail
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgmail/ChangeLog,v 1.3 2004/10/17 09:53:06 dholm Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgmail/ChangeLog,v 1.4 2005/02/02 16:26:31 squinky86 Exp $
+
+ 02 Feb 2005; Jon Hood <squinky86@gentoo.org> libgmail-0.0.8.ebuild:
+ Install one copy of the docs, #79187; thanks James Rowe <jnrowe@ukfsn.org>.
17 Oct 2004; David Holm <dholm@gentoo.org> libgmail-0.0.8.ebuild:
Added to ~ppc.
diff --git a/net-libs/libgmail/libgmail-0.0.8.ebuild b/net-libs/libgmail/libgmail-0.0.8.ebuild
index dbf5879ba7dd..1f561cef16b1 100644
--- a/net-libs/libgmail/libgmail-0.0.8.ebuild
+++ b/net-libs/libgmail/libgmail-0.0.8.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/net-libs/libgmail/libgmail-0.0.8.ebuild,v 1.3 2004/10/17 09:53:06 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgmail/libgmail-0.0.8.ebuild,v 1.4 2005/02/02 16:26:31 squinky86 Exp $
inherit python
@@ -29,7 +29,7 @@ src_install() {
python_version
exeinto /usr/lib/python${PYVER}/site-packages
doexe libgmail.py constants.py mkconstants.py
- dodir /usr/share/doc/${PF}
- cp -r demos ${D}/usr/share/doc/${PF}
- dodoc ANNOUNCE CHANGELOG README demos/*
+ exeinto /usr/share/doc/${PF}/demos
+ doexe -r demos/*
+ dodoc ANNOUNCE CHANGELOG README
}