summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-12-20 02:48:29 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-12-20 02:48:29 +0000
commit3d12c787d49ebc727f0c53fbdde2373ce4d11e0b (patch)
tree719a926766659fe6f9913d46ab5c6d6fc75fc638 /media-sound/positron
parentVersion bump (diff)
downloadgentoo-2-3d12c787d49ebc727f0c53fbdde2373ce4d11e0b.tar.gz
gentoo-2-3d12c787d49ebc727f0c53fbdde2373ce4d11e0b.tar.bz2
gentoo-2-3d12c787d49ebc727f0c53fbdde2373ce4d11e0b.zip
install doc in /usr/share/doc/PF, bug #241290
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.10 x86_64)
Diffstat (limited to 'media-sound/positron')
-rw-r--r--media-sound/positron/ChangeLog5
-rw-r--r--media-sound/positron/positron-1.1.ebuild8
2 files changed, 11 insertions, 2 deletions
diff --git a/media-sound/positron/ChangeLog b/media-sound/positron/ChangeLog
index a21996e9b912..663a4a6f9408 100644
--- a/media-sound/positron/ChangeLog
+++ b/media-sound/positron/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/positron
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/ChangeLog,v 1.18 2008/12/20 02:42:43 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/ChangeLog,v 1.19 2008/12/20 02:48:29 aballier Exp $
+
+ 20 Dec 2008; Alexis Ballier <aballier@gentoo.org> positron-1.1.ebuild:
+ install doc in /usr/share/doc/PF, bug #241290
20 Dec 2008; Alexis Ballier <aballier@gentoo.org> positron-1.1.ebuild:
convert to distutils eclass
diff --git a/media-sound/positron/positron-1.1.ebuild b/media-sound/positron/positron-1.1.ebuild
index 15469b6a23f6..ea8bbe04bd45 100644
--- a/media-sound/positron/positron-1.1.ebuild
+++ b/media-sound/positron/positron-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/positron-1.1.ebuild,v 1.12 2008/12/20 02:42:43 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/positron/positron-1.1.ebuild,v 1.13 2008/12/20 02:48:29 aballier Exp $
inherit distutils
@@ -16,3 +16,9 @@ IUSE="vorbis"
DEPEND=">=dev-lang/python-2.2"
RDEPEND="${DEPEND}
vorbis? ( dev-python/pyvorbis )"
+
+src_unpack() {
+ distutils_src_unpack
+ # install docs in /usr/share/doc/${PF}, bug #241290
+ sed -i -e "s:share/doc/positron:share/doc/${PF}:" setup.py
+}