summaryrefslogtreecommitdiff
path: root/dev-python/pyosd
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-01-15 11:19:18 +0100
committerPacho Ramos <pacho@gentoo.org>2017-01-15 11:32:01 +0100
commitb9a6e6ea48283b2869ea71c128f3e49bde779a12 (patch)
tree2b9d2de9f055990ec0eae9fbbbda9422118d8cc7 /dev-python/pyosd
parent813f4dba963b121761356f363136d3ae1a1f57c6 (diff)
downloadgentoo-b9a6e6ea48283b2869ea71c128f3e49bde779a12.tar.gz
gentoo-b9a6e6ea48283b2869ea71c128f3e49bde779a12.tar.xz
dev-python/pyosd: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/pyosd')
-rw-r--r--dev-python/pyosd/pyosd-0.2.14.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/pyosd/pyosd-0.2.14.ebuild b/dev-python/pyosd/pyosd-0.2.14.ebuild
deleted file mode 100644
index 496a8803537..00000000000
--- a/dev-python/pyosd/pyosd-0.2.14.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils
-
-DESCRIPTION="Python module for displaying text on your X display, like the 'On Screen Displays' used on TVs"
-HOMEPAGE="http://ichi2.net/pyosd/"
-SRC_URI="http://ichi2.net/pyosd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc x86"
-IUSE="examples"
-
-DEPEND=">=x11-libs/xosd-2.2.4"
-RDEPEND="${DEPEND}"
-
-DOCS="AUTHORS"
-
-src_install() {
- distutils_src_install
-
- dohtml pyosd.html
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r modules || die "doins failed"
- fi
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
-
- elog "If you want to run the included daemon, you will need to install dev-python/twisted-core."
- elog "Also note that the volume plugin requires media-sound/aumix."
-}