From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59AD21396D0 for ; Mon, 2 Oct 2017 13:05:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66D8B2BC003; Mon, 2 Oct 2017 13:05:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 400BE2BC003 for ; Mon, 2 Oct 2017 13:05:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09D1D33BEC7 for ; Mon, 2 Oct 2017 13:05:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3C348F66 for ; Mon, 2 Oct 2017 13:05:43 +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: <1506949502.bf51f7479ad6bbc965ba19b8fe38c5570ca0eabc.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-1.3.ebuild X-VCS-Directories: media-radio/gpredict/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: bf51f7479ad6bbc965ba19b8fe38c5570ca0eabc X-VCS-Branch: master Date: Mon, 2 Oct 2017 13:05:43 +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-Archives-Salt: 9e274df0-e366-4ad2-8786-1c72a591d05d X-Archives-Hash: 5f97800883945a94d9337514edc482b6 commit: bf51f7479ad6bbc965ba19b8fe38c5570ca0eabc Author: Thomas Beierlein gentoo org> AuthorDate: Mon Oct 2 13:05:02 2017 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Mon Oct 2 13:05:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf51f747 media-radio/gpredict: drop old Package-Manager: Portage-2.3.10, Repoman-2.3.3 media-radio/gpredict/gpredict-1.3.ebuild | 40 -------------------------------- 1 file changed, 40 deletions(-) diff --git a/media-radio/gpredict/gpredict-1.3.ebuild b/media-radio/gpredict/gpredict-1.3.ebuild deleted file mode 100644 index c7c4ad06d49..00000000000 --- a/media-radio/gpredict/gpredict-1.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils - -DESCRIPTION="Real-time satellite tracking and orbit prediction application" -HOMEPAGE="http://gpredict.oz9aec.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.22.0:2 - >=x11-libs/gtk+-2.18.0:2 - >=x11-libs/goocanvas-0.14:0 - net-misc/curl" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -src_prepare() { - # remove wrong doc location - epatch "${FILESDIR}/${PN}-1.1-doc.patch" - sed -i -e "s/0.15/0.14/g" configure.ac || die - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install - make_desktop_entry ${PN} "GPredict" "/usr/share/pixmaps/gpredict/icons/gpredict-icon.png" Science - # provide a link to GPL license to allow the program to show it (see - # Help->license menu entry) - dosym /usr/portage/licenses/GPL-2 /usr/share/${PN}/COPYING - dodoc AUTHORS ChangeLog NEWS README TODO -}