From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission-remote-gtk/
Date: Mon, 12 Sep 2016 21:09:13 +0000 (UTC) [thread overview]
Message-ID: <1473714545.ff7a33262dcb3125a15bd3a3b1cdf7189a552e1a.eva@gentoo> (raw)
commit: ff7a33262dcb3125a15bd3a3b1cdf7189a552e1a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 22:08:22 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Sep 12 21:09:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7a3326
net-p2p/transmission-remote-gtk: version bump 1.1.1 → 1.3.1, bug #560164
Package-Manager: portage-2.3.0
net-p2p/transmission-remote-gtk/Manifest | 1 +
.../transmission-remote-gtk-1.3.1.ebuild | 53 ++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/net-p2p/transmission-remote-gtk/Manifest b/net-p2p/transmission-remote-gtk/Manifest
index 9246bb2..25e41a8 100644
--- a/net-p2p/transmission-remote-gtk/Manifest
+++ b/net-p2p/transmission-remote-gtk/Manifest
@@ -1,2 +1,3 @@
DIST transmission-remote-gtk-1.0.tar.gz 570279 SHA256 dc171ed67bd7bc2d98b42d04851cefb4174181f779433049a14b107c9a4906ce SHA512 1e2a511126b478352052bc1821feab534f7b9cf5e7e41e73c493bbe8efa8587da6b35ea30cecced0d0f0d1e25ae1a00590611520b2fb570ab61a0badc538a200 WHIRLPOOL f0e3647fca35e40b347beab5b1328ba5cc51e340753a7e3f43f98335470ce5b562922245baba52390ab1b35f9b42bb5c6126d8fe1f37883d865323ee45db0724
DIST transmission-remote-gtk-1.1.1.tar.gz 684718 SHA256 9f5ac2de623d633bcaacb6362bb6d8fb468c6dff278b867f65809c48ea1570c9 SHA512 184601a51d71d7b967d516cee87bea47f190ad080d110b2a73c82adac03cff49169dd2682b82e0f5c017c050bd9fd54fdfba9cd0de7ca7d9fcd2e8f9abfc0c12 WHIRLPOOL f245e497471b7c39eabae73deea10ccf30470938a52523fad05b1c744eab84a2d4c3e91e72d0c481789262ca38279cfca8f15fff1c7080f25107ee4038dd4a7a
+DIST transmission-remote-gtk-1.3.1.tar.xz 459260 SHA256 1b29c573b1e205e3e7c2433dc4a48f9574278d97e033845d19bbffa1d7f75345 SHA512 ce723d51f8f769e59fb539241996ff0204a654f52696963044f8535731cc2b8ec69cf454a15253f9ba214e0879498f3c19519b5b1b303273d667592887ee45f5 WHIRLPOOL 7ca78f608809ba74be1040ff73dde5a0bc68cb665fe889ca68e219e04cb17ec40bdd2994999ddc76819e3b5d5f4c9aeb256800268a2d92b56d84d904e8b7bac0
diff --git a/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.3.1.ebuild b/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.3.1.ebuild
new file mode 100644
index 00000000..a6cad3b
--- /dev/null
+++ b/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.3.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="GTK+ client for management of the Transmission BitTorrent client, over HTTP RPC"
+HOMEPAGE="https://github.com/transmission-remote-gtk/transmission-remote-gtk"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ayatana debug geoip libnotify libproxy rss"
+
+# RESTRICT="test"
+
+# FIXME: bundles rss-glib-0.2.3
+RDEPEND="
+ >=dev-libs/glib-2.44:2
+ >=dev-libs/json-glib-0.12.6
+ net-misc/curl
+ >=x11-libs/gtk+-3.16:3
+ ayatana? ( dev-libs/libappindicator:3 )
+ geoip? ( dev-libs/geoip )
+ libnotify? ( >=x11-libs/libnotify-0.7 )
+ libproxy? ( net-libs/libproxy )
+ rss? ( >=net-libs/libmrss-0.18 )
+"
+DEPEND="${RDEPEND}
+ dev-libs/appstream-glib
+ >=dev-util/intltool-0.50.1
+ sys-devel/autoconf-archive
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+DOCS="AUTHORS ChangeLog README"
+
+src_configure() {
+ # Disable overly strict appdata validation
+ gnome2_src_configure \
+ $(use_enable debug) \
+ --enable-gtk3 \
+ $(use_with geoip libgeoip) \
+ $(use_with libnotify) \
+ $(use_with libproxy) \
+ $(use_with ayatana libappindicator) \
+ $(use_with rss libmrss) \
+ APPSTREAM_UTIL="$(type -P true)"
+}
next reply other threads:[~2016-09-12 21:09 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-12 21:09 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-03 16:15 [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission-remote-gtk/ Mike Gilbert
2024-08-03 15:50 Mike Gilbert
2023-03-11 22:09 Mike Gilbert
2022-08-30 8:48 Jakov Smolić
2022-08-30 8:48 Jakov Smolić
2022-05-31 4:50 Mike Gilbert
2022-05-31 4:50 Mike Gilbert
2022-01-13 21:37 Georgy Yakovlev
2022-01-02 13:21 Georgy Yakovlev
2021-01-05 15:47 Andreas K. Hüttel
2020-12-16 3:58 Sam James
2020-11-28 13:34 Thomas Deutschmann
2019-02-14 9:37 Mart Raudsepp
2019-02-14 9:37 Mart Raudsepp
2017-06-24 2:17 Michael Palimaka
2017-06-22 12:47 Agostino Sarubbo
2017-06-22 10:49 Agostino Sarubbo
2017-06-18 9:52 Pacho Ramos
2017-06-18 9:52 Pacho Ramos
2016-08-07 7:42 Pacho Ramos
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=1473714545.ff7a33262dcb3125a15bd3a3b1cdf7189a552e1a.eva@gentoo \
--to=eva@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