Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/gpredict/
Date: Sat, 25 Jun 2022 16:34:03
Message-Id: 1656174816.9eaa561204db864ddf74f40637f9525c3c5f5cb9.tomjbe@gentoo
1 commit: 9eaa561204db864ddf74f40637f9525c3c5f5cb9
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 16:28:55 2022 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 16:33:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eaa5612
7
8 media-radio/gpredict: drop 2.3
9
10 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
11
12 media-radio/gpredict/gpredict-2.3.ebuild | 36 --------------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/media-radio/gpredict/gpredict-2.3.ebuild b/media-radio/gpredict/gpredict-2.3.ebuild
16 deleted file mode 100644
17 index 0b284758603f..000000000000
18 --- a/media-radio/gpredict/gpredict-2.3.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -DESCRIPTION="Real-time satellite tracking and orbit prediction application"
27 -HOMEPAGE="http://gpredict.oz9aec.net"
28 -SRC_URI="https://github.com/csete/gpredict/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="amd64 ppc x86"
33 -IUSE=""
34 -
35 -RDEPEND="dev-libs/glib:2
36 - x11-libs/gdk-pixbuf[jpeg]
37 - x11-libs/gtk+:3
38 - x11-libs/goocanvas:2.0
39 - net-misc/curl"
40 -DEPEND="${RDEPEND}
41 - dev-util/intltool
42 - virtual/pkgconfig
43 - sys-devel/gettext"
44 -
45 -DOCS=( AUTHORS NEWS README )
46 -
47 -src_prepare() {
48 - eapply_user
49 - # remove wrong doc location
50 - eapply "${FILESDIR}/${P}-doc.patch"
51 - eapply "${FILESDIR}/${PN}-2.2.1-fno-common.patch"
52 -
53 - sed -i -e "s+./configure +# ./configure +g" autogen.sh || die
54 -
55 - ./autogen.sh
56 -}