Remove ebuilds for ancient net-im/punjab

This commit is contained in:
Manuel Friedli 2019-03-18 23:40:48 +01:00
parent b15e452930
commit 541190c77c
7 changed files with 0 additions and 150 deletions

View File

@ -1,10 +0,0 @@
05 Sep 2016; Manuel Friedli <manuel@fritteli.ch> punjab-0.15.ebuild,
punjab-9999.ebuild:
net-im/punjab: fixed punjab ebuilds for EAPI="6"
01 Sep 2016; Manuel Friedli <manuel@fritteli.ch> punjab-0.15.ebuild,
punjab-9999.ebuild:
net-im/punjab: updated to EAPI="6"
07 Jun 2016; Manuel Friedli <manuel@fritteli.ch> +ChangeLog:
Added ChangeLog

View File

@ -1,7 +0,0 @@
AUX punjab-confd 67 SHA256 2951827630ccbd793922d32f7f61416747c50ebb2cd542062f1dd82dc9ec94c7 SHA512 9784f2b70cc5830b44702ad74d5b18475fb081f5728ac346746b3f347a9a33771680752a29e42e13b9d2ce7eb983babe22486945b2be22dbfbff6078e8a837ba WHIRLPOOL cb64ecbcd7710d0a6f33ece9bb851a829a6e8c1a978235f7e96f882d69b63ab172a69e4c04c38adc07758fcf39fa0ebebf8f3a40821d7295746378d91d3f98dc
AUX punjab-initd 622 SHA256 f6142a10931321d1627ced397e53251b7ce05a1f24e61c73d7a6ae2cdbe652fa SHA512 da206f1586373338049e176d72beb87d3ae4867f37f692a1ed6d2e2beefbe0526da668d3f0112c6097bbe0f97067011c90731ef020563e1d0d842d8f533c5d14 WHIRLPOOL 5633baaf101bb0524b913902acf7db9c89828dd2a04b773d521f214022828d4498467f718294d3be242d1ab543a3a7bbf8d7d75bfa8979ad03ec0343b9f3379e
DIST punjab-0.15.tar.gz 44056 SHA256 96fd69d77477f967f25c0d6a0af5a628d522e6df11dbb6a16e84bf357db18e76 SHA512 7651cade4e8caea700dd8cccff6459b0b3593003466056c961e95261f33d533e767ff923d81685170b8c6ce1623147723b98c25210a427a016df8cb9fec09dfd WHIRLPOOL 1497a41540715c41e5407200c29c2067222526e1d0148bfd355930bc5f5f89f7080c2d67d8f63558542f770401d058f6b08062e4fc032a5bbe5e5dc5a4ea0121
EBUILD punjab-0.15.ebuild 1150 SHA256 cb0d1e03fa1101c00b1e44d449eccd796b0b3cdcd131b8575ae3a92467eb1615 SHA512 692d27d58d0eda7ce9fd9f27890d3f4f810da5585b7744bd22489610e573840df2d8773f374f7601fae697f5ec3c331f084e855b7040d154d5a79ae6cab79e09 WHIRLPOOL 18d4964f09b5c9cdb37c5a1bfa74d64db569b1c5868751e2631f0e6e7c7c8250f7ff8f28b3c1667a73cbea9061598b76db1d2143a76283b06acef4e2d478f785
EBUILD punjab-9999.ebuild 1261 SHA256 7858ba64dc692226d7b3cc319d883a7de1ece63f579002c26e62abf769337765 SHA512 337c9304326d172b9121770a293d7b729d758429a85a95623b2cf5f77fa771af33aadba9e621cbfcdd12c8c79194e402975fdea7f6367002e9c47ad2acd967bd WHIRLPOOL b4324ceec920bf48126b09fc811853704743fa06c17889a6a65487c32c81223762aeffabd140962ee6bb18c86a7f6b0abe4672857eedf995b619c40ded67f930
MISC ChangeLog 359 SHA256 1e242a07e4bfce20fa6697c19fe3822519a195537daf2b81c4507d488d58e9c9 SHA512 f0205551c3c5a471c901350cb155ee27f3a16c69fde8715e95cbf7c7b796db456efe4168fee24441958db948ea8976593134b0e7b63f4d1f17dea3d5dde64752 WHIRLPOOL f593468141c13bfd43945110c1d59016cbe78fd4324bb2eb897e00615bb4c68b2acdcead0c181df6a4ff3b525c7cf90342de233f77e720e836c4af03f9b73875
MISC metadata.xml 321 SHA256 e767aa8834f98e904bbd3e403687af06094f033076939e29657780e93ba0e27b SHA512 24300ec503c0b7efe13b61b4b29d72abb19559e9459f35bb4a2d8680ce9cf9b5107e06ac01e081cf249144c0f58dd4ba327d4fbba281b3de365b01835b64ee93 WHIRLPOOL a1cefac68e7d7a95ff7a04b369c665db310c29b05c1d3b027c302979771e5e48516578852e720ad0e743b1e22b8f6f6c7f10786c8c2f9ff3d9e9d9340ab62b25

