public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/iax/
@ 2018-06-11 16:28 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2018-06-11 16:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c102e79c189126a94b9f4eee7df50d40d729de91
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jun  9 19:38:52 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 16:27:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c102e79c

net-libs/iax: use HTTPs

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

 net-libs/iax/iax-0.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/iax/iax-0.2.2.ebuild b/net-libs/iax/iax-0.2.2.ebuild
index fb399568f11..cb1e120a2c5 100644
--- a/net-libs/iax/iax-0.2.2.ebuild
+++ b/net-libs/iax/iax-0.2.2.ebuild
@@ -6,12 +6,12 @@ EAPI=0
 IUSE=""
 
 DESCRIPTION="IAX (Inter Asterisk eXchange) Library"
-HOMEPAGE="http://www.digium.com/"
+HOMEPAGE="https://www.digium.com/"
 LICENSE="LGPL-2"
 DEPEND=""
 RDEPEND=""
 SLOT="0"
-SRC_URI="http://www.digium.com/pub/libiax/${P}.tar.gz"
+SRC_URI="https://www.digium.com/pub/libiax/${P}.tar.gz"
 
 D_PREFIX=/usr
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/iax/
@ 2019-10-07  8:59 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2019-10-07  8:59 UTC (permalink / raw
  To: gentoo-commits

commit:     daad2c13e0621b1fbe334ae83699b032bbace9d9
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 08:58:50 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 08:58:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daad2c13

net-libs/iax: x86 stable wrt bug #696334

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-libs/iax/iax-0.2.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/iax/iax-0.2.2-r3.ebuild b/net-libs/iax/iax-0.2.2-r3.ebuild
index 42757477e34..9a1b4f2377a 100644
--- a/net-libs/iax/iax-0.2.2-r3.ebuild
+++ b/net-libs/iax/iax-0.2.2-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=7
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.asterisk.org/pub/telephony/libiax/${P}.tar.gz"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="debug snomhack"
 
 PATCHES=(


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/iax/
@ 2019-10-07  9:47 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2019-10-07  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     14027036eaab148d16ec9c12281a52850230d355
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 09:45:47 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 09:47:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14027036

net-libs/iax: ppc stable wrt bug #696334

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-libs/iax/iax-0.2.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/iax/iax-0.2.2-r3.ebuild b/net-libs/iax/iax-0.2.2-r3.ebuild
index 9a1b4f2377a..c8255c09a37 100644
--- a/net-libs/iax/iax-0.2.2-r3.ebuild
+++ b/net-libs/iax/iax-0.2.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.asterisk.org/pub/telephony/libiax/${P}.tar.gz"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE="debug snomhack"
 
 PATCHES=(


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/iax/
@ 2019-10-07 13:53 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-10-07 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     765ef5a2a878dba0ad970b3c5e0c0fe1c6b046cf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 13:12:40 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 13:53:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765ef5a2

net-libs/iax: Drop old (EAPI=0)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-libs/iax/iax-0.2.2-r1.ebuild | 37 -------------------------------------
 net-libs/iax/iax-0.2.2.ebuild    | 31 -------------------------------
 2 files changed, 68 deletions(-)

diff --git a/net-libs/iax/iax-0.2.2-r1.ebuild b/net-libs/iax/iax-0.2.2-r1.ebuild
deleted file mode 100644
index 46813b978f0..00000000000
--- a/net-libs/iax/iax-0.2.2-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="IAX (Inter Asterisk eXchange) Library"
-HOMEPAGE="https://www.asterisk.org/"
-SRC_URI="https://downloads.asterisk.org/pub/telephony/libiax/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE="debug snomhack"
-
-src_prepare() {
-	default
-	if ! use debug; then
-		sed -i -e "s:-DDEBUG_SUPPORT -DDEBUG_DEFAULT ::" src/Makefile.in \
-			|| die "sed failed"
-	fi
-
-	# use users CFLAGS and LDFLAGS
-	sed -i -e "s:CFLAGS =:CFLAGS+=:" src/Makefile.in || die "sed failed"
-	sed -i -e "s:\(libiax_la_LDFLAGS = \):\1@LDFLAGS@:" src/Makefile.in \
-		|| die "sed failed"
-
-	# fix sandbox violations
-	sed -i -e "s:\(\$(includedir)/iax\):\$(DESTDIR)\1:" src/Makefile.in \
-		|| die "sed failed"
-	sed -ie -e "/\/sbin\/ldconfig/d" src/Makefile.in || die "sed failed"
-}
-
-src_configure() {
-	econf \
-		$(use_enable debug extreme-debug) \
-		$(use_enable snomhack)
-}

diff --git a/net-libs/iax/iax-0.2.2.ebuild b/net-libs/iax/iax-0.2.2.ebuild
deleted file mode 100644
index d29014d2cb7..00000000000
--- a/net-libs/iax/iax-0.2.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-IUSE=""
-
-DESCRIPTION="IAX (Inter Asterisk eXchange) Library"
-HOMEPAGE="https://www.digium.com/"
-LICENSE="LGPL-2"
-DEPEND=""
-RDEPEND=""
-SLOT="0"
-SRC_URI="https://www.digium.com/pub/libiax/${P}.tar.gz"
-
-D_PREFIX=/usr
-
-KEYWORDS="ppc x86"
-
-src_compile() {
-	./configure --prefix=${D_PREFIX} --enable-autoupdate
-
-	export UCFLAGS="${CFLAGS}"
-
-	emake || die
-}
-
-src_install () {
-	make prefix="${D}"/${D_PREFIX} install
-	dodoc NEWS AUTHORS README
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/iax/
@ 2021-10-04 20:40 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-10-04 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     9188be58769d2b75b65c1ef1433929454cb589f2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  4 20:38:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  4 20:40:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9188be58

net-libs/iax: drop inactive chainsaw@

As agreed with retirement@.

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/iax/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/iax/metadata.xml b/net-libs/iax/metadata.xml
index 02f3dfa545d..5d0406fe109 100644
--- a/net-libs/iax/metadata.xml
+++ b/net-libs/iax/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person"><email>chainsaw@gentoo.org</email></maintainer>
+<!-- maintainer-needed -->
 	<use>
 		<flag name="snomhack">Use slower memset for SNOM phoneem</flag>
 	</use>


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

end of thread, other threads:[~2021-10-04 20:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-07  8:59 [gentoo-commits] repo/gentoo:master commit in: net-libs/iax/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2021-10-04 20:40 Sam James
2019-10-07 13:53 Michał Górny
2019-10-07  9:47 Agostino Sarubbo
2018-06-11 16:28 Aaron Bauman

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