diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2005-12-19 00:38:06 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2005-12-19 00:38:06 +0000 |
commit | e89da941034e662c88c0f8a8744cd489a7adb94e (patch) | |
tree | f8e01233c89bc899b1f67c608cfbb8a03116f257 /dev-python/pyosd/pyosd-0.2.14.ebuild | |
parent | Version bump; also fix #103312. (diff) | |
download | historical-e89da941034e662c88c0f8a8744cd489a7adb94e.tar.gz historical-e89da941034e662c88c0f8a8744cd489a7adb94e.tar.bz2 historical-e89da941034e662c88c0f8a8744cd489a7adb94e.zip |
Version bump. Added message about optional dependencies (bug #87987). Removed older versions.
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-python/pyosd/pyosd-0.2.14.ebuild')
-rw-r--r-- | dev-python/pyosd/pyosd-0.2.14.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/pyosd/pyosd-0.2.14.ebuild b/dev-python/pyosd/pyosd-0.2.14.ebuild new file mode 100644 index 000000000000..b1a17aaa3536 --- /dev/null +++ b/dev-python/pyosd/pyosd-0.2.14.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 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.1 2005/12/19 00:38:06 lucass 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="~x86 ~ppc" + +DEPEND="virtual/python + >=x11-libs/xosd-2.2.4" + +src_install() { + distutils_src_install + dohtml pyosd.html + dodoc AUTHORS + cp -r modules ${D}/usr/share/doc/${PF} +} + +pkg_postinst() { + einfo "" + einfo "If you want to run the included daemon" + einfo "you will need to emerge dev-python/twisted." + einfo "" + einfo "Also note that the volume plugin" + einfo "requires media-sound/aumix." + einfo "" +} |