summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-06-24 15:16:02 +0000
committerIan Delaney <idella4@gentoo.org>2013-06-24 15:16:02 +0000
commit5c69b9f9a40c0c545a5cc49f58f4f80822051d29 (patch)
tree82da6d1109af6e5275936063fc9202cbfd6c468a /dev-python/irman-python/irman-python-0.1-r1.ebuild
parentStable for amd64 wrt bug #472216 (diff)
downloadgentoo-2-5c69b9f9a40c0c545a5cc49f58f4f80822051d29.tar.gz
gentoo-2-5c69b9f9a40c0c545a5cc49f58f4f80822051d29.tar.bz2
gentoo-2-5c69b9f9a40c0c545a5cc49f58f4f80822051d29.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/irman-python/irman-python-0.1-r1.ebuild')
-rw-r--r--dev-python/irman-python/irman-python-0.1-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/irman-python/irman-python-0.1-r1.ebuild b/dev-python/irman-python/irman-python-0.1-r1.ebuild
new file mode 100644
index 000000000000..ee20913eec8b
--- /dev/null
+++ b/dev-python/irman-python/irman-python-0.1-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/irman-python/irman-python-0.1-r1.ebuild,v 1.1 2013/06/24 15:16:02 idella4 Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A minimal set of Python bindings for libirman."
+HOMEPAGE="http://bluweb.com/chouser/proj/irman-python/"
+SRC_URI="http://bluweb.com/chouser/proj/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/libirman"
+RDEPEND="${DEPEND}"
+DOCS=( README test_name.py )