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-misc/libss7/files/, net-misc/libss7/, profiles/
Date: Sat, 28 Sep 2019 11:32:01
Message-Id: 1569670303.d00b5b21bf571ce1d9ea1adbc8d7a876e17f343d.mgorny@gentoo
1 commit: d00b5b21bf571ce1d9ea1adbc8d7a876e17f343d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 11:30:30 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 11:31:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00b5b21
7
8 net-misc/libss7: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/667064
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-misc/libss7/Manifest | 1 -
14 net-misc/libss7/files/1.0.2-ldflags.patch | 12 ----------
15 net-misc/libss7/files/1.0.2-no-ldconfig.patch | 11 ---------
16 net-misc/libss7/files/1.0.2-werror-idiocy.patch | 12 ----------
17 net-misc/libss7/libss7-1.0.2.ebuild | 31 -------------------------
18 net-misc/libss7/metadata.xml | 8 -------
19 profiles/package.mask | 6 -----
20 7 files changed, 81 deletions(-)
21
22 diff --git a/net-misc/libss7/Manifest b/net-misc/libss7/Manifest
23 deleted file mode 100644
24 index 860a788fe65..00000000000
25 --- a/net-misc/libss7/Manifest
26 +++ /dev/null
27 @@ -1 +0,0 @@
28 -DIST libss7-1.0.2.tar.gz 60834 BLAKE2B b814bd47a7b915dd0bfb3c789e3bc05ea500f821656e319f17eb273871876358eb28e7a6b20af01ea7954e2b6c278078268a3bebcc8cf37954a74d2167b1bfc0 SHA512 ff2a7f37aa8186df6059e0069fb12174d9c32147354eeff742faab28923feaa0459e82037139273cb436211e2bf709047a4f88740791fb63543dfac1f4ce3d11
29
30 diff --git a/net-misc/libss7/files/1.0.2-ldflags.patch b/net-misc/libss7/files/1.0.2-ldflags.patch
31 deleted file mode 100644
32 index d88fe25237b..00000000000
33 --- a/net-misc/libss7/files/1.0.2-ldflags.patch
34 +++ /dev/null
35 @@ -1,12 +0,0 @@
36 -diff -uNr libss7-1.0.2.ORIG/Makefile libss7-1.0.2/Makefile
37 ---- libss7-1.0.2.ORIG/Makefile 2012-08-23 10:49:15.341155719 +0100
38 -+++ libss7-1.0.2/Makefile 2012-08-23 10:50:35.403236983 +0100
39 -@@ -54,7 +54,7 @@
40 - ranlib $(STATIC_LIBRARY)
41 -
42 - $(DYNAMIC_LIBRARY): $(DYNAMIC_OBJS)
43 -- $(CC) -shared $(SOFLAGS) -o $@ $(DYNAMIC_OBJS)
44 -+ $(CC) -shared $(SOFLAGS) $(LDFLAGS) -o $@ $(DYNAMIC_OBJS)
45 - $(LDCONFIG) $(LDCONFIG_FLAGS) .
46 - ln -sf libss7.so.1 libss7.so
47 - ln -sf libss7.so.1.0 libss7.so.1
48
49 diff --git a/net-misc/libss7/files/1.0.2-no-ldconfig.patch b/net-misc/libss7/files/1.0.2-no-ldconfig.patch
50 deleted file mode 100644
51 index 166fd01745c..00000000000
52 --- a/net-misc/libss7/files/1.0.2-no-ldconfig.patch
53 +++ /dev/null
54 @@ -1,11 +0,0 @@
55 -diff -uNr libss7-1.0.2.ORIG/Makefile libss7-1.0.2/Makefile
56 ---- libss7-1.0.2.ORIG/Makefile 2012-08-23 10:26:35.733775711 +0100
57 -+++ libss7-1.0.2/Makefile 2012-08-23 10:27:06.826807271 +0100
58 -@@ -48,7 +48,6 @@
59 - install -m 755 $(DYNAMIC_LIBRARY) $(INSTALL_PREFIX)$(libdir)
60 - ( cd $(INSTALL_PREFIX)$(libdir) ; ln -sf libss7.so.1 libss7.so ; ln -sf libss7.so.1.0 libss7.so.1 )
61 - install -m 644 $(STATIC_LIBRARY) $(INSTALL_PREFIX)$(libdir)
62 -- if test $$(id -u) = 0; then $(LDCONFIG); fi
63 -
64 - $(STATIC_LIBRARY): $(STATIC_OBJS)
65 - ar rcs $(STATIC_LIBRARY) $(STATIC_OBJS)
66
67 diff --git a/net-misc/libss7/files/1.0.2-werror-idiocy.patch b/net-misc/libss7/files/1.0.2-werror-idiocy.patch
68 deleted file mode 100644
69 index 8eed3e5e219..00000000000
70 --- a/net-misc/libss7/files/1.0.2-werror-idiocy.patch
71 +++ /dev/null
72 @@ -1,12 +0,0 @@
73 -diff -uNr libss7-1.0.2.ORIG/Makefile libss7-1.0.2/Makefile
74 ---- libss7-1.0.2.ORIG/Makefile 2012-08-23 10:22:27.855524115 +0100
75 -+++ libss7-1.0.2/Makefile 2012-08-23 10:22:46.156542689 +0100
76 -@@ -11,7 +11,7 @@
77 - DYNAMIC_OBJS=mtp2.o ss7_sched.o ss7.o mtp3.o isup.o version.o
78 - STATIC_LIBRARY=libss7.a
79 - DYNAMIC_LIBRARY=libss7.so.1.0
80 --CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC
81 -+CFLAGS=-Wall -Wstrict-prototypes -Wmissing-prototypes -g -fPIC
82 - LDCONFIG_FLAGS=-n
83 - SOFLAGS=-Wl,-hlibss7.so.1
84 - LDCONFIG=/sbin/ldconfig
85
86 diff --git a/net-misc/libss7/libss7-1.0.2.ebuild b/net-misc/libss7/libss7-1.0.2.ebuild
87 deleted file mode 100644
88 index 036e6bea25c..00000000000
89 --- a/net-misc/libss7/libss7-1.0.2.ebuild
90 +++ /dev/null
91 @@ -1,31 +0,0 @@
92 -# Copyright 1999-2012 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI="4"
96 -
97 -inherit base toolchain-funcs
98 -
99 -DESCRIPTION="Signalling System 7 (SS7) protocol library"
100 -HOMEPAGE="http://www.asterisk.org/"
101 -SRC_URI="http://downloads.asterisk.org/pub/telephony/${PN}/releases/${P}.tar.gz"
102 -
103 -SLOT="0"
104 -LICENSE="GPL-2"
105 -KEYWORDS="~amd64"
106 -IUSE=""
107 -
108 -RDEPEND=">=net-misc/dahdi-2.0.0"
109 -PATCHES=(
110 - "${FILESDIR}/${PV}-werror-idiocy.patch"
111 - "${FILESDIR}/${PV}-no-ldconfig.patch"
112 - "${FILESDIR}/${PV}-ldflags.patch"
113 -)
114 -
115 -src_compile() {
116 - emake CC=$(tc-getCC) LD=$(tc-getLD) DESTDIR="${D}"
117 -}
118 -
119 -src_install() {
120 - emake DESTDIR="${D}" install || die "emake install failed"
121 - dodoc ChangeLog README NEWS* || die "dodoc failed"
122 -}
123
124 diff --git a/net-misc/libss7/metadata.xml b/net-misc/libss7/metadata.xml
125 deleted file mode 100644
126 index 5087760546f..00000000000
127 --- a/net-misc/libss7/metadata.xml
128 +++ /dev/null
129 @@ -1,8 +0,0 @@
130 -<?xml version="1.0" encoding="UTF-8"?>
131 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
132 -<pkgmetadata>
133 - <maintainer type="person">
134 - <email>chainsaw@g.o</email>
135 - <name>Tony Vroon</name>
136 - </maintainer>
137 -</pkgmetadata>
138
139 diff --git a/profiles/package.mask b/profiles/package.mask
140 index 38501370cbb..cf3c6a21f16 100644
141 --- a/profiles/package.mask
142 +++ b/profiles/package.mask
143 @@ -1083,12 +1083,6 @@ sci-electronics/gplcver
144 # Dead upstream, last release in 2008, no revdeps, removal in 30 days.
145 dev-cpp/threadpool
146
147 -# Michał Górny <mgorny@g.o> (2019-08-29)
148 -# Added in 2012 and not touched since. Fails multilib-strict. Pending
149 -# version bump. No reverse dependencies.
150 -# Removal in 30 days. Bug #667064.
151 -net-misc/libss7
152 -
153 # Miroslav Šulc <fordfrog@g.o> (2019-08-19)
154 # Depends on >=virtual/{jdk,jre}-11 which is masked
155 =www-servers/tomcat-9.0.24