From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19949158094 for ; Sat, 25 Jun 2022 16:34:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E1B0E0957; Sat, 25 Jun 2022 16:33:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8227E0957 for ; Sat, 25 Jun 2022 16:33:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91929341727 for ; Sat, 25 Jun 2022 16:33:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D41A8501 for ; Sat, 25 Jun 2022 16:33:54 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1656174816.9eaa561204db864ddf74f40637f9525c3c5f5cb9.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/gpredict/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/gpredict/gpredict-2.3.ebuild X-VCS-Directories: media-radio/gpredict/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 9eaa561204db864ddf74f40637f9525c3c5f5cb9 X-VCS-Branch: master Date: Sat, 25 Jun 2022 16:33:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6919d555-9006-46b4-adea-0b89f8e8e746 X-Archives-Hash: c4f60423eaebbe09ebd92f15766bf8b9 commit: 9eaa561204db864ddf74f40637f9525c3c5f5cb9 Author: Thomas Beierlein gentoo org> AuthorDate: Sat Jun 25 16:28:55 2022 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sat Jun 25 16:33:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eaa5612 media-radio/gpredict: drop 2.3 Signed-off-by: Thomas Beierlein gentoo.org> media-radio/gpredict/gpredict-2.3.ebuild | 36 -------------------------------- 1 file changed, 36 deletions(-) diff --git a/media-radio/gpredict/gpredict-2.3.ebuild b/media-radio/gpredict/gpredict-2.3.ebuild deleted file mode 100644 index 0b284758603f..000000000000 --- a/media-radio/gpredict/gpredict-2.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Real-time satellite tracking and orbit prediction application" -HOMEPAGE="http://gpredict.oz9aec.net" -SRC_URI="https://github.com/csete/gpredict/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="dev-libs/glib:2 - x11-libs/gdk-pixbuf[jpeg] - x11-libs/gtk+:3 - x11-libs/goocanvas:2.0 - net-misc/curl" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -DOCS=( AUTHORS NEWS README ) - -src_prepare() { - eapply_user - # remove wrong doc location - eapply "${FILESDIR}/${P}-doc.patch" - eapply "${FILESDIR}/${PN}-2.2.1-fno-common.patch" - - sed -i -e "s+./configure +# ./configure +g" autogen.sh || die - - ./autogen.sh -}