diff options
author | Fernando Serboncini <fserb@gentoo.org> | 2005-03-22 15:34:15 +0000 |
---|---|---|
committer | Fernando Serboncini <fserb@gentoo.org> | 2005-03-22 15:34:15 +0000 |
commit | 424343aa751f8ebd455eff9717e61f677722dfec (patch) | |
tree | 441b9140ab43677e19a10d474564f50b8750cf23 /dev-python/pylirc/pylirc-0.0.5.ebuild | |
parent | Stable on alpha (diff) | |
download | historical-424343aa751f8ebd455eff9717e61f677722dfec.tar.gz historical-424343aa751f8ebd455eff9717e61f677722dfec.tar.bz2 historical-424343aa751f8ebd455eff9717e61f677722dfec.zip |
Version bump 0.0.5
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-python/pylirc/pylirc-0.0.5.ebuild')
-rw-r--r-- | dev-python/pylirc/pylirc-0.0.5.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/pylirc/pylirc-0.0.5.ebuild b/dev-python/pylirc/pylirc-0.0.5.ebuild new file mode 100644 index 000000000000..2ac240360aa9 --- /dev/null +++ b/dev-python/pylirc/pylirc-0.0.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/pylirc-0.0.5.ebuild,v 1.1 2005/03/22 15:34:15 fserb Exp $ + +inherit distutils + +DESCRIPTION="lirc module for Python." +HOMEPAGE="http://sourceforge.net/projects/pylirc/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc ~amd64" +IUSE="" + +DEPEND="${DEPEND} + app-misc/lirc" |