summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-03-13 10:43:45 +0100
committerMichał Górny <mgorny@gentoo.org>2019-03-13 10:44:02 +0100
commit529da2a566027d4ca738ebafec7230da75eb23c2 (patch)
treee630b7409fd98fe4d5aca6090c37bbc4b2e1a592
parentdev-db/lib_mysqludf_log: Remove last-rited pkg (diff)
downloadgentoo-529da2a566027d4ca738ebafec7230da75eb23c2.tar.gz
gentoo-529da2a566027d4ca738ebafec7230da75eb23c2.tar.bz2
gentoo-529da2a566027d4ca738ebafec7230da75eb23c2.zip
net-libs/libosip: Remove last-rited pkg
Bug: https://bugs.gentoo.org/616490 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--net-libs/libosip/Manifest2
-rw-r--r--net-libs/libosip/files/libosip-3.3.0-out-source-build.patch16
-rw-r--r--net-libs/libosip/libosip-3.6.0.ebuild33
-rw-r--r--net-libs/libosip/libosip-4.0.0.ebuild35
-rw-r--r--net-libs/libosip/metadata.xml5
-rw-r--r--profiles/package.mask1
6 files changed, 0 insertions, 92 deletions
diff --git a/net-libs/libosip/Manifest b/net-libs/libosip/Manifest
deleted file mode 100644
index 1472f5d46b2c..000000000000
--- a/net-libs/libosip/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libosip2-3.6.0.tar.gz 598496 BLAKE2B 734242e556306eebbd1ca7f1c9dec3db5be9bc97453a71c3803ae4ee6e02e6426b1ff3a00caa8244369ac61857433b7a6976fc76908543429ef5a3bb3386f191 SHA512 58109fdc643673e811ce576374194d6d33b930ecec3221f31834471f52f5f2b2b30e5e331e245e33b2aafbff1aaa411d3a7657c25f3bb0b9d6cda0ae766fd538
-DIST libosip2-4.0.0.tar.gz 644958 BLAKE2B 78dc5477b3f7ea8a750478804d0486a16dcf99101f1c38c4532f18f2dfd3b7c844728115973f8afcd42e384547c38de28660970b020b3df6dbcf854928573057 SHA512 995fc67c9a7536628ebaec9f4500bafa8a2f88081531bbae5194372b51102d556de28aea7d121e20cfda82b302a8a4ceb6488dbad61676930fdc13accb12b961
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
deleted file mode 100644
index fa87b19d0e2a..000000000000
--- a/net-libs/libosip/files/libosip-3.3.0-out-source-build.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Fixed upstream:
-
-http://www.atosc.org/pipermail/osip/2010-February/009864.html
-
---- a/src/test/Makefile.am 2010-02-11 17:51:43 +0000
-+++ b/src/test/Makefile.am 2010-02-11 17:52:09 +0000
-@@ -49,7 +49,7 @@
- @echo " *******************************"
- @echo " ****** starting tests! ********"
- @echo " *******************************"
-- @./$(top_srcdir)/src/test/tst ./$(top_srcdir)/src/test/res -c
-+ @$(top_srcdir)/src/test/tst $(top_srcdir)/src/test/res -c
-
- @echo ""
- @echo "In case you have a doubt, send the generated"
-
diff --git a/net-libs/libosip/libosip-3.6.0.ebuild b/net-libs/libosip/libosip-3.6.0.ebuild
deleted file mode 100644
index 814555da67d5..000000000000
--- a/net-libs/libosip/libosip-3.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_PV=${PV%.?}-${PV##*.}
-MY_PV=${PV}
-MY_P=${PN}2-${MY_PV}
-
-DESCRIPTION="a simple way to support the Session Initiation Protocol"
-HOMEPAGE="https://www.gnu.org/software/osip/"
-SRC_URI="mirror://gnu/osip/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="2"
-KEYWORDS="amd64 ppc ~sparc x86 ~ppc-macos ~x86-macos"
-IUSE="test"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}/${PN}-3.3.0-out-source-build.patch" )
-
-src_prepare() {
- default
- AT_M4DIR="scripts" eautoreconf
-}
-
-src_configure() {
- econf --enable-mt \
- $(use_enable test)
-}
diff --git a/net-libs/libosip/libosip-4.0.0.ebuild b/net-libs/libosip/libosip-4.0.0.ebuild
deleted file mode 100644
index d941406553bf..000000000000
--- a/net-libs/libosip/libosip-4.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils autotools versionator
-
-MY_PV=${PV%.?}-${PV##*.}
-MY_PV=${PV}
-MY_P=${PN}2-${MY_PV}
-DESCRIPTION="a simple way to support the Session Initiation Protocol"
-HOMEPAGE="https://www.gnu.org/software/osip/"
-SRC_URI="mirror://gnu/osip/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="2/$(get_version_component_range 1-2)"
-KEYWORDS="amd64 ppc ~sparc x86 ~ppc-macos ~x86-macos"
-IUSE="test"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-3.3.0-out-source-build.patch"
- AT_M4DIR="scripts" eautoreconf
-}
-
-src_configure() {
- econf --enable-mt \
- $(use_enable test)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog FEATURES HISTORY README NEWS TODO
-}
diff --git a/net-libs/libosip/metadata.xml b/net-libs/libosip/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/net-libs/libosip/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 397fd4ba3070..90e048401006 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -186,7 +186,6 @@ dev-libs/gost-engine
# bug #504114, #486510, #510550, #511096, #517260, #551784, #616490, #
net-voip/linphone
net-libs/libeXosip
-net-libs/libosip
# Aaron W. Swenson <titanofold@gentoo.org> (25 Oct 2018)
# Fails to build against up to date OpenSSL library (Bug 663966). No longer