View File

@ -1,2 +0,0 @@
# location of the configuration file
CONFIG=/etc/jabber/punjab.xml

View File

@ -1,24 +0,0 @@
#!/sbin/openrc-run
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
depend() {
need net
use jabber-server
}
start() {
ebegin "Starting Punjab BOSH connection manager"
start-stop-daemon --start --pidfile /var/run/jabber/punjab.pid -u jabber -g jabber \
--exec /usr/bin/twistd -- -l /var/log/jabber/punjab.log --pidfile /var/run/jabber/punjab.pid \
-y /etc/jabber/punjab.tac
# -c ${CONFIG}
eend $?
}
stop() {
ebegin "Stopping Punjab BOSH connection manager"
start-stop-daemon --stop --quiet --pidfile /var/run/jabber/punjab.pid
eend $?
}

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>manuel@fritteli.ch</email>
<name>Manuel Friedli</name>
</maintainer>
<use>
<flag name="tls">Enable Transport Layer Security</flag>
</use>
</pkgmetadata>

View File

@ -1,45 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils python-r1
DESCRIPTION="BOSH connection manager for jabber implemented in python"
HOMEPAGE="https://github.com/twonds/punjab"
SRC_URI="https://github.com/twonds/punjab/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="tls"
DEPEND="${PYTHON_DEPS}
net-im/jabber-base"
RDEPEND="${PYTHON_DEPS}
>=dev-python/twisted-core-11.1.0[${PYTHON_USEDEP}]
>=dev-python/twisted-names-11.1.0[${PYTHON_USEDEP}]
tls? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
${DEPEND}"
src_compile() {
# nothing to be done here?
distutils-r1_src_compile
}
src_install() {
distutils-r1_src_install
insinto /etc/jabber
newins punjab.tac ${PN}.tac
fperms 600 /etc/jabber/${PN}.tac
fowners jabber:jabber /etc/jabber/${PN}.tac
newinitd "${FILESDIR}/${PN}-initd" ${PN}
# newconfd "${FILESDIR}/${PN}-confd" ${PN}
}
pkg_postinst() {
einfo "A sample config file has been installed into /etc/jabber/${PN}.tac."
einfo "Please adjust the settings as needed."
}

View File

@ -1,51 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils python-r1 git-r3
DESCRIPTION="BOSH connection manager for jabber implemented in python"
HOMEPAGE="https://github.com/twonds/punjab"
EGIT_REPO_URI="git://github.com/twonds/punjab"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="tls"
DEPEND="${PYTHON_DEPS}
net-im/jabber-base"
RDEPEND="${PYTHON_DEPS}
>=dev-python/twisted-core-11.1.0[${PYTHON_USEDEP}]
>=dev-python/twisted-names-11.1.0[${PYTHON_USEDEP}]
tls? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
${DEPEND}"
#pkg_setup() {
# python_pkg_setup
#}
src_compile() {
# nothing to be done here?
distutils-r1_src_compile
}
src_install() {
distutils-r1_src_install
insinto /etc/jabber
newins punjab.tac ${PN}.tac
fperms 600 /etc/jabber/${PN}.tac
fowners jabber:jabber /etc/jabber/${PN}.tac
# dosed \
# "s:<spool>[^\<]*</spool>:<spool>/var/spool/jabber</spool>:" \
# /etc/jabber/${PN}.xml
newinitd "${FILESDIR}/${PN}-initd" ${PN}
# newconfd "${FILESDIR}/${PN}-confd" ${PN}
}
pkg_postinst() {
einfo "A sample config file has been installed into /etc/jabber/${PN}.tac."
einfo "Please adjust the settings as needed."
}