* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel/
@ 2016-04-26 22:27 Austin English
0 siblings, 0 replies; 7+ messages in thread
From: Austin English @ 2016-04-26 22:27 UTC (permalink / raw
To: gentoo-commits
commit: e44a177e84bbca9e97a6d7477ce2c366f4c6e66d
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 20:28:07 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 22:26:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44a177e
app-mobilephone/kannel: remove kannel-1.4.3-r1 / kannel-1.5.0
Package-Manager: portage-2.2.26
app-mobilephone/kannel/kannel-1.4.3-r1.ebuild | 120 -------------------------
app-mobilephone/kannel/kannel-1.5.0.ebuild | 122 --------------------------
2 files changed, 242 deletions(-)
diff --git a/app-mobilephone/kannel/kannel-1.4.3-r1.ebuild b/app-mobilephone/kannel/kannel-1.4.3-r1.ebuild
deleted file mode 100644
index f833802..0000000
--- a/app-mobilephone/kannel/kannel-1.4.3-r1.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-WANT_AUTOMAKE=none
-
-inherit eutils autotools flag-o-matic ssl-cert user
-
-DESCRIPTION="Powerful SMS and WAP gateway"
-HOMEPAGE="http://www.kannel.org/"
-SRC_URI="http://www.kannel.org/download/${PV}/gateway-${PV}.tar.gz"
-
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="ssl mysql sqlite postgres pcre doc debug pam"
-
-RESTRICT="test" # some tests fail with "address already in use"
-
-RDEPEND="sys-libs/e2fsprogs-libs
- dev-libs/libxml2
- dev-lang/perl
- sys-libs/zlib
- ssl? ( dev-libs/openssl )
- mysql? ( virtual/mysql )
- sqlite? ( dev-db/sqlite:3 )
- postgres? ( dev-db/postgresql[server] )
- pcre? ( dev-libs/libpcre )
- pam? ( virtual/pam )"
-DEPEND="${RDEPEND}
- >=sys-devel/bison-2.2
- doc? ( media-gfx/transfig
- app-text/jadetex
- app-text/docbook-dsssl-stylesheets
- app-text/docbook-sgml-dtd:3.1 )"
-
-S="${WORKDIR}/gateway-${PV}"
-
-pkg_setup() {
- enewgroup kannel
- enewuser kannel -1 -1 /var/log/kannel kannel
-}
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-custom-wap-ports.patch"
- epatch "${FILESDIR}/${P}-autotools.patch"
- epatch "${FILESDIR}/${P}-external-libuuid.patch"
-
- #by default, use current directory for logging
- sed -i -e 's:/tmp/::' doc/examples/kannel.conf
-
- eautoconf
-}
-
-src_configure() {
- append-flags -fno-strict-aliasing # some code breaks strict aliasing
- econf --docdir=/usr/share/doc/${PF} \
- --enable-localtime \
- --disable-start-stop-daemon \
- --without-sqlite2 \
- $(use_enable pam) \
- $(use_enable debug debug) \
- $(use_enable pcre) \
- $(use_enable doc docs) \
- $(use_enable ssl) \
- $(use_with mysql) \
- $(use_with sqlite sqlite3) \
- $(use_with postgres pgsql) \
- || die "econf failed"
-}
-
-# phase disabled by RESTRICT
-# src_test() {
-# emake check || die "emake check failed"
-# }
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- if use doc; then
- emake DESTDIR="${D}" install-docs || die "emake install-docs failed"
- fi
- dodoc README
-
- diropts -g kannel -m0750
- dodir /etc/kannel
- insinto /etc/kannel
- newins doc/examples/kannel.conf kannel.conf.sample
-
- local f
- for f in bearerbox smsbox wapbox; do
- newinitd "${FILESDIR}/kannel-$f.initd" kannel-$f
- done
-
- diropts -g kannel -m0770
- keepdir /var/log/kannel /var/run/kannel
-}
-
-pkg_postinst() {
- if use ssl; then
- elog "SSL certificate can be created by running"
- elog " emerge --config =${CATEGORY}/${PF}"
- fi
-}
-
-pkg_config() {
- if use ssl; then
- if install_cert /etc/ssl/kannel; then
- chown kannel "${ROOT}"etc/ssl/kannel.{pem,key}
- einfo "For using this certificate, you have to add following line to your kannel.conf:"
- einfo ' ssl-client-certkey-file = "/etc/ssl/kannel.pem"'
- einfo ' ssl-server-cert-file = "/etc/ssl/kannel.crt"'
- einfo ' ssl-server-key-file = "/etc/ssl/kannel.key"'
- fi
- else
- eerror "This phase exists only for creating kannel SSL certificate"
- eerror "and ssl USE flag is disabled for this package!"
- fi
-}
diff --git a/app-mobilephone/kannel/kannel-1.5.0.ebuild b/app-mobilephone/kannel/kannel-1.5.0.ebuild
deleted file mode 100644
index 5a4647a..0000000
--- a/app-mobilephone/kannel/kannel-1.5.0.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-WANT_AUTOMAKE=none
-
-inherit eutils autotools flag-o-matic ssl-cert user
-
-DESCRIPTION="Powerful SMS and WAP gateway"
-HOMEPAGE="http://www.kannel.org/"
-SRC_URI="http://www.kannel.org/download/${PV}/gateway-${PV}.tar.gz"
-
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc mysql pam pcre postgres sqlite ssl"
-
-RESTRICT="test" # some tests fail with "address already in use"
-
-RDEPEND="sys-libs/e2fsprogs-libs
- dev-libs/libxml2
- dev-lang/perl
- sys-libs/zlib
- ssl? ( dev-libs/openssl )
- mysql? ( virtual/mysql )
- sqlite? ( dev-db/sqlite:3 )
- postgres? ( dev-db/postgresql[server] )
- pcre? ( dev-libs/libpcre )
- pam? ( virtual/pam )
-"
-DEPEND="${RDEPEND}
- >=sys-devel/bison-2.2
- doc? ( media-gfx/transfig
- app-text/jadetex
- app-text/docbook-dsssl-stylesheets
- app-text/docbook-sgml-dtd:3.1 )
-"
-
-S="${WORKDIR}/gateway-${PV}"
-
-pkg_setup() {
- enewgroup kannel
- enewuser kannel -1 -1 /var/log/kannel kannel
-}
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-1.5.0-custom-wap-ports.patch"
- epatch "${FILESDIR}/${PN}-1.4.3-autotools.patch"
- epatch "${FILESDIR}/${PN}-1.4.3-external-libuuid.patch"
-
- #by default, use current directory for logging
- sed -i -e 's:/tmp/::' doc/examples/kannel.conf
-
- eautoconf
-}
-
-src_configure() {
- append-flags -fno-strict-aliasing # some code breaks strict aliasing
- econf --docdir=/usr/share/doc/${PF} \
- --enable-localtime \
- --disable-start-stop-daemon \
- --without-sqlite2 \
- $(use_enable pam) \
- $(use_enable debug debug) \
- $(use_enable pcre) \
- $(use_enable doc docs) \
- $(use_enable ssl) \
- $(use_with mysql) \
- $(use_with sqlite sqlite3) \
- $(use_with postgres pgsql) \
- || die "econf failed"
-}
-
-# phase disabled by RESTRICT
-# src_test() {
-# emake check || die "emake check failed"
-# }
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- if use doc; then
- emake -j1 DESTDIR="${D}" install-docs || die "emake install-docs failed"
- fi
- dodoc README
-
- diropts -g kannel -m0750
- dodir /etc/kannel
- insinto /etc/kannel
- newins doc/examples/kannel.conf kannel.conf.sample
-
- local f
- for f in bearerbox smsbox wapbox; do
- newinitd "${FILESDIR}/kannel-$f.initd" kannel-$f
- done
-
- diropts -g kannel -m0770
- keepdir /var/log/kannel /var/run/kannel
-}
-
-pkg_postinst() {
- if use ssl; then
- elog "SSL certificate can be created by running"
- elog " emerge --config =${CATEGORY}/${PF}"
- fi
-}
-
-pkg_config() {
- if use ssl; then
- if install_cert /etc/ssl/kannel; then
- chown kannel "${ROOT}"etc/ssl/kannel.{pem,key}
- einfo "For using this certificate, you have to add following line to your kannel.conf:"
- einfo ' ssl-client-certkey-file = "/etc/ssl/kannel.pem"'
- einfo ' ssl-server-cert-file = "/etc/ssl/kannel.crt"'
- einfo ' ssl-server-key-file = "/etc/ssl/kannel.key"'
- fi
- else
- eerror "This phase exists only for creating kannel SSL certificate"
- eerror "and ssl USE flag is disabled for this package!"
- fi
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel/
@ 2016-07-20 14:56 Mike Gilbert
0 siblings, 0 replies; 7+ messages in thread
From: Mike Gilbert @ 2016-07-20 14:56 UTC (permalink / raw
To: gentoo-commits
commit: 1b74f66b4ac78af76c35a4618dd550cccb4c97d1
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 14:52:46 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 14:52:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b74f66b
app-mobilephone/kannel: add slots for openssl and postgres
Package-Manager: portage-2.3.0_p13
app-mobilephone/kannel/kannel-1.5.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-mobilephone/kannel/kannel-1.5.0-r2.ebuild b/app-mobilephone/kannel/kannel-1.5.0-r2.ebuild
index 62a25f1..1fc8818 100644
--- a/app-mobilephone/kannel/kannel-1.5.0-r2.ebuild
+++ b/app-mobilephone/kannel/kannel-1.5.0-r2.ebuild
@@ -22,10 +22,10 @@ RDEPEND="sys-libs/e2fsprogs-libs
dev-libs/libxml2
dev-lang/perl
sys-libs/zlib
- ssl? ( dev-libs/openssl )
+ ssl? ( dev-libs/openssl:0= )
mysql? ( virtual/mysql )
sqlite? ( dev-db/sqlite:3 )
- postgres? ( dev-db/postgresql[server] )
+ postgres? ( dev-db/postgresql:=[server] )
pcre? ( dev-libs/libpcre )
pam? ( virtual/pam )
"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel/
@ 2016-12-25 12:54 Manuel Rüger
0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2016-12-25 12:54 UTC (permalink / raw
To: gentoo-commits
commit: 77f685ef9a3ada6615cf1c3504792e207383edd9
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 12:53:22 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 12:53:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f685ef
app-mobilephone/kannel: Remove old
Package-Manager: portage-2.3.3
app-mobilephone/kannel/kannel-1.5.0-r2.ebuild | 122 --------------------------
1 file changed, 122 deletions(-)
diff --git a/app-mobilephone/kannel/kannel-1.5.0-r2.ebuild b/app-mobilephone/kannel/kannel-1.5.0-r2.ebuild
deleted file mode 100644
index 1fc8818..00000000
--- a/app-mobilephone/kannel/kannel-1.5.0-r2.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-WANT_AUTOMAKE=none
-
-inherit eutils autotools flag-o-matic ssl-cert user
-
-DESCRIPTION="Powerful SMS and WAP gateway"
-HOMEPAGE="http://www.kannel.org/"
-SRC_URI="http://www.kannel.org/download/${PV}/gateway-${PV}.tar.gz"
-
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc mysql pam pcre postgres sqlite ssl"
-
-RESTRICT="test" # some tests fail with "address already in use"
-
-RDEPEND="sys-libs/e2fsprogs-libs
- dev-libs/libxml2
- dev-lang/perl
- sys-libs/zlib
- ssl? ( dev-libs/openssl:0= )
- mysql? ( virtual/mysql )
- sqlite? ( dev-db/sqlite:3 )
- postgres? ( dev-db/postgresql:=[server] )
- pcre? ( dev-libs/libpcre )
- pam? ( virtual/pam )
-"
-DEPEND="${RDEPEND}
- >=sys-devel/bison-2.2
- doc? ( media-gfx/transfig
- app-text/jadetex
- app-text/docbook-dsssl-stylesheets
- app-text/docbook-sgml-dtd:3.1 )
-"
-
-S="${WORKDIR}/gateway-${PV}"
-
-pkg_setup() {
- enewgroup kannel
- enewuser kannel -1 -1 /var/log/kannel kannel
-}
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-1.5.0-custom-wap-ports.patch"
- epatch "${FILESDIR}/${PN}-1.4.3-autotools.patch"
- epatch "${FILESDIR}/${PN}-1.4.3-external-libuuid.patch"
-
- #by default, use current directory for logging
- sed -i -e 's:/tmp/::' doc/examples/kannel.conf
-
- eautoconf
-}
-
-src_configure() {
- append-flags -fno-strict-aliasing # some code breaks strict aliasing
- econf --docdir=/usr/share/doc/${PF} \
- --enable-localtime \
- --disable-start-stop-daemon \
- --without-sqlite2 \
- $(use_enable pam) \
- $(use_enable debug debug) \
- $(use_enable pcre) \
- $(use_enable doc docs) \
- $(use_enable ssl) \
- $(use_with mysql) \
- $(use_with sqlite sqlite3) \
- $(use_with postgres pgsql) \
- || die "econf failed"
-}
-
-# phase disabled by RESTRICT
-# src_test() {
-# emake check || die "emake check failed"
-# }
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- if use doc; then
- emake -j1 DESTDIR="${D}" install-docs || die "emake install-docs failed"
- fi
- dodoc README
-
- diropts -g kannel -m0750
- dodir /etc/kannel
- insinto /etc/kannel
- newins doc/examples/kannel.conf kannel.conf.sample
-
- local f
- for f in bearerbox smsbox wapbox; do
- newinitd "${FILESDIR}/kannel-$f.initd" kannel-$f
- done
-
- diropts -g kannel -m0770
- keepdir /var/log/kannel
-}
-
-pkg_postinst() {
- if use ssl; then
- elog "SSL certificate can be created by running"
- elog " emerge --config =${CATEGORY}/${PF}"
- fi
-}
-
-pkg_config() {
- if use ssl; then
- if install_cert /etc/ssl/kannel; then
- chown kannel "${ROOT}"etc/ssl/kannel.{pem,key}
- einfo "For using this certificate, you have to add following line to your kannel.conf:"
- einfo ' ssl-client-certkey-file = "/etc/ssl/kannel.pem"'
- einfo ' ssl-server-cert-file = "/etc/ssl/kannel.crt"'
- einfo ' ssl-server-key-file = "/etc/ssl/kannel.key"'
- fi
- else
- eerror "This phase exists only for creating kannel SSL certificate"
- eerror "and ssl USE flag is disabled for this package!"
- fi
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel/
@ 2018-08-10 22:07 Mikle Kolyada
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-08-10 22:07 UTC (permalink / raw
To: gentoo-commits
commit: c18c5f11aaaaaab981fdbbae57d9cad8554ff821
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 10 22:06:48 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Aug 10 22:06:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18c5f11
app-mobilephone/kannel: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-mobilephone/kannel/Manifest | 1 -
app-mobilephone/kannel/kannel-1.4.3-r2.ebuild | 119 --------------------------
2 files changed, 120 deletions(-)
diff --git a/app-mobilephone/kannel/Manifest b/app-mobilephone/kannel/Manifest
index f866b7a965a..f64b56d2119 100644
--- a/app-mobilephone/kannel/Manifest
+++ b/app-mobilephone/kannel/Manifest
@@ -1,2 +1 @@
-DIST gateway-1.4.3.tar.gz 2654925 BLAKE2B 822aac6148d088a1808c3e3ca6004ab97055d6d754cf7b2bbf5069a4d11daf95e61f1011574a5443d248f44d13adc80311b1183fae5de2b67f8698f2880cfd47 SHA512 2e727cd3f57ba5af815f1c029dd9125db17b4f980bb555c20cde693e03226f52e1d2969a3d262e0dda1198cbddd3cc1d2f708aaa623f656d91aef686f4925dae
DIST gateway-1.5.0.tar.gz 3469476 BLAKE2B c77c43ec782884f8404e70dbe8fb76cb66526ba7f313db7b7ee83073aae71fb2a1661b58be297f0dc2e6bffbccc862d5e7f1239bd4431bbfa4f009848d57face SHA512 5bd35ff40e0f5882367f717e67104a0dc8703b5d6d95654e1268ded15cf6fac6366968b10adbe2eec22b3ac17fe3ae33b4142cd38f51fd3d75a56c8fe7653652
diff --git a/app-mobilephone/kannel/kannel-1.4.3-r2.ebuild b/app-mobilephone/kannel/kannel-1.4.3-r2.ebuild
deleted file mode 100644
index a61e50f8cc1..00000000000
--- a/app-mobilephone/kannel/kannel-1.4.3-r2.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-WANT_AUTOMAKE=none
-
-inherit eutils autotools flag-o-matic ssl-cert user
-
-DESCRIPTION="Powerful SMS and WAP gateway"
-HOMEPAGE="http://www.kannel.org/"
-SRC_URI="http://www.kannel.org/download/${PV}/gateway-${PV}.tar.gz"
-
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="ssl mysql sqlite postgres pcre doc debug pam"
-
-RESTRICT="test" # some tests fail with "address already in use"
-
-RDEPEND="sys-libs/e2fsprogs-libs
- dev-libs/libxml2
- dev-lang/perl
- sys-libs/zlib
- ssl? ( dev-libs/openssl )
- mysql? ( virtual/mysql )
- sqlite? ( dev-db/sqlite:3 )
- postgres? ( dev-db/postgresql[server] )
- pcre? ( dev-libs/libpcre )
- pam? ( virtual/pam )"
-DEPEND="${RDEPEND}
- >=sys-devel/bison-2.2
- doc? ( media-gfx/transfig
- app-text/jadetex
- app-text/docbook-dsssl-stylesheets
- app-text/docbook-sgml-dtd:3.1 )"
-
-S="${WORKDIR}/gateway-${PV}"
-
-pkg_setup() {
- enewgroup kannel
- enewuser kannel -1 -1 /var/log/kannel kannel
-}
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-custom-wap-ports.patch"
- epatch "${FILESDIR}/${P}-autotools.patch"
- epatch "${FILESDIR}/${P}-external-libuuid.patch"
-
- #by default, use current directory for logging
- sed -i -e 's:/tmp/::' doc/examples/kannel.conf
-
- eautoconf
-}
-
-src_configure() {
- append-flags -fno-strict-aliasing # some code breaks strict aliasing
- econf --docdir=/usr/share/doc/${PF} \
- --enable-localtime \
- --disable-start-stop-daemon \
- --without-sqlite2 \
- $(use_enable pam) \
- $(use_enable debug debug) \
- $(use_enable pcre) \
- $(use_enable doc docs) \
- $(use_enable ssl) \
- $(use_with mysql) \
- $(use_with sqlite sqlite3) \
- $(use_with postgres pgsql) \
- || die "econf failed"
-}
-
-# phase disabled by RESTRICT
-# src_test() {
-# emake check || die "emake check failed"
-# }
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- if use doc; then
- emake DESTDIR="${D}" install-docs || die "emake install-docs failed"
- fi
- dodoc README
-
- diropts -g kannel -m0750
- dodir /etc/kannel
- insinto /etc/kannel
- newins doc/examples/kannel.conf kannel.conf.sample
-
- local f
- for f in bearerbox smsbox wapbox; do
- newinitd "${FILESDIR}/kannel-$f.initd" kannel-$f
- done
-
- diropts -g kannel -m0770
- keepdir /var/log/kannel /var/run/kannel
-}
-
-pkg_postinst() {
- if use ssl; then
- elog "SSL certificate can be created by running"
- elog " emerge --config =${CATEGORY}/${PF}"
- fi
-}
-
-pkg_config() {
- if use ssl; then
- if install_cert /etc/ssl/kannel; then
- chown kannel "${ROOT}"etc/ssl/kannel.{pem,key}
- einfo "For using this certificate, you have to add following line to your kannel.conf:"
- einfo ' ssl-client-certkey-file = "/etc/ssl/kannel.pem"'
- einfo ' ssl-server-cert-file = "/etc/ssl/kannel.crt"'
- einfo ' ssl-server-key-file = "/etc/ssl/kannel.key"'
- fi
- else
- eerror "This phase exists only for creating kannel SSL certificate"
- eerror "and ssl USE flag is disabled for this package!"
- fi
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel/
@ 2018-08-10 22:07 Mikle Kolyada
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-08-10 22:07 UTC (permalink / raw
To: gentoo-commits
commit: f04a69bf2941332d439fe2248c404916d934b907
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 10 22:06:07 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Aug 10 22:06:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04a69bf
app-mobilephone/kannel: x86 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-mobilephone/kannel/kannel-1.5.0-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-mobilephone/kannel/kannel-1.5.0-r3.ebuild b/app-mobilephone/kannel/kannel-1.5.0-r3.ebuild
index da9badd3016..843a498c682 100644
--- a/app-mobilephone/kannel/kannel-1.5.0-r3.ebuild
+++ b/app-mobilephone/kannel/kannel-1.5.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="http://www.kannel.org/download/${PV}/gateway-${PV}.tar.gz"
LICENSE="Apache-1.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="debug doc mysql libressl pam pcre postgres sqlite ssl"
RESTRICT="test" # some tests fail with "address already in use"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel/
@ 2019-02-05 18:55 Brian Evans
0 siblings, 0 replies; 7+ messages in thread
From: Brian Evans @ 2019-02-05 18:55 UTC (permalink / raw
To: gentoo-commits
commit: 53a0888a09fa3b8661d47f26b111122b8d4547ef
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 5 18:55:04 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Feb 5 18:55:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a0888a
app-mobilephone/kannel: Revbump for dependency change
Bug: https://bugs.gentoo.org/665830
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
app-mobilephone/kannel/kannel-1.5.0-r4.ebuild | 128 ++++++++++++++++++++++++++
1 file changed, 128 insertions(+)
diff --git a/app-mobilephone/kannel/kannel-1.5.0-r4.ebuild b/app-mobilephone/kannel/kannel-1.5.0-r4.ebuild
new file mode 100644
index 00000000000..685697eb64d
--- /dev/null
+++ b/app-mobilephone/kannel/kannel-1.5.0-r4.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WANT_AUTOMAKE=none
+
+inherit autotools flag-o-matic ssl-cert user
+
+DESCRIPTION="Powerful SMS and WAP gateway"
+HOMEPAGE="http://www.kannel.org/"
+SRC_URI="http://www.kannel.org/download/${PV}/gateway-${PV}.tar.gz"
+
+LICENSE="Apache-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc mysql libressl pam pcre postgres sqlite ssl"
+
+RESTRICT="test" # some tests fail with "address already in use"
+
+RDEPEND="
+ sys-libs/e2fsprogs-libs
+ dev-libs/libxml2:2
+ dev-lang/perl
+ sys-libs/zlib
+ ssl? (
+ libressl? ( dev-libs/libressl:0= )
+ !libressl? ( dev-libs/openssl:0= ) )
+ mysql? ( dev-db/mysql-connector-c:= )
+ sqlite? ( dev-db/sqlite:3 )
+ postgres? ( dev-db/postgresql:=[server] )
+ pcre? ( dev-libs/libpcre:3 )
+ pam? ( virtual/pam )
+"
+DEPEND="${RDEPEND}
+ >=sys-devel/bison-2.2
+ doc? ( media-gfx/transfig
+ app-text/jadetex
+ app-text/docbook-dsssl-stylesheets
+ app-text/docbook-sgml-dtd:3.1 )
+"
+
+S="${WORKDIR}/gateway-${PV}"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-1.5.0-custom-wap-ports.patch"
+ "${FILESDIR}/${PN}-1.4.3-autotools.patch"
+ "${FILESDIR}/${PN}-1.4.3-external-libuuid.patch"
+ "${FILESDIR}/${PN}-1.5.0-initgroups.patch"
+)
+
+pkg_setup() {
+ enewgroup kannel
+ enewuser kannel -1 -1 /var/log/kannel kannel
+}
+
+src_prepare() {
+ default
+
+ #by default, use current directory for logging
+ sed -i -e 's:/tmp/::' doc/examples/kannel.conf
+
+ mv configure.in configure.ac || die
+ eautoconf
+}
+
+src_configure() {
+ append-flags -fno-strict-aliasing # some code breaks strict aliasing
+ econf \
+ --enable-localtime \
+ --disable-start-stop-daemon \
+ --without-sqlite2 \
+ $(use_enable pam) \
+ $(use_enable debug debug) \
+ $(use_enable pcre) \
+ $(use_enable doc docs) \
+ $(use_enable ssl) \
+ $(use_with mysql) \
+ $(use_with sqlite sqlite3) \
+ $(use_with postgres pgsql)
+}
+
+# phase disabled by RESTRICT
+# src_test() {
+# emake check || die "emake check failed"
+# }
+
+src_install() {
+ default
+
+ if use doc; then
+ emake -j1 DESTDIR="${D}" install-docs || die "emake install-docs failed"
+ fi
+
+ diropts -g kannel -m0750
+ dodir /etc/kannel
+ insinto /etc/kannel
+ newins doc/examples/kannel.conf kannel.conf.sample
+
+ local f
+ for f in bearerbox smsbox wapbox; do
+ newinitd "${FILESDIR}/kannel-$f.initd" kannel-$f
+ done
+
+ diropts -g kannel -m0770
+ keepdir /var/log/kannel
+}
+
+pkg_postinst() {
+ if use ssl; then
+ elog "SSL certificate can be created by running"
+ elog " emerge --config =${CATEGORY}/${PF}"
+ fi
+}
+
+pkg_config() {
+ if use ssl; then
+ if install_cert /etc/ssl/kannel; then
+ chown kannel "${ROOT}"etc/ssl/kannel.{pem,key}
+ einfo "For using this certificate, you have to add following line to your kannel.conf:"
+ einfo ' ssl-client-certkey-file = "/etc/ssl/kannel.pem"'
+ einfo ' ssl-server-cert-file = "/etc/ssl/kannel.crt"'
+ einfo ' ssl-server-key-file = "/etc/ssl/kannel.key"'
+ fi
+ else
+ eerror "This phase exists only for creating kannel SSL certificate"
+ eerror "and ssl USE flag is disabled for this package!"
+ fi
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel/
@ 2019-10-12 18:29 Mikle Kolyada
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2019-10-12 18:29 UTC (permalink / raw
To: gentoo-commits
commit: 3c5cac0dabb5735856a77aa5e4d328d572100c59
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 18:29:41 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 18:29:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5cac0d
app-mobilephone/kannel: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
app-mobilephone/kannel/kannel-1.5.0-r3.ebuild | 4 ++--
app-mobilephone/kannel/kannel-1.5.0-r4.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-mobilephone/kannel/kannel-1.5.0-r3.ebuild b/app-mobilephone/kannel/kannel-1.5.0-r3.ebuild
index 843a498c682..174f609ce78 100644
--- a/app-mobilephone/kannel/kannel-1.5.0-r3.ebuild
+++ b/app-mobilephone/kannel/kannel-1.5.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -29,7 +29,7 @@ RDEPEND="
sqlite? ( dev-db/sqlite:3 )
postgres? ( dev-db/postgresql:=[server] )
pcre? ( dev-libs/libpcre:3 )
- pam? ( virtual/pam )
+ pam? ( sys-libs/pam )
"
DEPEND="${RDEPEND}
>=sys-devel/bison-2.2
diff --git a/app-mobilephone/kannel/kannel-1.5.0-r4.ebuild b/app-mobilephone/kannel/kannel-1.5.0-r4.ebuild
index 685697eb64d..0dc10f178c9 100644
--- a/app-mobilephone/kannel/kannel-1.5.0-r4.ebuild
+++ b/app-mobilephone/kannel/kannel-1.5.0-r4.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
sqlite? ( dev-db/sqlite:3 )
postgres? ( dev-db/postgresql:=[server] )
pcre? ( dev-libs/libpcre:3 )
- pam? ( virtual/pam )
+ pam? ( sys-libs/pam )
"
DEPEND="${RDEPEND}
>=sys-devel/bison-2.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-10-12 18:29 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-10 22:07 [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2019-10-12 18:29 Mikle Kolyada
2019-02-05 18:55 Brian Evans
2018-08-10 22:07 Mikle Kolyada
2016-12-25 12:54 Manuel Rüger
2016-07-20 14:56 Mike Gilbert
2016-04-26 22:27 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox