2015-03-07 22:23:18 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2013-06-25 16:09:08 +04:00
|
|
|
EAPI=5
|
2015-04-08 16:23:29 +03:00
|
|
|
PYTHON_COMPAT=( python2_7 )
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2013-06-25 16:09:08 +04:00
|
|
|
inherit distutils-r1
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2014-08-12 13:29:40 +04:00
|
|
|
DESCRIPTION="A minimal set of Python bindings for libirman"
|
2012-02-06 16:39:49 +04:00
|
|
|
HOMEPAGE="http://bluweb.com/chouser/proj/irman-python/"
|
|
|
|
SRC_URI="http://bluweb.com/chouser/proj/${PN}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
2015-03-09 22:56:36 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2012-02-06 16:39:49 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND="media-libs/libirman"
|
|
|
|
RDEPEND="${DEPEND}"
|
2013-06-25 16:09:08 +04:00
|
|
|
DOCS=( README test_name.py )
|