From 5711773202316e7c020ad15a604b466fcce82d7d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 14 Apr 2013 14:42:43 -0400 Subject: [PATCH] dev-python/ipython-irc: Add my iframe IRC client --- dev-python/ipython-irc/ChangeLog | 9 +++++ .../ipython-irc/ipython-irc-9999.ebuild | 33 +++++++++++++++++++ dev-python/ipython-irc/metadata.xml | 12 +++++++ 3 files changed, 54 insertions(+) create mode 100644 dev-python/ipython-irc/ChangeLog create mode 100644 dev-python/ipython-irc/ipython-irc-9999.ebuild create mode 100644 dev-python/ipython-irc/metadata.xml diff --git a/dev-python/ipython-irc/ChangeLog b/dev-python/ipython-irc/ChangeLog new file mode 100644 index 0000000..01ff97e --- /dev/null +++ b/dev-python/ipython-irc/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/ipython-irc +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*ipython-irc-9999 (14 Apr 2013) + + 14 Apr 2013; W. Trevor King ipython-irc-9999.ebuild: + + Initial Version diff --git a/dev-python/ipython-irc/ipython-irc-9999.ebuild b/dev-python/ipython-irc/ipython-irc-9999.ebuild new file mode 100644 index 0000000..572e004 --- /dev/null +++ b/dev-python/ipython-irc/ipython-irc-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) + +inherit distutils-r1 + +DESCRIPTION="A built-package format for Python" +HOMEPAGE="https://github.com/wking/ipython-irc/" +if [[ "${PV}" == "9999" ]]; then + inherit git-2 + EGIT_BRANCH="master" + EGIT_REPO_URI="git://github.com/wking/${PN}.git" + SRC_URI="" +else + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +fi + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="${PYTHON_DEPS} + dev-python/ipython + " +DEPEND="${PYTHON_DEPS}" + +src_install() { + distutils-r1_src_install + dodoc README.rst +} diff --git a/dev-python/ipython-irc/metadata.xml b/dev-python/ipython-irc/metadata.xml new file mode 100644 index 0000000..da54a8c --- /dev/null +++ b/dev-python/ipython-irc/metadata.xml @@ -0,0 +1,12 @@ + + + + + + wking@tremily.us + W. Trevor King + + + ipython-irc + + -- 2.26.2