This commit is contained in:
parent
737b446abf
commit
0ab8270cf8
@ -1,3 +0,0 @@
|
|||||||
DIST Yapsy-1.9.tar.gz 22547 RMD160 8b165f4b4da417de0d7fa65f61f7b8af82dba696 SHA1 56af12da56cc7871995ddb189f08cd556a5a7c4a SHA256 3d4c802db72fe84669cb56df2ccf5957eebb1e98fd6f74e136ff9adba2d95740
|
|
||||||
EBUILD yapsy-1.9.ebuild 546 RMD160 fad2a2980bdb195722c74c4c0ef8ed643fd8e352 SHA1 d759ff9a6580dc4b2fc18425cfe1fae2eaeca559 SHA256 68c830128f9a4092a76ac06a5c2422a4a32886f12af2a941086091f529f0eca0
|
|
||||||
MISC metadata.xml 289 RMD160 d83943b891a6640375edcff31954bf32a3c14cd6 SHA1 1d86d55f6b6637028dab30d8ff367c911b6e3087 SHA256 eacbe8b66efb4cf5fe5463bb83e34f3e8b547d80d5e878ce711c92bc6f0921d3
|
|
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<longdescription lang="en">Small library implementing the core mechanisms needed to build a plugin system into a wider application</longdescription>
|
|
||||||
</pkgmetadata>
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
|||||||
# Copyright 1999-2012 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
EAPI="4"
|
|
||||||
|
|
||||||
DISTUTILS_SRC_TEST="setup.py"
|
|
||||||
|
|
||||||
SUPPORT_PYTHON_ABIS="1"
|
|
||||||
PYTHON_DEPEND="2"
|
|
||||||
RESTRICT_PYTHON_ABIS="3.*"
|
|
||||||
|
|
||||||
inherit distutils
|
|
||||||
|
|
||||||
DESCRIPTION="A fat-free DIY Python plugin management toolkit"
|
|
||||||
HOMEPAGE="http://yapsy.sourceforge.net/"
|
|
||||||
SRC_URI="mirror://sourceforge/yapsy/Yapsy-${PV}/Yapsy-${PV}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="BSD"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
IUSE=""
|
|
||||||
DEPEND="dev-python/setuptools"
|
|
||||||
RDEPEND=""
|
|
||||||
S="${WORKDIR}/Yapsy-${PV}"
|
|
@ -1,5 +0,0 @@
|
|||||||
AUX errd.confd 88 RMD160 0cd607e1a866840c52aa7141f4a1a93c8094184c SHA1 52eea938e025272a15bce8ad39ec0f50c453fb1e SHA256 457f9627d9d6398c198c307e3422a8b3e0112e09052e435b36ca5322f93214e6
|
|
||||||
AUX errd.initd 484 RMD160 c5d46daa37ff12865ffc7fcfef0ea8ce522d914d SHA1 84294cbf275d3d80dabc4fb1500545ee69ae2c3f SHA256 b5ddcc63b4906cc19e5a2e6880f186443818437f2511c9837995f7298221d1ef
|
|
||||||
DIST err-1.2.1.tar.gz 24308 RMD160 77b83061ce9ffaece8aaadfa5058f473b0ddbd88 SHA1 3fc9f3f29e4843d37b6fb8191f22f4595629e8b6 SHA256 969b693935578b9fb0fcb2c42a956d139040fadbf41e6911ea756c18f19a2a03
|
|
||||||
EBUILD err-1.2.1.ebuild 1132 RMD160 3d97e25a5574110c583e15a3fa6205b75fb4d045 SHA1 dde210b4b58042f6f60bdee2edb37d04b532a60a SHA256 090afc78882c5f64148500746048a4f23c077b36c4829bcea7fb81f53746ecf4
|
|
||||||
EBUILD err-9999.ebuild 1141 RMD160 df6ae87b738679b96caffce17c117def1dd55099 SHA1 f2853914ce999817d825acb9fca9b4bc30e2a63d SHA256 1511f7ccba6492f02867918476248b1c51bdcfd516cfd41b10dcea910ba44f47
|
|
@ -1,50 +0,0 @@
|
|||||||
# Copyright 1999-2012 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
EAPI=4
|
|
||||||
|
|
||||||
DISTUTILS_SRC_TEST="setup.py"
|
|
||||||
|
|
||||||
SUPPORT_PYTHON_ABIS="1"
|
|
||||||
PYTHON_DEPEND="2:2.7"
|
|
||||||
RESTRICT_PYTHON_ABIS="3.*"
|
|
||||||
|
|
||||||
inherit distutils eutils user
|
|
||||||
|
|
||||||
DESCRIPTION="err is a plugin based XMPP chatbot designed to be easily deployable, extensible and maintainable."
|
|
||||||
HOMEPAGE="http://gbin.github.com/err/"
|
|
||||||
|
|
||||||
SRC_URI="mirror://pypi/e/${PN}/${P}.tar.gz"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
LICENSE="GPL-3"
|
|
||||||
SLOT="0"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND="dev-python/setuptools"
|
|
||||||
RDEPEND="dev-python/xmpppy
|
|
||||||
dev-python/python-daemon
|
|
||||||
dev-python/yapsy"
|
|
||||||
|
|
||||||
pkg_setup() {
|
|
||||||
python_pkg_setup
|
|
||||||
ebegin "Creating err group and user"
|
|
||||||
enewgroup 'err'
|
|
||||||
enewuser 'err' -1 -1 -1 'err'
|
|
||||||
eend ${?}
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
distutils_src_install
|
|
||||||
newinitd "${FILESDIR}"/errd.initd errd
|
|
||||||
newconfd "${FILESDIR}"/errd.confd errd
|
|
||||||
dodir /etc/${PN}
|
|
||||||
dodir /var/lib/${PN}
|
|
||||||
keepdir /var/log/${PN}
|
|
||||||
keepdir /var/run/${PN}
|
|
||||||
fowners -R err:err /var/lib/${PN}
|
|
||||||
fowners -R err:err /var/log/${PN}
|
|
||||||
fowners -R err:err /var/run/${PN}
|
|
||||||
insinto /etc/${PN}
|
|
||||||
newins errbot/config-template.py config.py
|
|
||||||
}
|
|
@ -1,52 +0,0 @@
|
|||||||
# Copyright 1999-2012 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
EAPI=4
|
|
||||||
|
|
||||||
EGIT_REPO_URI="git://github.com/gbin/err.git"
|
|
||||||
|
|
||||||
DISTUTILS_SRC_TEST="setup.py"
|
|
||||||
|
|
||||||
SUPPORT_PYTHON_ABIS="1"
|
|
||||||
PYTHON_DEPEND="2:2.7"
|
|
||||||
RESTRICT_PYTHON_ABIS="3.*"
|
|
||||||
|
|
||||||
inherit distutils eutils git-2 user
|
|
||||||
|
|
||||||
DESCRIPTION="err is a plugin based XMPP chatbot designed to be easily deployable, extensible and maintainable."
|
|
||||||
HOMEPAGE="http://gbin.github.com/err/"
|
|
||||||
|
|
||||||
SRC_URI=""
|
|
||||||
KEYWORDS=""
|
|
||||||
LICENSE="GPL-3"
|
|
||||||
SLOT="0"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND="dev-python/setuptools"
|
|
||||||
RDEPEND="dev-python/xmpppy
|
|
||||||
dev-python/python-daemon
|
|
||||||
dev-python/yapsy"
|
|
||||||
|
|
||||||
pkg_setup() {
|
|
||||||
python_pkg_setup
|
|
||||||
ebegin "Creating err group and user"
|
|
||||||
enewgroup 'err'
|
|
||||||
enewuser 'err' -1 -1 -1 'err'
|
|
||||||
eend ${?}
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
distutils_src_install
|
|
||||||
newinitd "${FILESDIR}"/errd.initd errd
|
|
||||||
newconfd "${FILESDIR}"/errd.confd errd
|
|
||||||
dodir /etc/${PN}
|
|
||||||
dodir /var/lib/${PN}
|
|
||||||
keepdir /var/log/${PN}
|
|
||||||
keepdir /var/run/${PN}
|
|
||||||
fowners -R err:err /var/lib/${PN}
|
|
||||||
fowners -R err:err /var/log/${PN}
|
|
||||||
fowners -R err:err /var/run/${PN}
|
|
||||||
insinto /etc/${PN}
|
|
||||||
newins errbot/config-template.py config.py
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
ERR_CONFIG_PATH=/etc/err
|
|
||||||
ERR_PID_FILE=/var/run/err/err.pid
|
|
||||||
ERR_USER=err
|
|
||||||
ERR_GROUP=err
|
|
||||||
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
|||||||
#!/sbin/runscript
|
|
||||||
# Copyright 1999-2012 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
depend() {
|
|
||||||
need net
|
|
||||||
}
|
|
||||||
|
|
||||||
start() {
|
|
||||||
ebegin "Starting errd"
|
|
||||||
start-stop-daemon --start --make-pidfile --pidfile ${ERR_PID_FILE} --background --quiet \
|
|
||||||
--exec /usr/bin/python2 -- /usr/bin/err.py -c ${ERR_CONFIG_PATH} -u ${ERR_USER} -g ${ERR_GROUP}
|
|
||||||
eend $?
|
|
||||||
}
|
|
||||||
|
|
||||||
stop() {
|
|
||||||
ebegin "Stopping errd"
|
|
||||||
start-stop-daemon --stop --pidfile ${ERR_PID_FILE}
|
|
||||||
eend $?
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user