diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2024-06-02 11:12:19 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-06-02 11:12:19 +0200 |
commit | b4c0d15484172c63f2a7abac1d184715e2a60ede (patch) | |
tree | 0e49095d7adcbc32d0e48235b0e377bd9be84ee9 /media-sound/grip | |
parent | media-sound/qjackctl: dropped obsolete 0.9.13 & 0.9.90 (diff) | |
download | gentoo-b4c0d15484172c63f2a7abac1d184715e2a60ede.tar.gz gentoo-b4c0d15484172c63f2a7abac1d184715e2a60ede.tar.bz2 gentoo-b4c0d15484172c63f2a7abac1d184715e2a60ede.zip |
media-sound/grip: dropped obsolete 4.2.4
Bug: https://bugs.gentoo.org/933252
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/grip')
-rw-r--r-- | media-sound/grip/grip-4.2.4.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/media-sound/grip/grip-4.2.4.ebuild b/media-sound/grip/grip-4.2.4.ebuild deleted file mode 100644 index 44af0358ab3a..000000000000 --- a/media-sound/grip/grip-4.2.4.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit flag-o-matic toolchain-funcs xdg strip-linguas - -DESCRIPTION="GTK+ based Audio CD Player/Ripper" -HOMEPAGE="https://sourceforge.net/projects/grip/" -SRC_URI="https://downloads.sourceforge.net/grip/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" -IUSE="vorbis" - -# lame and vorbis-tools are no real RDEPENDs. But without them -# grip cannot convert ripped files to any format. So use them as -# a sane default. -RDEPEND=" - !app-text/grip - dev-libs/glib:2 - media-libs/id3lib - media-sound/cdparanoia - media-sound/lame - net-misc/curl - x11-libs/gtk+:2 - x11-libs/libX11 - x11-libs/pango - vorbis? ( media-sound/vorbis-tools ) -" -# gnome-extra/yelp, see bug 416843 -DEPEND=" - ${RDEPEND} - sys-devel/gettext -" -BDEPEND=" - virtual/pkgconfig -" - -src_configure() { - # Bug #69536 - [[ $(tc-arch) == "x86" ]] && append-flags "-mno-sse" - - 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 - - econf -} |