diff --git a/common/shlibs b/common/shlibs index 7b14848324f..1fd5c123c18 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2334,7 +2334,6 @@ libm.so android-studio-3.0.1_1 libdl.so android-studio-3.0.1_1 libKF5WidgetsAddons.so.5 kwidgetsaddons-5.26.0_1 libsearpc.so.1 libsearpc-3.0.7_1 -libccnet.so.0 ccnet-5.0.4_1 libseafile.so.0 seafile-libclient-5.0.4_1 libpodofo.so.0.9.6 libpodofo-0.9.6_1 libIrcUtil.so.3 libcommuni-3.4.0_1 diff --git a/srcpkgs/ccnet-devel b/srcpkgs/ccnet-devel deleted file mode 120000 index 98aa5af43f6..00000000000 --- a/srcpkgs/ccnet-devel +++ /dev/null @@ -1 +0,0 @@ -ccnet \ No newline at end of file diff --git a/srcpkgs/ccnet-python b/srcpkgs/ccnet-python deleted file mode 120000 index 98aa5af43f6..00000000000 --- a/srcpkgs/ccnet-python +++ /dev/null @@ -1 +0,0 @@ -ccnet \ No newline at end of file diff --git a/srcpkgs/ccnet/patches/libressl.patch b/srcpkgs/ccnet/patches/libressl.patch deleted file mode 100644 index ce7cd354603..00000000000 --- a/srcpkgs/ccnet/patches/libressl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/rsa.c.orig 2017-05-06 19:32:15.000000000 +0000 -+++ lib/rsa.c 2017-05-06 19:32:23.971214589 +0000 -@@ -13,7 +13,7 @@ - - /* Forward compatibility functions if libssl < 1.1.0. */ - --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) - - int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) - { diff --git a/srcpkgs/ccnet/template b/srcpkgs/ccnet/template deleted file mode 100644 index e8c0fee2c16..00000000000 --- a/srcpkgs/ccnet/template +++ /dev/null @@ -1,44 +0,0 @@ -# Template file for 'ccnet' -pkgname=ccnet -version=6.1.8 -revision=3 -build_style=gnu-configure -configure_args="--disable-static" -hostmakedepends="automake libsearpc-codegen libtool pkg-config vala" -makedepends="libevent-devel libsearpc-devel sqlite-devel" -short_desc="Seafile networking library" -maintainer="yopito " -license="GPL-3.0-or-later" -homepage="https://github.com/haiwen/${pkgname}" -distfiles="https://github.com/haiwen/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=b55636bf95232dc1db70d3604d0bebb7c3d730292d15b9b6c5b951307eb69762 - -pre_configure() { - ./autogen.sh -} - -post_install() { - vdoc README.markdown - vdoc LICENSE.txt - vdoc HACKING -} - -ccnet-devel_package() { - short_desc+=" - development files" - depends="${sourcepkg}>=${version}_${revision} ${makedepends}" - pkg_install() { - vmove usr/include - vmove "usr/lib/*.so" - vmove usr/lib/pkgconfig - } -} - -ccnet-python_package() { - noarch=yes - pycompile_module="ccnet" - depends="ccnet" - short_desc="Python2 bindings" - pkg_install() { - vmove usr/lib/python2.7 - } -}