summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyosd')
-rw-r--r--dev-python/pyosd/ChangeLog5
-rw-r--r--dev-python/pyosd/pyosd-0.2.14.ebuild14
2 files changed, 13 insertions, 6 deletions
diff --git a/dev-python/pyosd/ChangeLog b/dev-python/pyosd/ChangeLog
index e1d536cf1ce7..d63cfff82ce9 100644
--- a/dev-python/pyosd/ChangeLog
+++ b/dev-python/pyosd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyosd
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/ChangeLog,v 1.13 2007/03/04 09:32:10 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/ChangeLog,v 1.14 2007/04/21 09:12:34 dev-zero Exp $
+
+ 21 Apr 2007; Tiziano Müller <dev-zero@gentoo.org> pyosd-0.2.14.ebuild:
+ Small cleanup.
04 Mar 2007; Lukasz Strzygowski <lucass@gentoo.org> pyosd-0.2.14.ebuild:
Replaced einfo with elog in pkg_postinst.
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() {