Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/flmsg/
Date: Sun, 19 Sep 2021 12:36:37
Message-Id: 1632054980.b57b0c49617e36f2fa5945e8f515d896012eda40.dilfridge@gentoo
1 commit: b57b0c49617e36f2fa5945e8f515d896012eda40
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 19 12:35:54 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 19 12:36:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57b0c49
7
8 media-radio/flmsg: Remove old
9
10 Bug: https://bugs.gentoo.org/786270
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
13
14 media-radio/flmsg/flmsg-4.0.17.ebuild | 21 ---------------------
15 1 file changed, 21 deletions(-)
16
17 diff --git a/media-radio/flmsg/flmsg-4.0.17.ebuild b/media-radio/flmsg/flmsg-4.0.17.ebuild
18 deleted file mode 100644
19 index 5a5f5ba918b..00000000000
20 --- a/media-radio/flmsg/flmsg-4.0.17.ebuild
21 +++ /dev/null
22 @@ -1,21 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -DESCRIPTION="Fldigi helper for creating radiograms"
29 -HOMEPAGE="http://www.w1hkj.com"
30 -SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
31 -
32 -LICENSE="GPL-3"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="media-radio/fldigi
38 - x11-libs/fltk:=
39 - x11-libs/libX11:="
40 -DEPEND="${RDEPEND}
41 - virtual/pkgconfig"
42 -
43 -DOCS=( AUTHORS ChangeLog INSTALL README )