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 44F3C1381F1 for ; Wed, 17 Jan 2018 09:59:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65E81E08C8; Wed, 17 Jan 2018 09:59:52 +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 368ADE08C8 for ; Wed, 17 Jan 2018 09:59:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 14B0A335C46 for ; Wed, 17 Jan 2018 09:59:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 217F01D for ; Wed, 17 Jan 2018 09:59:48 +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: <1516183155.f7afaa679ea5cc62b803c9e08d5b6a31dbadfbe6.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/gpredict/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/gpredict/Manifest media-radio/gpredict/gpredict-2.2.ebuild X-VCS-Directories: media-radio/gpredict/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: f7afaa679ea5cc62b803c9e08d5b6a31dbadfbe6 X-VCS-Branch: master Date: Wed, 17 Jan 2018 09:59:48 +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: 3e30ea19-6e73-4a81-a55c-c77b0faa9a07 X-Archives-Hash: f1c19cfc6efc096f542d838d6b1584fe commit: f7afaa679ea5cc62b803c9e08d5b6a31dbadfbe6 Author: Chris Mayo gmail com> AuthorDate: Mon Jan 15 20:11:08 2018 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Wed Jan 17 09:59:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7afaa67 media-radio/gpredict: Version bump to 2.2 Tidy up ebuild. Install upstream desktop file only. Package-Manager: Portage-2.3.14, Repoman-2.3.6 media-radio/gpredict/Manifest | 1 + media-radio/gpredict/gpredict-2.2.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/media-radio/gpredict/Manifest b/media-radio/gpredict/Manifest index e63b070bd60..fd135ff87d0 100644 --- a/media-radio/gpredict/Manifest +++ b/media-radio/gpredict/Manifest @@ -1,2 +1,3 @@ DIST gpredict-1.3.tar.gz 4750388 BLAKE2B e67858ea6101d150481012c99fd31fc1428d9c040ced84b3df291cfd8476ee7ec18119d35ba59c3d319b502606d58da707e579d56fd9f7d9d9fd515d49110a22 SHA512 e465e5162d46375e6d8c1ca6b98ec5860f974eec0cbcf8219b65c919ab74ce342e6296886e3fadcb64882c9059da26707e8b10670dac7b1f8146641ed0992f09 DIST gpredict-2.0.tar.gz 5129500 BLAKE2B 4e0db6166eb91adf558496d3d2e20a92aaf3a61ddb733d68978194b7e3c5c7ee6c6c01d0ce8cec97fe987a8b0f40db344148f3e065776734589846c80a958013 SHA512 9bd9c2350b5ba5acc49c7f4a4a492a3d28ca884a1185925d09de827ea69e3dc4aeaef6f8514672bd4c0f7afcc0cc329047593794a129204ed33eb1df194e5fb5 +DIST gpredict-2.2.tar.bz2 4646331 BLAKE2B 5f07484814cbc3973617e2f161eed4fdc9ead11b9369cd2f6ffacbf60a5a73651e8081c2110ecc7e83a8214d4278a0d7ba9d5b313a9c1bbda7ca3e5c5a6730a9 SHA512 4884459922da4fcbe221252c002e76ac06926bda4745e3eaa480c93c9fdbed9da7a78c7d11a6e7fb5777d8e11cc1f0859c18461fb19f249d924882bfe7ace32c diff --git a/media-radio/gpredict/gpredict-2.2.ebuild b/media-radio/gpredict/gpredict-2.2.ebuild new file mode 100644 index 00000000000..84a46c32d57 --- /dev/null +++ b/media-radio/gpredict/gpredict-2.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Real-time satellite tracking and orbit prediction application" +HOMEPAGE="http://gpredict.oz9aec.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +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 ChangeLog NEWS README ) + +src_prepare() { + eapply_user + # remove wrong doc location + eapply -p0 "${FILESDIR}/${PN}-2.0-doc.patch" +}