Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libosip/, profiles/, net-libs/libosip/files/
Date: Wed, 13 Mar 2019 09:46:30
Message-Id: 1552470242.529da2a566027d4ca738ebafec7230da75eb23c2.mgorny@gentoo
1 commit: 529da2a566027d4ca738ebafec7230da75eb23c2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 13 09:43:45 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 09:44:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529da2a5
7
8 net-libs/libosip: Remove last-rited pkg
9
10 Bug: https://bugs.gentoo.org/616490
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-libs/libosip/Manifest | 2 --
14 .../files/libosip-3.3.0-out-source-build.patch | 16 ----------
15 net-libs/libosip/libosip-3.6.0.ebuild | 33 --------------------
16 net-libs/libosip/libosip-4.0.0.ebuild | 35 ----------------------
17 net-libs/libosip/metadata.xml | 5 ----
18 profiles/package.mask | 1 -
19 6 files changed, 92 deletions(-)
20
21 diff --git a/net-libs/libosip/Manifest b/net-libs/libosip/Manifest
22 deleted file mode 100644
23 index 1472f5d46b2..00000000000
24 --- a/net-libs/libosip/Manifest
25 +++ /dev/null
26 @@ -1,2 +0,0 @@
27 -DIST libosip2-3.6.0.tar.gz 598496 BLAKE2B 734242e556306eebbd1ca7f1c9dec3db5be9bc97453a71c3803ae4ee6e02e6426b1ff3a00caa8244369ac61857433b7a6976fc76908543429ef5a3bb3386f191 SHA512 58109fdc643673e811ce576374194d6d33b930ecec3221f31834471f52f5f2b2b30e5e331e245e33b2aafbff1aaa411d3a7657c25f3bb0b9d6cda0ae766fd538
28 -DIST libosip2-4.0.0.tar.gz 644958 BLAKE2B 78dc5477b3f7ea8a750478804d0486a16dcf99101f1c38c4532f18f2dfd3b7c844728115973f8afcd42e384547c38de28660970b020b3df6dbcf854928573057 SHA512 995fc67c9a7536628ebaec9f4500bafa8a2f88081531bbae5194372b51102d556de28aea7d121e20cfda82b302a8a4ceb6488dbad61676930fdc13accb12b961
29
30 diff --git a/net-libs/libosip/files/libosip-3.3.0-out-source-build.patch b/net-libs/libosip/files/libosip-3.3.0-out-source-build.patch
31 deleted file mode 100644
32 index fa87b19d0e2..00000000000
33 --- a/net-libs/libosip/files/libosip-3.3.0-out-source-build.patch
34 +++ /dev/null
35 @@ -1,16 +0,0 @@
36 -Fixed upstream:
37 -
38 -http://www.atosc.org/pipermail/osip/2010-February/009864.html
39 -
40 ---- a/src/test/Makefile.am 2010-02-11 17:51:43 +0000
41 -+++ b/src/test/Makefile.am 2010-02-11 17:52:09 +0000
42 -@@ -49,7 +49,7 @@
43 - @echo " *******************************"
44 - @echo " ****** starting tests! ********"
45 - @echo " *******************************"
46 -- @./$(top_srcdir)/src/test/tst ./$(top_srcdir)/src/test/res -c
47 -+ @$(top_srcdir)/src/test/tst $(top_srcdir)/src/test/res -c
48 -
49 - @echo ""
50 - @echo "In case you have a doubt, send the generated"
51 -
52
53 diff --git a/net-libs/libosip/libosip-3.6.0.ebuild b/net-libs/libosip/libosip-3.6.0.ebuild
54 deleted file mode 100644
55 index 814555da67d..00000000000
56 --- a/net-libs/libosip/libosip-3.6.0.ebuild
57 +++ /dev/null
58 @@ -1,33 +0,0 @@
59 -# Copyright 1999-2018 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=6
63 -
64 -inherit autotools
65 -
66 -MY_PV=${PV%.?}-${PV##*.}
67 -MY_PV=${PV}
68 -MY_P=${PN}2-${MY_PV}
69 -
70 -DESCRIPTION="a simple way to support the Session Initiation Protocol"
71 -HOMEPAGE="https://www.gnu.org/software/osip/"
72 -SRC_URI="mirror://gnu/osip/${MY_P}.tar.gz"
73 -
74 -LICENSE="LGPL-2"
75 -SLOT="2"
76 -KEYWORDS="amd64 ppc ~sparc x86 ~ppc-macos ~x86-macos"
77 -IUSE="test"
78 -
79 -S=${WORKDIR}/${MY_P}
80 -
81 -PATCHES=( "${FILESDIR}/${PN}-3.3.0-out-source-build.patch" )
82 -
83 -src_prepare() {
84 - default
85 - AT_M4DIR="scripts" eautoreconf
86 -}
87 -
88 -src_configure() {
89 - econf --enable-mt \
90 - $(use_enable test)
91 -}
92
93 diff --git a/net-libs/libosip/libosip-4.0.0.ebuild b/net-libs/libosip/libosip-4.0.0.ebuild
94 deleted file mode 100644
95 index d941406553b..00000000000
96 --- a/net-libs/libosip/libosip-4.0.0.ebuild
97 +++ /dev/null
98 @@ -1,35 +0,0 @@
99 -# Copyright 1999-2013 Gentoo Foundation
100 -# Distributed under the terms of the GNU General Public License v2
101 -
102 -EAPI="5"
103 -
104 -inherit eutils autotools versionator
105 -
106 -MY_PV=${PV%.?}-${PV##*.}
107 -MY_PV=${PV}
108 -MY_P=${PN}2-${MY_PV}
109 -DESCRIPTION="a simple way to support the Session Initiation Protocol"
110 -HOMEPAGE="https://www.gnu.org/software/osip/"
111 -SRC_URI="mirror://gnu/osip/${MY_P}.tar.gz"
112 -
113 -LICENSE="LGPL-2"
114 -SLOT="2/$(get_version_component_range 1-2)"
115 -KEYWORDS="amd64 ppc ~sparc x86 ~ppc-macos ~x86-macos"
116 -IUSE="test"
117 -
118 -S=${WORKDIR}/${MY_P}
119 -
120 -src_prepare() {
121 - epatch "${FILESDIR}/${PN}-3.3.0-out-source-build.patch"
122 - AT_M4DIR="scripts" eautoreconf
123 -}
124 -
125 -src_configure() {
126 - econf --enable-mt \
127 - $(use_enable test)
128 -}
129 -
130 -src_install() {
131 - emake DESTDIR="${D}" install
132 - dodoc AUTHORS ChangeLog FEATURES HISTORY README NEWS TODO
133 -}
134
135 diff --git a/net-libs/libosip/metadata.xml b/net-libs/libosip/metadata.xml
136 deleted file mode 100644
137 index 6f49eba8f49..00000000000
138 --- a/net-libs/libosip/metadata.xml
139 +++ /dev/null
140 @@ -1,5 +0,0 @@
141 -<?xml version="1.0" encoding="UTF-8"?>
142 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
143 -<pkgmetadata>
144 -<!-- maintainer-needed -->
145 -</pkgmetadata>
146
147 diff --git a/profiles/package.mask b/profiles/package.mask
148 index 397fd4ba307..90e04840100 100644
149 --- a/profiles/package.mask
150 +++ b/profiles/package.mask
151 @@ -186,7 +186,6 @@ dev-libs/gost-engine
152 # bug #504114, #486510, #510550, #511096, #517260, #551784, #616490, #
153 net-voip/linphone
154 net-libs/libeXosip
155 -net-libs/libosip
156
157 # Aaron W. Swenson <titanofold@g.o> (25 Oct 2018)
158 # Fails to build against up to date OpenSSL library (Bug 663966). No longer