diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-07-01 08:38:36 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-07-01 08:38:36 +0000 |
commit | 656ffe1a5f7659e4890d3f150ce1f383a938fda8 (patch) | |
tree | 634ced230a8831b996c4a65d4224fce7511341e7 /dev-python/pylirc | |
parent | Marked ~ppc-macos, bug #475236 (diff) | |
download | gentoo-2-656ffe1a5f7659e4890d3f150ce1f383a938fda8.tar.gz gentoo-2-656ffe1a5f7659e4890d3f150ce1f383a938fda8.tar.bz2 gentoo-2-656ffe1a5f7659e4890d3f150ce1f383a938fda8.zip |
revbump; migrate -> distutils-r1
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pylirc')
-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}" |