Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glyr/
Date: Sun, 27 Feb 2022 18:07:43
Message-Id: 1645985249.9e05a2f4253eb3affd05169ccc0e8736c355f9d9.fordfrog@gentoo
1 commit: 9e05a2f4253eb3affd05169ccc0e8736c355f9d9
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:07:29 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:07:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e05a2f4
7
8 media-libs/glyr: removed obsolete 1.0.10
9
10 Bug: https://bugs.gentoo.org/834132
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 media-libs/glyr/glyr-1.0.10.ebuild | 36 ------------------------------------
15 1 file changed, 36 deletions(-)
16
17 diff --git a/media-libs/glyr/glyr-1.0.10.ebuild b/media-libs/glyr/glyr-1.0.10.ebuild
18 deleted file mode 100644
19 index 65ac5aac4cf9..000000000000
20 --- a/media-libs/glyr/glyr-1.0.10.ebuild
21 +++ /dev/null
22 @@ -1,36 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -inherit cmake-utils
29 -
30 -DESCRIPTION="Music related metadata searchengine, both with commandline interface and C API"
31 -HOMEPAGE="https://github.com/sahib/glyr"
32 -SRC_URI="https://github.com/sahib/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="LGPL-3"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE=""
38 -
39 -RDEPEND="
40 - dev-db/sqlite:3
41 - >=dev-libs/glib-2.10:2
42 - net-misc/curl
43 -"
44 -DEPEND="${RDEPEND}
45 - virtual/pkgconfig
46 -"
47 -
48 -DOCS=( AUTHORS README.textile ) # CHANGELOG is obsolete in favour of git history
49 -
50 -src_prepare() {
51 - cmake-utils_src_prepare
52 -
53 - sed -i \
54 - -e '/GCC_ONLY_OPT.*-s/d' \
55 - -e '/FLAGS/s:-Os::' \
56 - -e '/FLAGS/s:-g3::' \
57 - CMakeLists.txt || die
58 -}