* [gentoo-commits] repo/gentoo:master commit in: net-libs/libeXosip/
@ 2017-07-14 7:45 Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2017-07-14 7:45 UTC (permalink / raw
To: gentoo-commits
commit: 3521a2a7c5455834aff644bd64edb520276a4f2a
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 14 07:43:15 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 07:45:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3521a2a7
net-libs/libeXosip: change SRC_URI to use 'mirror://nongnu/'
Package-Manager: Portage-2.3.6, Repoman-2.3.2
net-libs/libeXosip/libeXosip-3.5.0.ebuild | 4 ++--
net-libs/libeXosip/libeXosip-4.0.0.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-libs/libeXosip/libeXosip-3.5.0.ebuild b/net-libs/libeXosip/libeXosip-3.5.0.ebuild
index e35695c02a4..d229912fcac 100644
--- a/net-libs/libeXosip/libeXosip-3.5.0.ebuild
+++ b/net-libs/libeXosip/libeXosip-3.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
@@ -10,7 +10,7 @@ MY_PV=${PV}
MY_P=${PN}2-${MY_PV}
DESCRIPTION="library that hides the complexity of using the SIP protocol for multimedia session establishement"
HOMEPAGE="https://savannah.nongnu.org/projects/exosip/"
-SRC_URI="http://download.savannah.nongnu.org/releases/exosip/${MY_P}.tar.gz"
+SRC_URI="mirror://nongnu/exosip/${MY_P}.tar.gz"
KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos"
SLOT="0"
diff --git a/net-libs/libeXosip/libeXosip-4.0.0.ebuild b/net-libs/libeXosip/libeXosip-4.0.0.ebuild
index f693759d672..bf1b95b6809 100644
--- a/net-libs/libeXosip/libeXosip-4.0.0.ebuild
+++ b/net-libs/libeXosip/libeXosip-4.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -10,7 +10,7 @@ MY_PV=${PV}
MY_P=${PN}2-${MY_PV}
DESCRIPTION="library that hides the complexity of using the SIP protocol for multimedia session establishement"
HOMEPAGE="https://savannah.nongnu.org/projects/exosip/"
-SRC_URI="http://download.savannah.nongnu.org/releases/exosip/${MY_P}.tar.gz"
+SRC_URI="mirror://nongnu/exosip/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos"
SLOT="0/$(get_version_component_range 1-2)"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libeXosip/
@ 2017-08-06 13:42 Amy Liffey
0 siblings, 0 replies; 3+ messages in thread
From: Amy Liffey @ 2017-08-06 13:42 UTC (permalink / raw
To: gentoo-commits
commit: 554ebdbff2c14942534a71875518fdc8ab361823
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 6 12:56:53 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug 6 13:41:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554ebdbf
net-libs/libeXosip: Shorter DESCRIPTION
net-libs/libeXosip/libeXosip-3.5.0.ebuild | 2 +-
net-libs/libeXosip/libeXosip-4.0.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/libeXosip/libeXosip-3.5.0.ebuild b/net-libs/libeXosip/libeXosip-3.5.0.ebuild
index d229912fcac..322a25facbb 100644
--- a/net-libs/libeXosip/libeXosip-3.5.0.ebuild
+++ b/net-libs/libeXosip/libeXosip-3.5.0.ebuild
@@ -8,7 +8,7 @@ inherit eutils
MY_PV=${PV%.?}-${PV##*.}
MY_PV=${PV}
MY_P=${PN}2-${MY_PV}
-DESCRIPTION="library that hides the complexity of using the SIP protocol for multimedia session establishement"
+DESCRIPTION="library to use the SIP protocol for multimedia session establishement"
HOMEPAGE="https://savannah.nongnu.org/projects/exosip/"
SRC_URI="mirror://nongnu/exosip/${MY_P}.tar.gz"
diff --git a/net-libs/libeXosip/libeXosip-4.0.0.ebuild b/net-libs/libeXosip/libeXosip-4.0.0.ebuild
index bf1b95b6809..384ed3cee6c 100644
--- a/net-libs/libeXosip/libeXosip-4.0.0.ebuild
+++ b/net-libs/libeXosip/libeXosip-4.0.0.ebuild
@@ -8,7 +8,7 @@ inherit eutils versionator
MY_PV=${PV%.?}-${PV##*.}
MY_PV=${PV}
MY_P=${PN}2-${MY_PV}
-DESCRIPTION="library that hides the complexity of using the SIP protocol for multimedia session establishement"
+DESCRIPTION="library to use the SIP protocol for multimedia session establishement"
HOMEPAGE="https://savannah.nongnu.org/projects/exosip/"
SRC_URI="mirror://nongnu/exosip/${MY_P}.tar.gz"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libeXosip/
@ 2018-06-20 16:59 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-06-20 16:59 UTC (permalink / raw
To: gentoo-commits
commit: cd6c72933271b9158179bb858ca47012a169fc0f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 20 16:49:44 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 20 16:59:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6c7293
net-libs/libeXosip: Drop old/broken version
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-libs/libeXosip/Manifest | 1 -
net-libs/libeXosip/libeXosip-3.5.0.ebuild | 35 -------------------------------
2 files changed, 36 deletions(-)
diff --git a/net-libs/libeXosip/Manifest b/net-libs/libeXosip/Manifest
index 4aa6ae16bf3..8124c27f3be 100644
--- a/net-libs/libeXosip/Manifest
+++ b/net-libs/libeXosip/Manifest
@@ -1,2 +1 @@
-DIST libeXosip2-3.5.0.tar.gz 472081 BLAKE2B 8c50896ef448730538eddd1473d07562503620ee0ad71a4ad6d67ad6395d40f270fcb7b9e4535941ae4f4638209584ff865356b1ecddd7825c4dadde683e3681 SHA512 67e04cd53aedaa25f7fd9b79923e075ecc4773dff0b5fd0ce0db01ebf22c09da62c6a686bf9afd6c90e6f086ee24301736c1e0d95c8b98e062ff414ad8a20016
DIST libeXosip2-4.0.0.tar.gz 526339 BLAKE2B d6edea14fc93ff7565eee33f50f56a4d0ff02d2a625828ec61f6187c1913bec48a1667df6e01e7abd0e28764e9b442b13ee34595d3ac89c50a1e44696beaaa26 SHA512 8e286e1e533c12bce26a164e42286c3239556860863a877438f63a694e47055f17fb98eb0f2ed91cac72f0645e8bf4dd9b922b5065357f16c0bacafc99406f51
diff --git a/net-libs/libeXosip/libeXosip-3.5.0.ebuild b/net-libs/libeXosip/libeXosip-3.5.0.ebuild
deleted file mode 100644
index 3f2fed0aaf0..00000000000
--- a/net-libs/libeXosip/libeXosip-3.5.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PV=${PV%.?}-${PV##*.}
-MY_PV=${PV}
-MY_P=${PN}2-${MY_PV}
-
-DESCRIPTION="library to use the SIP protocol for multimedia session establishement"
-HOMEPAGE="https://savannah.nongnu.org/projects/exosip/"
-SRC_URI="mirror://nongnu/exosip/${MY_P}.tar.gz"
-
-KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="libressl +srv ssl"
-
-DEPEND=">=net-libs/libosip-3.2.0
- <net-libs/libosip-4
- ssl? (
- libressl? ( dev-libs/libressl:0= )
- !libressl? ( dev-libs/openssl:0= )
- )
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
- econf \
- --enable-mt \
- $(use_enable ssl openssl) \
- $(use_enable srv srvrec)
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-06-20 16:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-14 7:45 [gentoo-commits] repo/gentoo:master commit in: net-libs/libeXosip/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2017-08-06 13:42 Amy Liffey
2018-06-20 16:59 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox