public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tony Vroon" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sipsak/
Date: Tue, 19 Jan 2016 10:31:44 +0000 (UTC)	[thread overview]
Message-ID: <1453199519.e7d29f9c85b47fea5a96bdefc09e359ec1212209.chainsaw@gentoo> (raw)

commit:     e7d29f9c85b47fea5a96bdefc09e359ec1212209
Author:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 10:31:39 2016 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 10:31:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d29f9c

net-misc/sipsak: GCC 5 compatibility patch by Thomas "whissi" D. in bug #568588.

Package-Manager: portage-2.2.26

 ...sak-0.9.6_p1.ebuild => sipsak-0.9.6_p1-r2.ebuild} | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/net-misc/sipsak/sipsak-0.9.6_p1.ebuild b/net-misc/sipsak/sipsak-0.9.6_p1-r2.ebuild
similarity index 57%
rename from net-misc/sipsak/sipsak-0.9.6_p1.ebuild
rename to net-misc/sipsak/sipsak-0.9.6_p1-r2.ebuild
index 6567126..9810ba9 100644
--- a/net-misc/sipsak/sipsak-0.9.6_p1.ebuild
+++ b/net-misc/sipsak/sipsak-0.9.6_p1-r2.ebuild
@@ -1,27 +1,33 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=2
+EAPI=5
+
+inherit eutils flag-o-matic
 
 DESCRIPTION="small command line tool for testing SIP applications and devices"
-HOMEPAGE="http://sipsak.org/"
-#SRC_URI="mirror://berlios/sipsak/${P/_p/-}.tar.gz"
-SRC_URI="mirror://gentoo/${P/_p/-}.tar.gz"
+HOMEPAGE="http://sourceforge.net/projects/sipsak.berlios/"
+SRC_URI="mirror://sourceforge/sipsak.berlios/${P/_p/-}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
 IUSE="gnutls"
 
 RDEPEND="gnutls? ( net-libs/gnutls )
 	net-dns/c-ares"
-#	ares? ( net-dns/c-ares )"
 DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${P/_p1}
 
+src_prepare() {
+	epatch "${FILESDIR}/${PV}-callback.patch"
+}
+
 src_configure() {
+	append-cflags -std=gnu89
+
 	econf \
 		$(use_enable gnutls)
 }


             reply	other threads:[~2016-01-19 10:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-19 10:31 Tony Vroon [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-09  8:03 [gentoo-commits] repo/gentoo:master commit in: net-misc/sipsak/ Markus Meier
2020-09-24  1:06 Aaron Bauman
2020-11-01  0:51 Andreas K. Hüttel
2020-11-27 16:28 Aaron Bauman
2020-12-28 14:48 David Seifert
2020-12-28 14:48 David Seifert
2020-12-29 13:21 David Seifert
2021-10-04 20:40 Sam James
2023-02-22 19:56 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1453199519.e7d29f9c85b47fea5a96bdefc09e359ec1212209.chainsaw@gentoo \
    --to=chainsaw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox