Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-sound/sfc/
Date: Sat, 31 Aug 2019 07:55:19
Message-Id: 1567238051.a69f4cbb440872876fd88acb949cb8edfe8c0bf0.mgorny@gentoo
1 commit: a69f4cbb440872876fd88acb949cb8edfe8c0bf0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 31 07:49:43 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 31 07:54:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69f4cbb
7
8 media-sound/sfc: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/688552
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 media-sound/sfc/Manifest | 1 -
14 media-sound/sfc/metadata.xml | 8 --------
15 media-sound/sfc/sfc-0.018-r1.ebuild | 25 -------------------------
16 profiles/package.mask | 5 -----
17 4 files changed, 39 deletions(-)
18
19 diff --git a/media-sound/sfc/Manifest b/media-sound/sfc/Manifest
20 deleted file mode 100644
21 index b0f9c8d396c..00000000000
22 --- a/media-sound/sfc/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST sfc-0.018.tar.gz 125680 BLAKE2B e46d66196eb8686b3140b4dc5090b72ab12d07395aa335fbf6d9fd6e4f6bad0ed7906107e6c544689c5e4f1abddfe609a8d9c633fa02c2d2b8acd101b435c0ff SHA512 9007f00d19acee7150b48718a742cf05df471c69a2f36cdfa9572aece80e1711dde03f9e31ad32892ef8bfc4b33a145d17ccabc29c63cacc40bb071a8b8b6262
26
27 diff --git a/media-sound/sfc/metadata.xml b/media-sound/sfc/metadata.xml
28 deleted file mode 100644
29 index c870d0eef0a..00000000000
30 --- a/media-sound/sfc/metadata.xml
31 +++ /dev/null
32 @@ -1,8 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 -<maintainer type="project">
37 - <email>sound@g.o</email>
38 - <name>Gentoo Sound project</name>
39 -</maintainer>
40 -</pkgmetadata>
41
42 diff --git a/media-sound/sfc/sfc-0.018-r1.ebuild b/media-sound/sfc/sfc-0.018-r1.ebuild
43 deleted file mode 100644
44 index 58a1f87d34c..00000000000
45 --- a/media-sound/sfc/sfc-0.018-r1.ebuild
46 +++ /dev/null
47 @@ -1,25 +0,0 @@
48 -# Copyright 1999-2014 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI="5"
52 -
53 -inherit autotools eutils
54 -
55 -DESCRIPTION="SoundFontCombi is an opensource software pseudo synthesizer"
56 -HOMEPAGE="http://personal.telefonica.terra.es/web/soudfontcombi/"
57 -SRC_URI="http://personal.telefonica.terra.es/web/soudfontcombi/${P}.tar.gz"
58 -
59 -LICENSE="GPL-2"
60 -SLOT="0"
61 -KEYWORDS="amd64 ~ppc x86"
62 -
63 -RDEPEND="
64 - media-libs/alsa-lib
65 - x11-libs/fltk:1"
66 -DEPEND="${RDEPEND}"
67 -
68 -src_prepare() {
69 - sed -i -e "/CXXFLAGS/s:-O3:${CXXFLAGS}:" configure.in || die
70 - epatch_user
71 - eautoreconf
72 -}
73
74 diff --git a/profiles/package.mask b/profiles/package.mask
75 index f3a20cd2e85..942515ba6e9 100644
76 --- a/profiles/package.mask
77 +++ b/profiles/package.mask
78 @@ -437,11 +437,6 @@ sys-freebsd/freebsd-ubin
79 sys-freebsd/freebsd-usbin
80 sys-freebsd/ubin-wrappers
81
82 -# Jonas Stein <jstein@g.o> (2019-06-24)
83 -# Source is broken. Upstream is dead since 2011.
84 -# Removal after 2019-08-01. (bug #688552)
85 -media-sound/sfc
86 -
87 # Miroslav Šulc <fordfrog@g.o> (2019-06-12)
88 # Depends on >=virtual/{jdk,jre}-11 which is masked
89 =www-servers/tomcat-9.0.21