Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8d96ee6626645cbbcc8ecae795cc31cb5dc4d583

commit 8d96ee6626645cbbcc8ecae795cc31cb5dc4d583
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Fri May 27 23:46:55 2016 +0200

irssi-python-svn4430-3-x86_64

- remove, it was last updated in 2007

diff --git a/source/network-extra/irssi-python/FrugalBuild 
b/source/network-extra/irssi-python/FrugalBuild
deleted file mode 100644
index 0384f7f..0000000
--- a/source/network-extra/irssi-python/FrugalBuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Compiling Time: 0.18 SBU
-# Maintainer: Miklos Vajna <vmik...@frugalware.org>
-
-pkgname=irssi-python
-pkgver=svn4430
-irssiver=0.8.12
-pkgrel=3
-pkgdesc="Python bindings for Irssi."
-url="http://svn.irssi.org/repos/irssi-python/";
-pkgurl="http://ftp.frugalware.org/pub/other/sources/irssi-python/";
-depends=('irssi' 'python>=2.7')
-makedepends=('autoconf-archive')
-groups=('network-extra')
-archs=('i686' 'x86_64' 'arm')
-up2date="Flasttar $pkgurl"
-source=($pkgurl/$pkgname-$pkgver.tar.bz2 \
-       http://irssi.org/files/irssi-$irssiver.tar.bz2 \
-       irssi-python-use_ssl.patch)
-signatures=($source.asc '' '')
-
-build()
-{
-       Fpatchall
-       Fsed ' docs' '' Makefile.am
-       Fsed 'docs/Makefile ' '' configure.in
-       Fsed 'pyconstants.c' 'pycore.c' configure.in
-       cp /usr/share/aclocal/ac_python_devel.m4 .
-       libtoolize -f -c
-       aclocal --force -I.
-       autoheader -f
-       autoconf -f
-       automake -a -c --gnu --foreign
-       Fconf --with-irssi=$Fsrcdir/irssi-$irssiver
-       make -C src constants
-       make || return 1
-       Fmakeinstall
-       Fdocrel docs/irssi-python.html
-       # don't install any irssi doc
-       rm -rf $Fsrcdir/irssi-$irssiver
-}
-
-# optimization OK
diff --git a/source/network-extra/irssi-python/irssi-python-use_ssl.patch 
b/source/network-extra/irssi-python/irssi-python-use_ssl.patch
deleted file mode 100644
index c8af3bc..0000000
--- a/source/network-extra/irssi-python/irssi-python-use_ssl.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- irssi-python-svn4430/src/objects/connect-object.c.orig     2007-10-19 
13:33:12.000000000 +0200
-+++ irssi-python-svn4430/src/objects/connect-object.c  2007-10-19 
13:39:16.000000000 +0200
-@@ -112,6 +112,15 @@
-     RET_AS_STRING_OR_NONE(self->data->realname);
- }
-
-+PyDoc_STRVAR(PyConnect_use_ssl_doc,
-+    "If we use ssl"
-+);
-+static PyObject *PyConnect_use_ssl_get(PyConnect *self, void *closure)
-+{
-+    RET_NULL_IF_INVALID(self->data);
-+    return PyBool_FromLong(self->data->use_ssl);
-+}
-+
- /* Get/Set */
- static PyGetSetDef PyConnect_getseters[] = {
-     {"address", (getter)PyConnect_address_get, NULL,
-@@ -128,6 +137,8 @@
-         PyConnect_username_doc, NULL},
-     {"realname", (getter)PyConnect_realname_get, NULL,
-         PyConnect_realname_doc, NULL},
-+    {"use_ssl", (getter)PyConnect_use_ssl_get, NULL,
-+        PyConnect_use_ssl_doc, NULL},
-     {NULL}
- };
-
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to