Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/sonic/
Date: Thu, 15 Jul 2021 10:04:28
Message-Id: 1626339927.261df3e84183357b0da89cb150fd05f8d7d5cd17.cybertailor@gentoo
1 commit: 261df3e84183357b0da89cb150fd05f8d7d5cd17
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Jul 14 08:38:17 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Thu Jul 15 09:05:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=261df3e8
7
8 media-libs/sonic: treeclean (not needed anymore)
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 media-libs/sonic/Manifest | 1 -
13 media-libs/sonic/metadata.xml | 11 --------
14 media-libs/sonic/sonic-0.3.0_pre20210316.ebuild | 34 -------------------------
15 3 files changed, 46 deletions(-)
16
17 diff --git a/media-libs/sonic/Manifest b/media-libs/sonic/Manifest
18 deleted file mode 100644
19 index ea341be6e..000000000
20 --- a/media-libs/sonic/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST sonic-0.3.0_pre20210316.tar.gz 5350614 BLAKE2B 95084bd43794e36259b0048b603d23d32fa8fff3531796965ccb8548a23c4e392eaf242e138885c638d08ef44c87537d0cd74f9de2b352ba55a9f2613c6c89a8 SHA512 a44246b1955cef87466162e02e29ea6595f7b4bdab51e90ee0904bf7f68e697a0d006162b367fed51ab8409bce7aee38d155dee0d95c5ac5f29ee8d390c0d488
24
25 diff --git a/media-libs/sonic/metadata.xml b/media-libs/sonic/metadata.xml
26 deleted file mode 100644
27 index 22900dd41..000000000
28 --- a/media-libs/sonic/metadata.xml
29 +++ /dev/null
30 @@ -1,11 +0,0 @@
31 -<?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 - <upstream>
35 - <remote-id type="github">waywardgeek/sonic</remote-id>
36 - </upstream>
37 - <maintainer type="person">
38 - <email>cyber+gentoo@×××××.in</email>
39 - <name>Anna</name>
40 - </maintainer>
41 -</pkgmetadata>
42
43 diff --git a/media-libs/sonic/sonic-0.3.0_pre20210316.ebuild b/media-libs/sonic/sonic-0.3.0_pre20210316.ebuild
44 deleted file mode 100644
45 index c8c89d563..000000000
46 --- a/media-libs/sonic/sonic-0.3.0_pre20210316.ebuild
47 +++ /dev/null
48 @@ -1,34 +0,0 @@
49 -# Copyright 1999-2021 Gentoo Authors
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=7
53 -
54 -inherit multilib toolchain-funcs
55 -
56 -COMMIT="ba331411f17702e01f6c2d7016eefebaa695871f"
57 -DESCRIPTION="Simple library to speed up or slow down speech"
58 -HOMEPAGE="https://github.com/waywardgeek/sonic"
59 -SRC_URI="https://github.com/waywardgeek/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
60 -S="${WORKDIR}/${PN}-${COMMIT}"
61 -
62 -LICENSE="Apache-2.0"
63 -SLOT="0"
64 -KEYWORDS="~amd64 ~x86"
65 -
66 -RDEPEND="sci-libs/fftw"
67 -DEPEND="${RDEPEND}"
68 -
69 -DOCS=( README doc/index.md )
70 -
71 -src_prepare() {
72 - default
73 - sed "s|/lib|/$(get_libdir)|" -i Makefile || die
74 - sed "/install libsonic.a/d" -i Makefile || die
75 - sed "s/CC=gcc/CC=$(tc-getCC)/" -i Makefile || die
76 - export AR="$(tc-getAR)"
77 -}
78 -
79 -src_install() {
80 - default
81 - doman sonic.1
82 -}