updated palaver-9999.ebuild
This commit is contained in:
parent
711998ccd7
commit
11b2a61d19
2 changed files with 7 additions and 6 deletions
|
@ -2,13 +2,13 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=3
|
||||
EAPI=5
|
||||
PYTHON_DEPEND="2"
|
||||
|
||||
inherit distutils eutils python git-2
|
||||
DESCRIPTION="Multi-user chat component for jabber implemented in python"
|
||||
HOMEPAGE="https://github.com/twonds/palaver"
|
||||
EGIT_REPO_URI="git://github.com/twonds/palaver"
|
||||
HOMEPAGE="https://github.com/fritteli/palaver"
|
||||
EGIT_REPO_URI="git://github.com/fritteli/palaver"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
@ -20,11 +20,12 @@ RDEPEND=">=dev-python/twisted-core-2.4.0
|
|||
|
||||
pkg_setup() {
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cp ${FILESDIR}/palaver_plugin.py ${S}/twisted/plugins
|
||||
rm ${S}/twisted/plugins/palaver.py
|
||||
# cp ${FILESDIR}/palaver_plugin.py ${S}/twisted/plugins
|
||||
# rm ${S}/twisted/plugins/palaver.py
|
||||
cd ${S}/palaver
|
||||
mv palaver.py __init__.py
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue