[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel/files/, app-mobilephone/kannel/, ...

2020-07-15 Thread Aaron Bauman
commit: 7d441d1f18512fe4506528811613df8f802d2e51
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Jul 15 17:37:43 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul 15 17:40:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d441d1f

app-mobilephone/{kannel,kannel-sqlbox}: drop last-rited pkgs

Signed-off-by: Aaron Bauman  gentoo.org>

 app-mobilephone/kannel-sqlbox/Manifest |   1 -
 .../kannel-sqlbox/files/kannel-sqlbox.initd|  33 -
 .../kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild|  74 --
 app-mobilephone/kannel-sqlbox/metadata.xml |  14 -
 app-mobilephone/kannel/Manifest|   1 -
 .../kannel/files/kannel-1.4.3-autotools.patch  |  33 -
 .../files/kannel-1.4.3-external-libuuid.patch  | 849 -
 .../files/kannel-1.5.0-custom-wap-ports.patch  | 346 -
 .../kannel/files/kannel-1.5.0-initgroups.patch |  11 -
 .../kannel/files/kannel-bearerbox.initd|  34 -
 app-mobilephone/kannel/files/kannel-smsbox.initd   |  33 -
 app-mobilephone/kannel/files/kannel-wapbox.initd   |  33 -
 app-mobilephone/kannel/kannel-1.5.0-r3.ebuild  | 128 
 app-mobilephone/kannel/kannel-1.5.0-r4.ebuild  | 128 
 app-mobilephone/kannel/metadata.xml|   8 -
 profiles/package.mask  |   9 -
 16 files changed, 1735 deletions(-)

diff --git a/app-mobilephone/kannel-sqlbox/Manifest 
b/app-mobilephone/kannel-sqlbox/Manifest
deleted file mode 100644
index f64b56d2119..000
--- a/app-mobilephone/kannel-sqlbox/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gateway-1.5.0.tar.gz 3469476 BLAKE2B 
c77c43ec782884f8404e70dbe8fb76cb66526ba7f313db7b7ee83073aae71fb2a1661b58be297f0dc2e6bffbccc862d5e7f1239bd4431bbfa4f009848d57face
 SHA512 
5bd35ff40e0f5882367f717e67104a0dc8703b5d6d95654e1268ded15cf6fac6366968b10adbe2eec22b3ac17fe3ae33b4142cd38f51fd3d75a56c8fe7653652

diff --git a/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox.initd 
b/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox.initd
deleted file mode 100644
index fd270e65e54..000
--- a/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox.initd
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-KANNEL_SERVICE=${SVCNAME#*-}
-
-depend() {
-   need kannel-bearerbox
-   before kannel-smsbox
-}
-
-checkconfig() {
-   if [ ! -f /etc/kannel/kannel.conf ] ; then
-   eerror "/etc/kannel/kannel.conf file doesn't exists!"
-   return 1
-   fi
-}
-
-start() {
-   checkconfig || return 1
-
-   ebegin "Starting kannel ${KANNEL_SERVICE}"
-   start-stop-daemon --start --quiet --exec /usr/sbin/${KANNEL_SERVICE} -- 
\
-   --daemonize --user kannel --logfile 
/var/log/kannel/${KANNEL_SERVICE}.log \
-   --pid-file /var/run/kannel/${KANNEL_SERVICE}.pid 
/etc/kannel/sqlbox.conf
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping kannel ${KANNEL_SERVICE}"
-   start-stop-daemon --stop --verbose --pidfile 
/var/run/kannel/${KANNEL_SERVICE}.pid
-   eend $?
-}

diff --git a/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild 
b/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild
deleted file mode 100644
index 02efd90850f..000
--- a/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils flag-o-matic readme.gentoo-r1
-
-DESCRIPTION="DB-Based Kannel Box for message queueing"
-HOMEPAGE="http://www.kannel.org/";
-SRC_URI="http://www.kannel.org/download/${PV}/gateway-${PV}.tar.gz";
-
-LICENSE="Apache-1.1 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ssl doc"
-
-RDEPEND="|| (
-   ~app-mobilephone/kannel-${PV}[mysql]
-   ~app-mobilephone/kannel-${PV}[sqlite]
-   ~app-mobilephone/kannel-${PV}[postgres]
-   )
-   net-libs/libnsl:0=
-   ssl? ( dev-libs/openssl:0 )"
-DEPEND="${RDEPEND}
-   doc? ( media-gfx/transfig
-   app-text/jadetex
-   app-text/docbook-dsssl-stylesheets
-   app-text/docbook-sgml-dtd:3.1 )"
-
-S="${WORKDIR}/gateway-${PV}/addons/sqlbox/"
-
-pkg_setup() {
-   append-ldflags $(no-as-needed)
-   DISABLE_AUTOFORMATTING="yes"
-   DOC_CONTENTS="Please view the following page for config information:
-http://www.kannel.org/pipermail/users/2006-October/000859.html
-
-In essence you need to do 3 things:
-1. Create the database (tables will be automatically created by kannel)
-2. Point sqlbox to the smsbox-port in kannel [core] group
-3. Point smsbox to smsbox-port in sqlbox [sqlbox] group
-
-This literally puts sqlbox in between the bearerbox and smsbox
-for data storage into a database"
-}
-
-src_configure() {
-  

[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel/files/

2019-02-09 Thread Aaron Bauman
commit: 02d6130cb369e38a632ca980ed84c4ae6ceaeb2d
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Jan 11 17:58:39 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Feb  9 20:12:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d6130c

app-mobilephone/kannel: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10807
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/kannel-1.4.3-custom-wap-ports.patch  | 346 -
 1 file changed, 346 deletions(-)

diff --git a/app-mobilephone/kannel/files/kannel-1.4.3-custom-wap-ports.patch 
b/app-mobilephone/kannel/files/kannel-1.4.3-custom-wap-ports.patch
deleted file mode 100644
index e1992b08319..000
--- a/app-mobilephone/kannel/files/kannel-1.4.3-custom-wap-ports.patch
+++ /dev/null
@@ -1,346 +0,0 @@
-diff -Nru gateway-1.4.3.orig/gw/bb_udp.c gateway-1.4.3/gw/bb_udp.c
 gateway-1.4.3.orig/gw/bb_udp.c 2009-01-12 16:46:56.0 +
-+++ gateway-1.4.3/gw/bb_udp.c  2009-03-01 14:20:38.0 +
-@@ -78,7 +78,7 @@
- #include "gwlib/gwlib.h"
- #include "msg.h"
- #include "bearerbox.h"
--
-+#include "custports.h"
- /* passed from bearerbox core */
- 
- extern volatile sig_atomic_t bb_status;
-@@ -352,13 +352,13 @@
- while (gwlist_len(ifs) > 0) {
- iface = gwlist_extract_first(ifs);
-   info(0, "Adding interface %s", octstr_get_cstr(iface));
--add_service(9200, octstr_get_cstr(iface));   /* wsp   */
--add_service(9201, octstr_get_cstr(iface));   /* wsp/wtp   */
-+add_service(port_wsp, octstr_get_cstr(iface));   /* wsp   */
-+add_service(port_wtp, octstr_get_cstr(iface));   /* wsp/wtp   */
- 
- #ifdef HAVE_WTLS_OPENSSL
- if (allow_wtls) {
-- add_service(9202, octstr_get_cstr(iface));   /* wsp/wtls */
-- add_service(9203, octstr_get_cstr(iface));   /* wsp/wtp/wtls */
-+ add_service(port_wsps, octstr_get_cstr(iface));   /* wsp/wtls
*/
-+ add_service(port_wtps, octstr_get_cstr(iface));   /* 
wsp/wtp/wtls */
- }
- #else
- if (allow_wtls)
-diff -Nru gateway-1.4.3.orig/gw/bearerbox.c gateway-1.4.3/gw/bearerbox.c
 gateway-1.4.3.orig/gw/bearerbox.c  2009-01-12 16:46:56.0 +
-+++ gateway-1.4.3/gw/bearerbox.c   2009-03-01 14:23:05.0 +
-@@ -78,6 +78,7 @@
- #include "shared.h"
- #include "dlr.h"
- #include "load.h"
-+#include "custports.h"
- 
- /* global variables; included to other modules as needed */
- 
-@@ -365,6 +366,7 @@
- int ssl_enabled = 0;
- #endif /* HAVE_LIBSSL */
- 
-+ReadCustomPorts(cfg);
- /* defaults: use localtime and markers for access-log */
- lf = m = 1;
-   
-diff -Nru gateway-1.4.3.orig/gw/custports.c gateway-1.4.3/gw/custports.c
 gateway-1.4.3.orig/gw/custports.c  1970-01-01 00:00:00.0 +
-+++ gateway-1.4.3/gw/custports.c   2009-03-01 14:20:38.0 +
-@@ -0,0 +1,88 @@
-+/*  
-+ * The Kannel Software License, Version 1.0 
-+ * 
-+ * Copyright (c) 2001-2004 Kannel Group  
-+ * Copyright (c) 1998-2001 WapIT Ltd.   
-+ * All rights reserved. 
-+ * 
-+ * Redistribution and use in source and binary forms, with or without 
-+ * modification, are permitted provided that the following conditions 
-+ * are met: 
-+ * 
-+ * 1. Redistributions of source code must retain the above copyright 
-+ *notice, this list of conditions and the following disclaimer. 
-+ * 
-+ * 2. Redistributions in binary form must reproduce the above copyright 
-+ *notice, this list of conditions and the following disclaimer in 
-+ *the documentation and/or other materials provided with the 
-+ *distribution. 
-+ * 
-+ * 3. The end-user documentation included with the redistribution, 
-+ *if any, must include the following acknowledgment: 
-+ *   "This product includes software developed by the 
-+ *Kannel Group (http://www.kannel.org/)." 
-+ *Alternately, this acknowledgment may appear in the software itself, 
-+ *if and wherever such third-party acknowledgments normally appear. 
-+ * 
-+ * 4. The names "Kannel" and "Kannel Group" must not be used to 
-+ *endorse or promote products derived from this software without 
-+ *prior written permission. For written permission, please  
-+ *contact o...@kannel.org. 
-+ * 
-+ * 5. Products derived from this software may not be called "Kannel", 
-+ *nor may "Kannel" appear in their name, without prior written 
-+ *permission of the Kannel Group. 
-+ * 
-+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED 
-+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
-+ * DISCLAIMED.  IN NO EVENT SHALL THE KANNEL GROUP OR ITS CONTRIBUTORS 
-+ * BE LIABLE FO

[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel/files/

2016-07-11 Thread Patrice Clement
commit: 6899c25cbd848c56ddd7f7104010fb959077e4a0
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sun Jul 10 20:17:09 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jul 11 12:07:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6899c25c

app-mobilephone/kannel: remove unused patches/files

Closes: https://github.com/gentoo/gentoo/pull/1863

Signed-off-by: Patrice Clement  gentoo.org>

 .../files/kannel-1.4.1-custom-wap-ports.patch  | 354 -
 .../kannel/files/kannel-1.4.1-nolex.patch  |  22 --
 app-mobilephone/kannel/files/kannel-confd  |  10 -
 app-mobilephone/kannel/files/kannel-initd  |  68 
 4 files changed, 454 deletions(-)

diff --git a/app-mobilephone/kannel/files/kannel-1.4.1-custom-wap-ports.patch 
b/app-mobilephone/kannel/files/kannel-1.4.1-custom-wap-ports.patch
deleted file mode 100644
index c7afe96..000
--- a/app-mobilephone/kannel/files/kannel-1.4.1-custom-wap-ports.patch
+++ /dev/null
@@ -1,354 +0,0 @@
-diff -Nru gateway-1.4.1.orig/gw/bb_udp.c gateway-1.4.1/gw/bb_udp.c
 gateway-1.4.1.orig/gw/bb_udp.c 2005-02-11 17:35:48.0 +0200
-+++ gateway-1.4.1/gw/bb_udp.c  2006-11-16 00:28:56.346802750 +0200
-@@ -78,7 +78,7 @@
- #include "gwlib/gwlib.h"
- #include "msg.h"
- #include "bearerbox.h"
--
-+#include "custports.h"
- /* passed from bearerbox core */
- 
- extern volatile sig_atomic_t bb_status;
-@@ -352,13 +352,13 @@
- while (gwlist_len(ifs) > 0) {
- iface = gwlist_extract_first(ifs);
-   info(0, "Adding interface %s", octstr_get_cstr(iface));
--add_service(9200, octstr_get_cstr(iface));   /* wsp   */
--add_service(9201, octstr_get_cstr(iface));   /* wsp/wtp   */
-+add_service(port_wsp, octstr_get_cstr(iface));   /* wsp   */
-+add_service(port_wtp, octstr_get_cstr(iface));   /* wsp/wtp   */
- 
- #ifdef HAVE_WTLS_OPENSSL
- if (allow_wtls) {
-- add_service(9202, octstr_get_cstr(iface));   /* wsp/wtls */
-- add_service(9203, octstr_get_cstr(iface));   /* wsp/wtp/wtls */
-+ add_service(port_wsps, octstr_get_cstr(iface));   /* wsp/wtls
*/
-+ add_service(port_wtps, octstr_get_cstr(iface));   /* 
wsp/wtp/wtls */
- }
- #else
- if (allow_wtls)
-diff -Nru gateway-1.4.1.orig/gw/bearerbox.c gateway-1.4.1/gw/bearerbox.c
 gateway-1.4.1.orig/gw/bearerbox.c  2006-05-09 08:44:31.0 +0300
-+++ gateway-1.4.1/gw/bearerbox.c   2006-11-16 00:28:56.346802750 +0200
-@@ -77,6 +77,7 @@
- #include "bearerbox.h"
- #include "shared.h"
- #include "dlr.h"
-+#include "custports.h"
- 
- /* global variables; included to other modules as needed */
- 
-@@ -280,7 +281,6 @@
- {
- static int started = 0;
- if (started) return 0;
--
- udp_start(cfg);
- 
- start_wap(cfg);
-@@ -353,6 +353,7 @@
- int ssl_enabled = 0;
- #endif /* HAVE_LIBSSL */
- 
-+ReadCustomPorts(cfg);
- /* defaults: use localtime and markers for access-log */
- lf = m = 1;
-   
-diff -Nru gateway-1.4.1.orig/gw/custports.c gateway-1.4.1/gw/custports.c
 gateway-1.4.1.orig/gw/custports.c  1970-01-01 02:00:00.0 +0200
-+++ gateway-1.4.1/gw/custports.c   2006-11-16 00:28:56.346802750 +0200
-@@ -0,0 +1,88 @@
-+/*  
-+ * The Kannel Software License, Version 1.0 
-+ * 
-+ * Copyright (c) 2001-2004 Kannel Group  
-+ * Copyright (c) 1998-2001 WapIT Ltd.   
-+ * All rights reserved. 
-+ * 
-+ * Redistribution and use in source and binary forms, with or without 
-+ * modification, are permitted provided that the following conditions 
-+ * are met: 
-+ * 
-+ * 1. Redistributions of source code must retain the above copyright 
-+ *notice, this list of conditions and the following disclaimer. 
-+ * 
-+ * 2. Redistributions in binary form must reproduce the above copyright 
-+ *notice, this list of conditions and the following disclaimer in 
-+ *the documentation and/or other materials provided with the 
-+ *distribution. 
-+ * 
-+ * 3. The end-user documentation included with the redistribution, 
-+ *if any, must include the following acknowledgment: 
-+ *   "This product includes software developed by the 
-+ *Kannel Group (http://www.kannel.org/)." 
-+ *Alternately, this acknowledgment may appear in the software itself, 
-+ *if and wherever such third-party acknowledgments normally appear. 
-+ * 
-+ * 4. The names "Kannel" and "Kannel Group" must not be used to 
-+ *endorse or promote products derived from this software without 
-+ *prior written permission. For written permission, please  
-+ *contact o...@kannel.org. 
-+ * 
-+ * 5. Products derived from this software may not be called "Kannel", 
-+ *nor may "Kannel" appear in their name, without prior written 
-+ *permission of the Kannel Group. 
-+ * 
-+ * THIS