summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-06-24 12:16:35 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-06-24 12:16:52 +1000
commit4a43229559306107102225b49a6a8a5bb8c06ddd (patch)
tree19072bcb8943952dd44c022e02ad6bf82fd6623e
parentapp-cdr/gtkcdlabel: remove old (diff)
downloadgentoo-4a43229559306107102225b49a6a8a5bb8c06ddd.tar.gz
gentoo-4a43229559306107102225b49a6a8a5bb8c06ddd.tar.bz2
gentoo-4a43229559306107102225b49a6a8a5bb8c06ddd.zip
net-p2p/transmission-remote-gtk: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--net-p2p/transmission-remote-gtk/Manifest1
-rw-r--r--net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.1.1.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/net-p2p/transmission-remote-gtk/Manifest b/net-p2p/transmission-remote-gtk/Manifest
index cad6f2a159a4..40f5b1242fa7 100644
--- a/net-p2p/transmission-remote-gtk/Manifest
+++ b/net-p2p/transmission-remote-gtk/Manifest
@@ -1,2 +1 @@
-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.1.1.ebuild b/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.1.1.ebuild
deleted file mode 100644
index 8f638b3ba6b2..000000000000
--- a/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.1.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils fdo-mime gnome2-utils
-
-DESCRIPTION="GTK+ client for management of the Transmission BitTorrent client, over HTTP RPC"
-HOMEPAGE="https://code.google.com/p/transmission-remote-gtk"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="ayatana debug geoip libnotify libproxy"
-
-RESTRICT="test"
-
-RDEPEND=">=dev-libs/glib-2.32
- >=dev-libs/json-glib-0.12.6
- net-misc/curl
- >=x11-libs/gtk+-3.4:3
- ayatana? ( dev-libs/libappindicator:3 )
- geoip? ( dev-libs/geoip )
- libnotify? ( >=x11-libs/libnotify-0.7 )
- libproxy? ( net-libs/libproxy )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog README"
-
-src_configure() {
- econf \
- $(use_enable debug) \
- --enable-gtk3 \
- $(use_with geoip libgeoip) \
- $(use_with libnotify) \
- $(use_with libproxy) \
- $(use_with ayatana libappindicator)
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { fdo-mime_desktop_database_update; gnome2_icon_cache_update; }
-pkg_postrm() { fdo-mime_desktop_database_update; gnome2_icon_cache_update; }