summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2020-09-23 12:49:35 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2020-09-23 12:49:35 +0200
commit3566cc7ffe3b06e09094eced9f6a11952245f072 (patch)
tree6f30d74decad47f2b90af373bfb2c88b3df15379 /media-sound/grip
parentmedia-sound/qjackctl: removed obsolete 0.6.2 (diff)
downloadgentoo-3566cc7ffe3b06e09094eced9f6a11952245f072.tar.gz
gentoo-3566cc7ffe3b06e09094eced9f6a11952245f072.tar.bz2
gentoo-3566cc7ffe3b06e09094eced9f6a11952245f072.zip
media-sound/grip: removed obsolete 4.1.1
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/grip')
-rw-r--r--media-sound/grip/Manifest1
-rw-r--r--media-sound/grip/grip-4.1.1.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/media-sound/grip/Manifest b/media-sound/grip/Manifest
index 4e8c873b2523..032881bc3fcb 100644
--- a/media-sound/grip/Manifest
+++ b/media-sound/grip/Manifest
@@ -1,2 +1 @@
-DIST grip-4.1.1.tar.gz 1211196 BLAKE2B 677ace9ef740db150a2cfc9b597b148b50015dda79cb41b53cd656451b038ff71d6efdf3e17bea65accc071ec0116c6025a7c9619cb09a3782eeb94904e431a9 SHA512 c6af48b0fa89fb342c73614c6193973811ccf72837a46eb1a3971ffcfa9a20bb4fb8705ba674b093e2c4f6f78f9ded323cf5453cdecf53c467238430f98ba267
DIST grip-4.2.0.tar.gz 1209972 BLAKE2B 087118b0871b149745fa083f3eeaa79ac8c00c2b094a486cb9c5188e215dd7ce4cb06d13fb362914d7b688c89989e3b6b86ee889b4027e38b727876a06f06dd1 SHA512 26cb32064019da1d1683c44caa3c52ae513cec5b1fb435930e8e4c62433a70f14145d92f2215bf54a5bface96945d3e5e879302e2824029650d2a34218528e94
diff --git a/media-sound/grip/grip-4.1.1.ebuild b/media-sound/grip/grip-4.1.1.ebuild
deleted file mode 100644
index 684d42ec3f07..000000000000
--- a/media-sound/grip/grip-4.1.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils flag-o-matic toolchain-funcs libtool xdg
-
-DESCRIPTION="GTK+ based Audio CD Player/Ripper"
-HOMEPAGE="https://sourceforge.net/projects/grip/"
-SRC_URI="mirror://sourceforge/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-3.8.3
- media-sound/cdparanoia
- media-sound/lame
- net-misc/curl
- >=x11-libs/gtk+-2.2: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
-}