diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-01-20 01:56:07 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-01-20 01:56:07 +0000 |
commit | 54e03540388ebb57583be5106747c8ee8512695d (patch) | |
tree | ab23d6fd1eef8b27def8c772c0abfe0087ed32ee /dev-python/pyosd/pyosd-0.2.7.ebuild | |
parent | Initial commit (diff) | |
download | gentoo-2-54e03540388ebb57583be5106747c8ee8512695d.tar.gz gentoo-2-54e03540388ebb57583be5106747c8ee8512695d.tar.bz2 gentoo-2-54e03540388ebb57583be5106747c8ee8512695d.zip |
Initial commit
Diffstat (limited to 'dev-python/pyosd/pyosd-0.2.7.ebuild')
-rw-r--r-- | dev-python/pyosd/pyosd-0.2.7.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/pyosd/pyosd-0.2.7.ebuild b/dev-python/pyosd/pyosd-0.2.7.ebuild new file mode 100644 index 000000000000..36596e390438 --- /dev/null +++ b/dev-python/pyosd/pyosd-0.2.7.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/pyosd-0.2.7.ebuild,v 1.1 2004/01/20 01:55:57 pythonhead Exp $ + +inherit distutils + +DESCRIPTION="Bindings for XOSD" +HOMEPAGE="http://repose.cx/pyosd/" +SRC_URI="http://repose.cx/pyosd/${P}.tar.gz" +IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/python + >=x11-libs/xosd-2.2.4" |