diff options
-rw-r--r-- | dev-python/pylirc/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/pylirc/pylirc-0.0.5-r1.ebuild | 20 |
2 files changed, 27 insertions, 3 deletions
diff --git a/dev-python/pylirc/ChangeLog b/dev-python/pylirc/ChangeLog index c881bf7fcf21..a3e88eddaad6 100644 --- a/dev-python/pylirc/ChangeLog +++ b/dev-python/pylirc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pylirc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.16 2010/07/23 22:34:03 arfrever Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.17 2013/07/01 08:38:36 idella4 Exp $ + +*pylirc-0.0.5-r1 (01 Jul 2013) + + 01 Jul 2013; Ian Delaney <idella4@gentoo.org> +pylirc-0.0.5-r1.ebuild: + revbump; migrate -> distutils-r1 23 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> pylirc-0.0.5.ebuild: @@ -53,4 +58,3 @@ 10 Sep 2003; Max Kalika <max@gentoo.org> pylirc-0.0.4.ebuild: Initial version. - diff --git a/dev-python/pylirc/pylirc-0.0.5-r1.ebuild b/dev-python/pylirc/pylirc-0.0.5-r1.ebuild new file mode 100644 index 000000000000..38279e272905 --- /dev/null +++ b/dev-python/pylirc/pylirc-0.0.5-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/07/01 08:38:36 idella4 Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="lirc module for Python" +HOMEPAGE="http://sourceforge.net/projects/pylirc/ http://pypi.python.org/pypi/pylirc" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="app-misc/lirc" +RDEPEND="${DEPEND}" |