public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/gpredict/
Date: Wed, 17 Jan 2018 09:59:48 +0000 (UTC)	[thread overview]
Message-ID: <1516183155.f7afaa679ea5cc62b803c9e08d5b6a31dbadfbe6.tomjbe@gentoo> (raw)

commit:     f7afaa679ea5cc62b803c9e08d5b6a31dbadfbe6
Author:     Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Mon Jan 15 20:11:08 2018 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> 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"
+}


             reply	other threads:[~2018-01-17  9:59 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-17  9:59 Thomas Beierlein [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-07  7:30 [gentoo-commits] repo/gentoo:master commit in: media-radio/gpredict/ Thomas Beierlein
2024-01-30 13:42 Thomas Beierlein
2024-01-15 18:18 Sam James
2024-01-15 18:18 Sam James
2024-01-15 14:28 Thomas Beierlein
2024-01-15 14:28 Thomas Beierlein
2022-06-25 16:33 Thomas Beierlein
2022-05-31  9:03 Sam James
2022-05-29 14:08 Jakov Smolić
2022-05-29 14:08 Jakov Smolić
2022-03-13  5:54 Sam James
2021-10-30 15:42 Thomas Beierlein
2021-04-28 18:30 Sergei Trofimovich
2021-04-28 17:00 Sam James
2021-04-27 19:38 Sam James
2020-02-20 13:08 Thomas Beierlein
2018-07-09 15:24 Mikle Kolyada
2018-06-27 21:54 Sergei Trofimovich
2018-05-09 18:45 Thomas Beierlein
2018-05-08 22:05 Sergei Trofimovich
2018-03-30  9:39 Thomas Beierlein
2018-02-18 21:48 Thomas Deutschmann
2017-10-02 13:05 Thomas Beierlein
2017-06-21 11:57 Agostino Sarubbo
2017-06-08 10:16 Agostino Sarubbo
2017-04-29 17:33 Thomas Beierlein

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1516183155.f7afaa679ea5cc62b803c9e08d5b6a31dbadfbe6.tomjbe@gentoo \
    --to=tomjbe@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox