Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sipsak/
Date: Mon, 28 Dec 2020 14:48:33
Message-Id: 1609166877.b141fcdf9d9b82a91075a4e9721803c87ce3c939.soap@gentoo
1 commit: b141fcdf9d9b82a91075a4e9721803c87ce3c939
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon Dec 28 14:47:57 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 14:47:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b141fcdf
7
8 net-misc/sipsak: Remove old
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.1
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 net-misc/sipsak/Manifest | 1 -
15 net-misc/sipsak/sipsak-0.9.7.ebuild | 29 -----------------------------
16 2 files changed, 30 deletions(-)
17
18 diff --git a/net-misc/sipsak/Manifest b/net-misc/sipsak/Manifest
19 index a4e63848959..f9eddd964da 100644
20 --- a/net-misc/sipsak/Manifest
21 +++ b/net-misc/sipsak/Manifest
22 @@ -1,2 +1 @@
23 -DIST sipsak-0.9.7.tar.gz 199074 BLAKE2B c99bc7ace4eb5f1af193d64d156243904300e1f5fc66d1a44f578970e0d8242be3c8fa82804bfc975efcaaf6b5289c0b09b22b8d5c069fc81a16c343136be49b SHA512 695ba6e596411fdda14e6800163b934dba2dc6ee661ebc91a9f3d3509b9568d0482108fb50503953f7f9186cf11724c0faf4660436aad1929f4a70dc41286402
24 DIST sipsak-0.9.8.tar.gz 202482 BLAKE2B 26ea0fc196d598f6ef111b0c511484db0ca23b4ea8e2febe957b578a5eb0e2351dcc1d5848bdcda4a01f6962d1cd97c80dcf58203fcb82e19eb7f475f8a7ee56 SHA512 1cd4c8e69f5c8cae83c524f73ef53eb139127ff3652eb1407542883c4c3593df9d61207e10198705e064b42da72c210fb6a88c087a83c3b13bbb6d9d8bfab20c
25
26 diff --git a/net-misc/sipsak/sipsak-0.9.7.ebuild b/net-misc/sipsak/sipsak-0.9.7.ebuild
27 deleted file mode 100644
28 index ddc1785dbe0..00000000000
29 --- a/net-misc/sipsak/sipsak-0.9.7.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit flag-o-matic
38 -
39 -DESCRIPTION="small command line tool for testing SIP applications and devices"
40 -HOMEPAGE="https://github.com/nils-ohlmeier/sipsak"
41 -SRC_URI="https://github.com/nils-ohlmeier/sipsak/releases/download/${PV}/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
46 -IUSE=""
47 -
48 -RDEPEND="net-libs/gnutls
49 - net-dns/c-ares"
50 -DEPEND="${RDEPEND}"
51 -
52 -src_configure() {
53 - append-cflags -std=gnu89 -fcommon
54 - econf
55 -}
56 -
57 -src_install() {
58 - emake DESTDIR="${D}" install
59 - dodoc AUTHORS ChangeLog NEWS README TODO
60 -}