summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2009-06-06 18:38:20 +0000
committerBen de Groot <yngwin@gentoo.org>2009-06-06 18:38:20 +0000
commite224a4e2ed5c4390b87c8e9ea08b42267f1c844f (patch)
tree4f36415c29524ec0f6c8b4c01b1ffabd6013c89a /x11-misc
parentppc stable #272551 (diff)
downloadgentoo-2-e224a4e2ed5c4390b87c8e9ea08b42267f1c844f.tar.gz
gentoo-2-e224a4e2ed5c4390b87c8e9ea08b42267f1c844f.tar.bz2
gentoo-2-e224a4e2ed5c4390b87c8e9ea08b42267f1c844f.zip
Install documentation into /usr/share/doc/ and do not install LICENSE.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/treeline/ChangeLog5
-rw-r--r--x11-misc/treeline/treeline-1.2.3.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-misc/treeline/ChangeLog b/x11-misc/treeline/ChangeLog
index 5f83ebf3b5e9..eaa00a1a2ce1 100644
--- a/x11-misc/treeline/ChangeLog
+++ b/x11-misc/treeline/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/treeline
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.37 2009/06/06 18:24:44 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.38 2009/06/06 18:38:20 yngwin Exp $
+
+ 06 Jun 2009; Ben de Groot <yngwin@gentoo.org> treeline-1.2.3.ebuild:
+ Install documentation into /usr/share/doc/ and do not install LICENSE.
*treeline-1.2.3 (06 Jun 2009)
diff --git a/x11-misc/treeline/treeline-1.2.3.ebuild b/x11-misc/treeline/treeline-1.2.3.ebuild
index 42521e0e4a72..1d64cf86d5e0 100644
--- a/x11-misc/treeline/treeline-1.2.3.ebuild
+++ b/x11-misc/treeline/treeline-1.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v 1.1 2009/06/06 18:24:44 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v 1.2 2009/06/06 18:38:20 yngwin Exp $
EAPI=2
NEED_PYTHON="2.4"
@@ -46,10 +46,12 @@ src_prepare() {
# install into proper python site-packages dir
sed -i "s;prefixDir, 'lib;'$(python_get_sitedir);" install.py || die 'sed failed'
+
+ rm doc/LICENSE
}
src_install() {
- "${python}" install.py -x -p /usr/ -d /usr/share/${PF} -b "${D}"
+ "${python}" install.py -x -p /usr/ -d /usr/share/doc/${PF} -b "${D}"
}
pkg_postinst() {