mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-p2p/transmission-remote-gtk: Remove old
Bug: https://bugs.gentoo.org/706980 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST transmission-remote-gtk-1.3.1.tar.xz 459260 BLAKE2B 3e1e184ce6fe0698996763419e5d8b1fc187d7c17ba42e9d75463d6b772bdde554fc1d4b6da6f19a936762b315caa0cea64c47e587d10c592402fb87a518cf66 SHA512 ce723d51f8f769e59fb539241996ff0204a654f52696963044f8535731cc2b8ec69cf454a15253f9ba214e0879498f3c19519b5b1b303273d667592887ee45f5
|
||||
DIST transmission-remote-gtk-1.4.1.tar.xz 543620 BLAKE2B dea556138a7f554a6cbe5c3e0d5bdd9057cb61d2d80e2d89beb96b2926218e19ce85759fd079375ba8896e185bbdec74979372a9413dc5c513204f47b93e4304 SHA512 c1a2c26d01bc2557bafae9baa370f713e0412ac8445e12b19e9b3027c1a269745dbb865195d683af397d43a2956f51aad8bdfcaff93e4f07015e33715770de48
|
||||
|
||||
@@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
GNOME2_EAUTORECONF="yes"
|
||||
|
||||
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
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e '/-Werror/d' configure.ac || die
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# Disable overly strict appdata validation
|
||||
gnome2_src_configure \
|
||||
$(use_enable debug) \
|
||||
$(use_with geoip libgeoip) \
|
||||
$(use_with libnotify) \
|
||||
$(use_with libproxy) \
|
||||
$(use_with ayatana libappindicator) \
|
||||
$(use_with rss libmrss) \
|
||||
APPSTREAM_UTIL="$(type -P true)"
|
||||
}
|
||||
Reference in New Issue
Block a user