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-sound/grip/
Date: Thu, 24 Feb 2022 14:20:25
Message-Id: 1645712411.5f02a482eaacaf1cbadd6896ea00ac12a091a8e7.fordfrog@gentoo
1 commit: 5f02a482eaacaf1cbadd6896ea00ac12a091a8e7
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 24 14:20:11 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 24 14:20:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f02a482
7
8 media-sound/grip: removed obsolete 4.2.0
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-sound/grip/Manifest | 1 -
14 media-sound/grip/grip-4.2.0.ebuild | 47 --------------------------------------
15 2 files changed, 48 deletions(-)
16
17 diff --git a/media-sound/grip/Manifest b/media-sound/grip/Manifest
18 index 58d5382685b3..c254c90a85fd 100644
19 --- a/media-sound/grip/Manifest
20 +++ b/media-sound/grip/Manifest
21 @@ -1,2 +1 @@
22 -DIST grip-4.2.0.tar.gz 1209972 BLAKE2B 087118b0871b149745fa083f3eeaa79ac8c00c2b094a486cb9c5188e215dd7ce4cb06d13fb362914d7b688c89989e3b6b86ee889b4027e38b727876a06f06dd1 SHA512 26cb32064019da1d1683c44caa3c52ae513cec5b1fb435930e8e4c62433a70f14145d92f2215bf54a5bface96945d3e5e879302e2824029650d2a34218528e94
23 DIST grip-4.2.3.tar.gz 1210695 BLAKE2B d4b5cde336fd9db3a68d6ded2375d12c0ac42af86b34067d5eb4b3356bead13e3c5fe967a7932ae9f4be418dbf5136a889fecc0362bf453f4b1d92193013f739 SHA512 05b66c363af31835e534547ae5dcb21340a7b3a824e46b337b511a8ddd0bbd161ab16470b658eb1df3887838b391d71702069da9207160a692e1a8ebae0d52e0
24
25 diff --git a/media-sound/grip/grip-4.2.0.ebuild b/media-sound/grip/grip-4.2.0.ebuild
26 deleted file mode 100644
27 index 0879f66ffe97..000000000000
28 --- a/media-sound/grip/grip-4.2.0.ebuild
29 +++ /dev/null
30 @@ -1,47 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -inherit eutils flag-o-matic toolchain-funcs libtool xdg
36 -
37 -DESCRIPTION="GTK+ based Audio CD Player/Ripper"
38 -HOMEPAGE="https://sourceforge.net/projects/grip/"
39 -SRC_URI="mirror://sourceforge/grip/${P}.tar.gz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
44 -IUSE="vorbis"
45 -
46 -# lame and vorbis-tools are no real RDEPENDs. But without them
47 -# grip cannot convert ripped files to any format. So use them as
48 -# a sane default.
49 -RDEPEND="
50 - !app-text/grip
51 - dev-libs/glib:2
52 - media-libs/id3lib
53 - media-sound/cdparanoia
54 - media-sound/lame
55 - net-misc/curl
56 - x11-libs/gtk+:2
57 - x11-libs/libX11
58 - x11-libs/pango
59 - vorbis? ( media-sound/vorbis-tools )
60 -"
61 -# gnome-extra/yelp, see bug 416843
62 -DEPEND="
63 - ${RDEPEND}
64 - sys-devel/gettext
65 -"
66 -BDEPEND="
67 - virtual/pkgconfig
68 -"
69 -
70 -src_configure() {
71 - # Bug #69536
72 - [[ $(tc-arch) == "x86" ]] && append-flags "-mno-sse"
73 -
74 - strip-linguas be bg ca de en en_CA en_GB en_US es fi fr hu it ja nb nl pl_PL pt_BR ru sr vi zh_CN zh_HK zh_TW
75 -
76 - econf
77 -}