summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-09-18 15:02:41 +0000
committerMichał Górny <mgorny@gentoo.org>2011-09-18 15:02:41 +0000
commitbc9f836a21c27b4e87bffc3080b6b9cc40e30cf8 (patch)
tree933ad6d0072cc1e844ecc23b4cee64f92c8507ca /net-p2p
parentRevert "New build for bug 383499 - thanks to Tommy[D] and jbergstroem for rev... (diff)
downloadsunrise-bc9f836a21c27b4e87bffc3080b6b9cc40e30cf8.tar.gz
sunrise-bc9f836a21c27b4e87bffc3080b6b9cc40e30cf8.tar.bz2
sunrise-bc9f836a21c27b4e87bffc3080b6b9cc40e30cf8.zip
net-p2p/transmission-remote-gtk: in gx86.
svn path=/sunrise/; revision=12403
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/transmission-remote-gtk/ChangeLog8
-rw-r--r--net-p2p/transmission-remote-gtk/Manifest4
-rw-r--r--net-p2p/transmission-remote-gtk/metadata.xml6
-rw-r--r--net-p2p/transmission-remote-gtk/transmission-remote-gtk-0.5.1.ebuild35
4 files changed, 0 insertions, 53 deletions
diff --git a/net-p2p/transmission-remote-gtk/ChangeLog b/net-p2p/transmission-remote-gtk/ChangeLog
deleted file mode 100644
index 1936387a9..000000000
--- a/net-p2p/transmission-remote-gtk/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for net-p2p/transmission-remote-gtk
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 11 Sep 2011; JD Horelick (jdhore) <jdhore1@gmail.com>
- +transmission-remote-gtk-0.5.1.ebuild, +metadata.xml:
- New ebuild for bug 364721 thanks to floppym, mgorny, binki and atommixz.
-
diff --git a/net-p2p/transmission-remote-gtk/Manifest b/net-p2p/transmission-remote-gtk/Manifest
deleted file mode 100644
index 9f97dbfed..000000000
--- a/net-p2p/transmission-remote-gtk/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST transmission-remote-gtk-0.5.1.tar.gz 467143 RMD160 6889a3ed6a3492d3d171922b06ddb61c1061ce4a SHA1 a06f2cbd557aaf41923642bc55886b90265c9fd8 SHA256 02daca06d1e83e2d42ffb50c30283cfa6f67f05f4ad993be9987a7f422a50c5d
-EBUILD transmission-remote-gtk-0.5.1.ebuild 739 RMD160 18dd4b26dc289a4cbc2d70380c5f4ce7d834f320 SHA1 2727aa90f52277c82ddf322851e35acb08f86fd3 SHA256 a19e0fd962b3fb7e9cdde903b0845c90960a0dd22d86dca1cb20f1dd2aadd155
-MISC ChangeLog 320 RMD160 c397c8dd53ca3ee528ef1a6598650c4d686bf37e SHA1 f2239d775e9115adb0ba9b19444f0a7466c66352 SHA256 a0b19a4ea2efa9f7dcdd7b73a40176d722fce45f80c1ad425e5671dcb1acfe44
-MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/net-p2p/transmission-remote-gtk/metadata.xml b/net-p2p/transmission-remote-gtk/metadata.xml
deleted file mode 100644
index e6233b5dc..000000000
--- a/net-p2p/transmission-remote-gtk/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/net-p2p/transmission-remote-gtk/transmission-remote-gtk-0.5.1.ebuild b/net-p2p/transmission-remote-gtk/transmission-remote-gtk-0.5.1.ebuild
deleted file mode 100644
index e89d044d5..000000000
--- a/net-p2p/transmission-remote-gtk/transmission-remote-gtk-0.5.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit gnome2
-
-DESCRIPTION="GTK client for management of the Transmission BitTorrent client, over HTTP RPC"
-HOMEPAGE="http://code.google.com/p/transmission-remote-gtk"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug geoip"
-
-DEPEND="geoip? ( dev-libs/geoip )
- dev-libs/glib:2
- >=dev-libs/json-glib-0.12.2
- dev-libs/libunique
- gnome-base/gconf
- net-libs/libproxy
- net-misc/curl
- x11-libs/gtk+:2
- x11-libs/libnotify"
-RDEPEND="${DEPEND}"
-
-DOCS="AUTHORS README"
-
-src_configure() {
- econf \
- $(use_enable debug) \
- $(use_with geoip libgeoip)
-}