summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2007-04-21 09:12:34 +0000
committerTiziano Müller <dev-zero@gentoo.org>2007-04-21 09:12:34 +0000
commitbb7ed4c743e3c65cccddcf2289cd9041be12ec50 (patch)
tree85c8ebd765fd1ed5b107f757ed2946dcc010e11b /dev-python/pyosd/pyosd-0.2.14.ebuild
parentgnome-base/libgnomekbd: bump to 2.18.1 (diff)
downloadgentoo-2-bb7ed4c743e3c65cccddcf2289cd9041be12ec50.tar.gz
gentoo-2-bb7ed4c743e3c65cccddcf2289cd9041be12ec50.tar.bz2
gentoo-2-bb7ed4c743e3c65cccddcf2289cd9041be12ec50.zip
Small cleanup.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-python/pyosd/pyosd-0.2.14.ebuild')
-rw-r--r--dev-python/pyosd/pyosd-0.2.14.ebuild14
1 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/pyosd/pyosd-0.2.14.ebuild b/dev-python/pyosd/pyosd-0.2.14.ebuild
index d1e3884b006b..e902f1e4a311 100644
--- a/dev-python/pyosd/pyosd-0.2.14.ebuild
+++ b/dev-python/pyosd/pyosd-0.2.14.ebuild
@@ -1,25 +1,29 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/pyosd-0.2.14.ebuild,v 1.4 2007/03/04 09:32:10 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/pyosd-0.2.14.ebuild,v 1.5 2007/04/21 09:12:34 dev-zero Exp $
inherit distutils
DESCRIPTION="PyOSD is a python module for displaying text on your X display, much like the 'On Screen Displays' used on TVs and some monitors."
HOMEPAGE="http://repose.cx/pyosd/"
SRC_URI="http://repose.cx/pyosd/${P}.tar.gz"
-IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+IUSE="examples"
DEPEND=">=x11-libs/xosd-2.2.4"
+RDEPEND="${DEPEND}"
src_install() {
+ DOCS="AUTHORS"
distutils_src_install
dohtml pyosd.html
- dodoc AUTHORS
- docinto modules
- dodoc modules/*
+
+ if use examples ; then
+ insinto /usr/share/doc/${PF}
+ doins -r modules
+ fi
}
pkg_postinst() {