summaryrefslogtreecommitdiff
path: root/~fauno/transmission-remote-cli
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-26 00:59:18 -0700
committerroot <root@rshg054.dnsready.net>2013-04-26 00:59:18 -0700
commita247f0004e94d32b5fe69a5123e1c6684d8cf096 (patch)
treeb501a4766eb2372f2185494535bf7f5900510d22 /~fauno/transmission-remote-cli
parent9c9a534c011e220f1fcdc4bd56c21d7d8cfc94a1 (diff)
Fri Apr 26 00:59:18 PDT 2013
Diffstat (limited to '~fauno/transmission-remote-cli')
-rw-r--r--~fauno/transmission-remote-cli/PKGBUILD29
-rw-r--r--~fauno/transmission-remote-cli/python2.patch9
2 files changed, 0 insertions, 38 deletions
diff --git a/~fauno/transmission-remote-cli/PKGBUILD b/~fauno/transmission-remote-cli/PKGBUILD
deleted file mode 100644
index 5e3699bce..000000000
--- a/~fauno/transmission-remote-cli/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: fauno <fauno@kiwwwi.com.ar>
-pkgname=transmission-remote-cli
-pkgver=0.10.4
-pkgrel=1
-pkgdesc="Curses interface for the daemon of the BitTorrent client Transmission"
-arch=('any')
-url="https://github.com/fagga/transmission-remote-cli"
-license=('GPL3')
-depends=('python2')
-optdepends=('transmission-daemon>=2.40: for local transmission management'
- 'adns-python: Resolve IPs to host names'
- 'python-geoip: Guess which country peers come from')
-conflicts=('transmission-remote-cli-git' "transmission-remote-cli<=20111013")
-replaces=('transmission-remote-cli-git')
-source=(http://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}-${pkgrel}-any.src.tar.xz
- python2.patch)
-
-build() {
- cd "${srcdir}/${pkgname}"
- msg "Starting make..."
-
- patch -Np1 -i ${srcdir}/python2.patch
-
- install -d ${pkgdir}/usr/bin/
- install -Dm755 transmission-remote-cli.py ${pkgdir}/usr/bin/transmission-remote-cli
-
-}
-md5sums=('b85382bc2e24c5733f9c3833098da668'
- '6273609fb3a7294328aeaa526b76411c')
diff --git a/~fauno/transmission-remote-cli/python2.patch b/~fauno/transmission-remote-cli/python2.patch
deleted file mode 100644
index 256b676f0..000000000
--- a/~fauno/transmission-remote-cli/python2.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -Nur transmission-remote-cli/transmission-remote-cli.py transmission-remote-cli-python2//transmission-remote-cli.py
---- transmission-remote-cli/transmission-remote-cli.py 2010-10-19 10:33:49.544594708 -0300
-+++ transmission-remote-cli-python2//transmission-remote-cli.py 2010-10-19 10:42:51.278983745 -0300
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python2
- ########################################################################
- # This is transmission-remote-cli, whereas 'cli' stands for 'Curses #
- # Luminous Interface', a client for the daemon of the BitTorrent #