gajim-otr: remove, no longer supported

The plugin was not ported to the python3 code base of gajim 1.0.0:
https://dev.gajim.org/gajim/gajim/blob/gajim-1.0.0/ChangeLog
This commit is contained in:
Helmut Pozimski 2018-03-18 09:57:10 +01:00 committed by Michael Gehring
parent fcb6a4fbfb
commit 9c80e56a39

View file

@ -1,20 +0,0 @@
# Template file for 'gajim-otr'
pkgname=gajim-otr
version=1.9.8
revision=2
noarch=yes
wrksrc="gotr"
pycompile_dirs="usr/share/gajim/plugins/gotr"
hostmakedepends="unzip"
depends="python-crypto"
short_desc="OTR Plugin for Gajim"
homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OffTheRecordPlugin"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-3"
distfiles="https://ftp.gajim.org/plugins_0.16_zip/gotr.zip"
checksum=9bb82465c6faae335491310896a8cda99c7ffed91e90b0283ea98f4aa13e2fa1
do_install() {
vmkdir usr/share/gajim/plugins/gotr
vcopy * usr/share/gajim/plugins/gotr
}