updated and cleaned up ebuilds
This commit is contained in:
parent
11b2a61d19
commit
a6baf5f092
3 changed files with 4 additions and 19 deletions
|
@ -8,8 +8,7 @@ PYTHON_DEPEND="2"
|
|||
inherit distutils eutils python
|
||||
DESCRIPTION="Multi-user chat component for jabber implemented in python"
|
||||
HOMEPAGE="https://github.com/fritteli/palaver"
|
||||
SRC_URI="https://github.com/fritteli/palaver/archive/${PV}.0.1.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${P}.0.1"
|
||||
SRC_URI="https://github.com/fritteli/palaver/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
@ -24,13 +23,6 @@ pkg_setup() {
|
|||
python_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# cp ${FILESDIR}/palaver_plugin.py ${S}/twisted/plugins
|
||||
# rm ${S}/twisted/plugins/palaver.py
|
||||
cd ${S}/palaver
|
||||
mv palaver.py __init__.py
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# nothing to be done here?
|
||||
distutils_src_compile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue