public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel-sqlbox/
@ 2016-02-06  7:24 Ian Delaney
  0 siblings, 0 replies; 6+ messages in thread
From: Ian Delaney @ 2016-02-06  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     72a3b80e11bc56c4597a810cc374a2b4ea876ad3
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 07:23:05 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 07:24:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a3b80e

app-mobilephone/kannel-sqlbox: bump to vn. 1.5.0

package pmasked for a while by pacho, then offer by user Travis Hansen
to proxy maintian the package. Bup to vn. 1.5.0 source from ebuild by him,
added to metadata.xml accordingly, closes the gentoo bug

Gentoo bug: 493712

Package-Manager: portage-2.2.26

 app-mobilephone/kannel-sqlbox/Manifest             |  1 +
 .../kannel-sqlbox/kannel-sqlbox-1.5.0.ebuild       | 67 ++++++++++++++++++++++
 app-mobilephone/kannel-sqlbox/metadata.xml         | 11 +++-
 3 files changed, 78 insertions(+), 1 deletion(-)

diff --git a/app-mobilephone/kannel-sqlbox/Manifest b/app-mobilephone/kannel-sqlbox/Manifest
index 4d17ac0..6c02d99 100644
--- a/app-mobilephone/kannel-sqlbox/Manifest
+++ b/app-mobilephone/kannel-sqlbox/Manifest
@@ -1 +1,2 @@
+DIST gateway-1.5.0.tar.gz 3469476 SHA256 9613fbf46ffaca322f3983a9b8a7579b135c54b8dd24cf715777da5ff50c5e53 SHA512 5bd35ff40e0f5882367f717e67104a0dc8703b5d6d95654e1268ded15cf6fac6366968b10adbe2eec22b3ac17fe3ae33b4142cd38f51fd3d75a56c8fe7653652 WHIRLPOOL d813da05f572e69c1619483c68a06f0587f8e191b1d71973fd9b63c22b8749169ae02963b48cfeae980aff1628f0b2c72a0ce9a82f4f7eecb5dc93cec0f2d2d7
 DIST sqlbox-0.7.2.tar.gz 118074 SHA256 8d220ff4c1f026c91b2d5eb23d4b59468228f7d9d6cf8358989169dffeda1428 SHA512 0f8f565346e67f394a8f582c24ba149a62781e3a1b258ed5b137de8219aa264889986f2242409e20f75b42d754fdcb2f52a755c61ab6dc16ff6d102f6bd0dcc1 WHIRLPOOL b32397c2ff173e1dd134665f8fbea570ff3c54a20684853300a127a89b95ae94d5c511fcb7349fed393c884ca3129e45bc8d8cd92622f1b16fb24d73bdb57319

diff --git a/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0.ebuild b/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0.ebuild
new file mode 100644
index 0000000..b97c4b8
--- /dev/null
+++ b/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kannel-sqlbox/kannel-sqlbox-0.7.2.ebuild,v 1.4 2013/07/25 01:53:56 creffett Exp $
+
+EAPI="2"
+
+inherit eutils autotools
+
+DESCRIPTION="DB-Based Kannel Box for message queueing"
+HOMEPAGE="http://www.kannel.org/~aguerrieri/SqlBox/"
+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]
+	)
+	ssl? ( dev-libs/openssl )"
+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/"
+
+src_configure() {
+	LDFLAGS="" econf --docdir=/usr/share/doc/${PF} \
+		--without-ctlib \
+		--without-mssql \
+		$(use_enable ssl) \
+		$(use_enable doc docs) \
+		|| die "econf failed"
+}
+
+src_install() {
+	emake DESTDIR="${D}" install || die "failed emake install"
+
+	if use doc; then
+		emake doc/userguide.html || die "emake docs failed"
+		dohtml doc/userguide.html || die "userguide.html not found"
+	fi
+
+	newinitd "${FILESDIR}"/kannel-sqlbox.initd kannel-sqlbox
+
+	dodoc AUTHORS ChangeLog NEWS README
+	insinto /etc/kannel
+	newins example/sqlbox.conf.example sqlbox.conf.sample
+}
+
+pkg_postinst() {
+	elog "Please view the following page for config information:"
+	elog "http://www.kannel.org/pipermail/users/2006-October/000859.html"
+	elog ""
+	elog "In essence you need to do 3 things"
+	elog "1. Create the database (tables will be automatically created by kannel)"
+	elog "2. Point sqlbox to the smsbox-port in kannel [core] group"
+	elog "3. Point smsbox to smsbox-port in sqlbox [sqlbox] group"
+	elog ""
+	elog "This literally puts sqlbox in between the bearerbox and smsbox"
+	elog "for data storage into a database"
+}

diff --git a/app-mobilephone/kannel-sqlbox/metadata.xml b/app-mobilephone/kannel-sqlbox/metadata.xml
index 1101d33..729d3f4 100644
--- a/app-mobilephone/kannel-sqlbox/metadata.xml
+++ b/app-mobilephone/kannel-sqlbox/metadata.xml
@@ -1,6 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<longdescription>Sqlbox is a special Kannel box that sits between bearerbox and
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Gentoo Proxy Maintainers Project</name>
+	</maintainer>
+	<maintainer type="person">
+		<email>travisghansen@yahoo.com</email>
+		<name>Travis Hansen</name>
+		<description>Proxied maintainer; set to assignee in all bugs</description>
+	</maintainer>
+	<longdescription>Sqlbox is a special Kannel box that sits between bearerbox and
 smsbox and uses a database queue to store and forward messages.</longdescription>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel-sqlbox/
@ 2016-02-09  7:07 Ian Delaney
  0 siblings, 0 replies; 6+ messages in thread
From: Ian Delaney @ 2016-02-09  7:07 UTC (permalink / raw
  To: gentoo-commits

commit:     3d58677efdc3c1029216178e00b92d0a0631bf7d
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 07:06:52 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 07:06:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d58677e

app-mobilephone/kannel-sqlbox: revbump to 1.5.0-r1 fixing issues from bump

update EPI, drop unused autotools eclass and inherit readme.gentoo-r1,
set slot operator to openssl, fixes the gentoo bug, remove defunct 1.5.0

Gentoo bug: #493712

Package-Manager: portage-2.2.26

 ...-1.5.0.ebuild => kannel-sqlbox-1.5.0-r1.ebuild} | 44 +++++++++++++---------
 1 file changed, 26 insertions(+), 18 deletions(-)

diff --git a/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0.ebuild b/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild
similarity index 55%
rename from app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0.ebuild
rename to app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild
index b97c4b8..022d828 100644
--- a/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0.ebuild
+++ b/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kannel-sqlbox/kannel-sqlbox-0.7.2.ebuild,v 1.4 2013/07/25 01:53:56 creffett Exp $
+# $Id$
 
-EAPI="2"
+EAPI="5"
 
-inherit eutils autotools
+inherit eutils flag-o-matic readme.gentoo-r1
 
 DESCRIPTION="DB-Based Kannel Box for message queueing"
-HOMEPAGE="http://www.kannel.org/~aguerrieri/SqlBox/"
+HOMEPAGE="http://www.kannel.org/"
 SRC_URI="http://www.kannel.org/download/${PV}/gateway-${PV}.tar.gz"
 
 LICENSE="Apache-1.1 GPL-2"
@@ -20,7 +20,7 @@ RDEPEND="|| (
 		~app-mobilephone/kannel-${PV}[sqlite]
 		~app-mobilephone/kannel-${PV}[postgres]
 	)
-	ssl? ( dev-libs/openssl )"
+	ssl? ( dev-libs/openssl:0 )"
 DEPEND="${RDEPEND}
 	doc? ( media-gfx/transfig
 		app-text/jadetex
@@ -29,8 +29,23 @@ DEPEND="${RDEPEND}
 
 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() {
-	LDFLAGS="" econf --docdir=/usr/share/doc/${PF} \
+	econf --docdir=/usr/share/doc/${PF} \
 		--without-ctlib \
 		--without-mssql \
 		$(use_enable ssl) \
@@ -48,20 +63,13 @@ src_install() {
 
 	newinitd "${FILESDIR}"/kannel-sqlbox.initd kannel-sqlbox
 
-	dodoc AUTHORS ChangeLog NEWS README
+	dodoc AUTHORS ChangeLog KannelLICENSE NEWS README
 	insinto /etc/kannel
 	newins example/sqlbox.conf.example sqlbox.conf.sample
+
+	readme.gentoo_create_doc
 }
 
 pkg_postinst() {
-	elog "Please view the following page for config information:"
-	elog "http://www.kannel.org/pipermail/users/2006-October/000859.html"
-	elog ""
-	elog "In essence you need to do 3 things"
-	elog "1. Create the database (tables will be automatically created by kannel)"
-	elog "2. Point sqlbox to the smsbox-port in kannel [core] group"
-	elog "3. Point smsbox to smsbox-port in sqlbox [sqlbox] group"
-	elog ""
-	elog "This literally puts sqlbox in between the bearerbox and smsbox"
-	elog "for data storage into a database"
+	readme.gentoo_print_elog
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel-sqlbox/
@ 2016-02-09 19:36 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2016-02-09 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     dbc5e9cfe45c9228e22ef2b73fb7a3b916bd7983
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 19:35:50 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 19:35:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc5e9cf

app-mobilephone/kannel-sqlbox: [QA] Don't install license file.

Bug: 493712

Package-Manager: portage-2.2.27

 app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 022d828..796515f 100644
--- a/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild
+++ b/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild
@@ -63,7 +63,7 @@ src_install() {
 
 	newinitd "${FILESDIR}"/kannel-sqlbox.initd kannel-sqlbox
 
-	dodoc AUTHORS ChangeLog KannelLICENSE NEWS README
+	dodoc AUTHORS ChangeLog NEWS README
 	insinto /etc/kannel
 	newins example/sqlbox.conf.example sqlbox.conf.sample
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel-sqlbox/
@ 2016-12-25 12:54 Manuel Rüger
  0 siblings, 0 replies; 6+ messages in thread
From: Manuel Rüger @ 2016-12-25 12:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ae43e00bbee124c75edfdb4a7653b9cb5cf83eca
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 12:53:49 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 12:53:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae43e00b

app-mobilephone/kannel-sqlbox: Remove old

Package-Manager: portage-2.3.3

 app-mobilephone/kannel-sqlbox/Manifest             |  1 -
 .../kannel-sqlbox/kannel-sqlbox-0.7.2.ebuild       | 75 ----------------------
 2 files changed, 76 deletions(-)

diff --git a/app-mobilephone/kannel-sqlbox/Manifest b/app-mobilephone/kannel-sqlbox/Manifest
index 6c02d99..3649900 100644
--- a/app-mobilephone/kannel-sqlbox/Manifest
+++ b/app-mobilephone/kannel-sqlbox/Manifest
@@ -1,2 +1 @@
 DIST gateway-1.5.0.tar.gz 3469476 SHA256 9613fbf46ffaca322f3983a9b8a7579b135c54b8dd24cf715777da5ff50c5e53 SHA512 5bd35ff40e0f5882367f717e67104a0dc8703b5d6d95654e1268ded15cf6fac6366968b10adbe2eec22b3ac17fe3ae33b4142cd38f51fd3d75a56c8fe7653652 WHIRLPOOL d813da05f572e69c1619483c68a06f0587f8e191b1d71973fd9b63c22b8749169ae02963b48cfeae980aff1628f0b2c72a0ce9a82f4f7eecb5dc93cec0f2d2d7
-DIST sqlbox-0.7.2.tar.gz 118074 SHA256 8d220ff4c1f026c91b2d5eb23d4b59468228f7d9d6cf8358989169dffeda1428 SHA512 0f8f565346e67f394a8f582c24ba149a62781e3a1b258ed5b137de8219aa264889986f2242409e20f75b42d754fdcb2f52a755c61ab6dc16ff6d102f6bd0dcc1 WHIRLPOOL b32397c2ff173e1dd134665f8fbea570ff3c54a20684853300a127a89b95ae94d5c511fcb7349fed393c884ca3129e45bc8d8cd92622f1b16fb24d73bdb57319

diff --git a/app-mobilephone/kannel-sqlbox/kannel-sqlbox-0.7.2.ebuild b/app-mobilephone/kannel-sqlbox/kannel-sqlbox-0.7.2.ebuild
deleted file mode 100644
index cb1b08e..00000000
--- a/app-mobilephone/kannel-sqlbox/kannel-sqlbox-0.7.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit eutils autotools
-
-DESCRIPTION="DB-Based Kannel Box for message queueing"
-HOMEPAGE="http://www.kannel.org/~aguerrieri/SqlBox/"
-SRC_URI="http://www.kannel.org/~aguerrieri/SqlBox/Releases/sqlbox-${PV}.tar.gz"
-
-LICENSE="Apache-1.1 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ssl doc"
-
-RDEPEND="|| (
-		>=app-mobilephone/kannel-1.4.3-r1[mysql]
-		>=app-mobilephone/kannel-1.4.3-r1[sqlite]
-		>=app-mobilephone/kannel-1.4.3-r1[postgres]
-	)
-	ssl? ( dev-libs/openssl )"
-DEPEND="${RDEPEND}
-	doc? ( media-gfx/transfig
-		app-text/jadetex
-		app-text/docbook-dsssl-stylesheets
-		app-text/docbook-sgml-dtd:3.1 )"
-
-S="${WORKDIR}/sqlbox-${PV}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-sqlinit-hfiles.patch
-	epatch "${FILESDIR}"/${P}-configure.patch
-
-	# This package doesn't contain configure script, only configure.in
-	eautoreconf
-}
-
-src_configure() {
-	econf --docdir=/usr/share/doc/${PF} \
-		--without-ctlib \
-		--without-mssql \
-		$(use_enable ssl) \
-		$(use_enable doc docs) \
-		|| die "econf failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "failed emake install"
-
-	if use doc; then
-		emake doc/userguide.html || die "emake docs failed"
-		dohtml doc/userguide.html || die "userguide.html not found"
-	fi
-
-	newinitd "${FILESDIR}"/kannel-sqlbox.initd kannel-sqlbox
-
-	dodoc AUTHORS ChangeLog NEWS README
-	insinto /etc/kannel
-	newins example/sqlbox.conf.example sqlbox.conf.sample
-}
-
-pkg_postinst() {
-	elog "Please view the following page for config information:"
-	elog "http://www.kannel.org/pipermail/users/2006-October/000859.html"
-	elog ""
-	elog "In essence you need to do 3 things"
-	elog "1. Create the database (tables will be automatically created by kannel)"
-	elog "2. Point sqlbox to the smsbox-port in kannel [core] group"
-	elog "3. Point smsbox to smsbox-port in sqlbox [sqlbox] group"
-	elog ""
-	elog "This literally puts sqlbox in between the bearerbox and smsbox"
-	elog "for data storage into a database"
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel-sqlbox/
@ 2017-11-03 20:44 Andreas Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Hüttel @ 2017-11-03 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     5dee6aa7443e3b95a2f9f7f03fb0392fc346d8fe
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  3 20:38:27 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov  3 20:44:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dee6aa7

app-mobilephone/kannel-sqlbox: Links to libnsl, so add dependency

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
index b50093b9e34..06043457fe0 100644
--- a/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild
+++ b/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -19,6 +19,7 @@ RDEPEND="|| (
 		~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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel-sqlbox/
@ 2018-02-11 10:25 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2018-02-11 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     5a0fb5c2f838d9354d8e9f024fbddc4725ed8425
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:20:49 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:24:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0fb5c2

app-mobilephone/kannel-sqlbox: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 app-mobilephone/kannel-sqlbox/metadata.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-mobilephone/kannel-sqlbox/metadata.xml b/app-mobilephone/kannel-sqlbox/metadata.xml
index 729d3f4b648..fff2720d836 100644
--- a/app-mobilephone/kannel-sqlbox/metadata.xml
+++ b/app-mobilephone/kannel-sqlbox/metadata.xml
@@ -1,14 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Gentoo Proxy Maintainers Project</name>
-	</maintainer>
 	<maintainer type="person">
 		<email>travisghansen@yahoo.com</email>
 		<name>Travis Hansen</name>
-		<description>Proxied maintainer; set to assignee in all bugs</description>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Gentoo Proxy Maintainers Project</name>
 	</maintainer>
 	<longdescription>Sqlbox is a special Kannel box that sits between bearerbox and
 smsbox and uses a database queue to store and forward messages.</longdescription>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-02-11 10:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-03 20:44 [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/kannel-sqlbox/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2018-02-11 10:25 Michał Górny
2016-12-25 12:54 Manuel Rüger
2016-02-09 19:36 Ulrich Müller
2016-02-09  7:07 Ian Delaney
2016-02-06  7:24 Ian Delaney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox