dev-python/xmppony/xmppony-0.1.ebuild
author Da Risk <da_risk@geekorum.com>
Mon, 27 Feb 2017 10:42:41 -0800
changeset 206 0381302aeb96
parent 1 af44598ccbe3
permissions -rw-r--r--
Remove munkres it's now in the gentoo tree
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     1
# Copyright 1999-2010 Gentoo Foundation
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     2
# Distributed under the terms of the GNU General Public License v2
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     3
# $Header: $
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     4
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     5
EAPI=3
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     6
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     7
inherit distutils python
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     8
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     9
DESCRIPTION="xmppony is an XMPP library writtenin python and is distributed
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    10
under the GPL-3 license"
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    11
HOMEPAGE="http://xmppony.last-exile.org"
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    12
SRC_URI="http://xmppony.last-exile.org/sources/${P}.tar.bz2"
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    13
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    14
LICENSE="GPL-3"
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    15
SLOT="0"
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    16
KEYWORDS="~amd64"
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    17
IUSE=""
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    18
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    19
PYTHON_DEPEND="2:5"
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    20