summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Patrick Griffis <tingping@tingping.se>2015-12-26 18:53:26 -0500
committerGravatar Patrick Griffis <tingping@tingping.se>2016-01-19 19:35:10 -0500
commitfef2c43710ada2297f9cf38f06faa0a70e56abc4 (patch)
treef088282b4282f1b7f18b38963486a1d99e47aa40
parent333df7dbfde91f22d356354578b72f7302973e3b (diff)
Remove package files
That is a distros job to maintain
-rw-r--r--debian/changelog59
-rw-r--r--debian/compat1
-rw-r--r--debian/control19
-rw-r--r--debian/copyright25
-rw-r--r--debian/docs4
-rwxr-xr-xdebian/rules7
-rw-r--r--debian/source/format1
-rw-r--r--freebsd/Makefile76
-rw-r--r--freebsd/distinfo2
-rw-r--r--freebsd/pkg-descr11
-rw-r--r--freebsd/pkg-plist26
-rw-r--r--redhat/transmission-remote-gtk.spec89
12 files changed, 0 insertions, 320 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index efbf5af..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,59 +0,0 @@
-transmission-remote-gtk (1.2-1) stable; urgency=low
-
- * New upstream release 1.2
-
- -- Alan Fitton <alan@eth0.org.uk> Wed, 11 Jun 2014 23:20:00 +0000
-
-transmission-remote-gtk (1.1.1-1) stable; urgency=low
-
- * New upstream release 1.1.1
-
- -- Alan Fitton <alan@eth0.org.uk> Tue, 09 Jun 2013 23:00:00 +0000
-
-transmission-remote-gtk (1.1-1) stable; urgency=low
-
- * New upstream release 1.1
-
- -- Alan Fitton <alan@eth0.org.uk> Tue, 04 Sep 2012 22:00:00 +0000
-
-transmission-remote-gtk (1.0.2-1) stable; urgency=low
-
- * New upstream release 1.0.2
-
- -- Alan Fitton <alan@eth0.org.uk> Tue, 29 Jun 2012 15:40:00 +0000
-
-transmission-remote-gtk (1.0.1-1) stable; urgency=low
-
- * New upstream release 1.0.1 (turtle mode/remote prefs crash fix)
-
- -- Alan Fitton <alan@eth0.org.uk> Tue, 01 Jan 2011 13:13:56 +0000
-
-transmission-remote-gtk (0.8-1) stable; urgency=low
-
- * New upstream release 0.8
-
- -- Alan Fitton <alan@eth0.org.uk> Fri, 09 Dec 2011 13:13:56 +0000
-
-transmission-remote-gtk (0.7-1) unstable; urgency=low
-
- * New upstream release 0.7
-
- -- Alexandre Montplaisir <alexandre.montplaisir@gmail.com> Sun, 04 Dec 2011 14:48:56 -0500
-
-transmission-remote-gtk (0.5.1-1) unstable; urgency=low
-
- * New upstream release 0.5.1
-
- -- Alan Fitton <alan@eth0.org.uk> Fri, 23 Apr 2011 23:45:30 +0100
-
-transmission-remote-gtk (0.5-1) unstable; urgency=low
-
- * New upstream release 0.5
-
- -- Alan Fitton <alan@eth0.org.uk> Fri, 22 Apr 2011 23:45:30 +0100
-
-transmission-remote-gtk (0.4-1) unstable; urgency=low
-
- * Initial debian/ubuntu package
-
- -- Alan Fitton <alan@eth0.org.uk> Sun, 10 Apr 2011 23:45:30 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 45a4fb7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-8
diff --git a/debian/control b/debian/control
deleted file mode 100644
index ebb0afa..0000000
--- a/debian/control
+++ /dev/null
@@ -1,19 +0,0 @@
-Source: transmission-remote-gtk
-Section: net
-Priority: optional
-Maintainer: Alan Fitton <alan@eth0.org.uk>
-Build-Depends: debhelper, autotools-dev, libcurl4-openssl-dev,
- libgtk-3-dev, libglib2.0-dev, libproxy-dev,
- libnotify-dev, libjson-glib-dev, libgeoip-dev, intltool,
- dh-autoreconf, libappindicator-dev
-Standards-Version: 3.9.2
-Homepage: http://code.google.com/p/transmission-remote-gtk/
-Vcs-Git: https://code.google.com/p/transmission-remote-gtk/
-Vcs-Browser: http://code.google.com/p/transmission-remote-gtk/source/browse/
-
-Package: transmission-remote-gtk
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Remotely manage the Transmission BitTorrent client
- transmission-remote-gtk is a GTK client for remote management of
- the Transmission BitTorrent client using its HTTP RPC protocol.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index c63738f..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,25 +0,0 @@
-This work was packaged for Debian by:
-
- Alan Fitton <alan-@-eth0.org.uk> on Sun, 10 Apr 2011 23:45:30 +0100
-
-It was downloaded from:
-
- <http://code.google.com/p/transmission-remote-gtk/>
-
-Upstream Author(s):
-
- Alan Fitton <alan-@-eth0.org.uk>
-
-Copyright:
-
- <Copyright (C) 2011 Alan Fitton>
-
-License:
-
- GNU GENERAL PUBLIC LICENSE Version 2
-
-The Debian packaging is:
-
- Copyright (C) 2011 Alan Fitton <alan@eth0.org.uk>
-
- GNU GENERAL PUBLIC LICENSE Version 2
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index 4b7ab08..0000000
--- a/debian/docs
+++ /dev/null
@@ -1,4 +0,0 @@
-README
-ChangeLog
-COPYING
-AUTHORS
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 323bc64..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-%:
- dh $@ --with autoreconf
-
-override_dh_auto_test: ;
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/freebsd/Makefile b/freebsd/Makefile
deleted file mode 100644
index d2aed87..0000000
--- a/freebsd/Makefile
+++ /dev/null
@@ -1,76 +0,0 @@
-# New ports collection makefile for: transmission-remote-gtk
-# Date created: 22 February 2011
-# Whom: J.D. Morris <jdm720@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= transmission-remote-gtk
-PORTVERSION= 1.2
-CATEGORIES= net-p2p
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
-
-MAINTAINER= jdm720@gmail.com
-COMMENT= GTK app for remote management of Transmission via RPC
-
-LIB_DEPENDS= json-glib-1.0:${PORTSDIR}/devel/json-glib \
- unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
- curl:${PORTSDIR}/ftp/curl
-
-BUILD_DEPENDS= intltool-update:${PORTSDIR}/textproc/intltool \
- p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
-
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-USE_GNOME= glib20 gconf2
-INSTALLS_ICONS= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-libappindicator
-
-OPTIONS_SINGLE= GTK
-OPTIONS_SINGLE_GTK= GTK2 GTK3
-OPTIONS_DEFINE= NLS GEOIP LIBNOTIFY LIBPROXY
-OPTIONS_DEFAULT= GTK3 NLS LIBNOTIFY
-
-LIBNOTIFY_DESC= Desktop Notifications framework (devel/libnotify)
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MGTK2}
-USE_GNOME+= gtk20
-CONFIGURE_ARGS+=--enable-gtk2
-.else
-USE_GNOME+= gtk30
-.endif
-
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-CONFIGURE_ENV+= DATADIRNAME=share
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB= NLS="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MGEOIP}
-LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP
-.else
-CONFIGURE_ARGS+=--without-libgeoip
-.endif
-
-.if ${PORT_OPTIONS:MLIBNOTIFY}
-LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify
-.else
-CONFIGURE_ARGS+=--without-libnotify
-.endif
-
-.if ${PORT_OPTIONS:MLIBPROXY}
-LIB_DEPENDS+= libproxy:${PORTSDIR}/net/libproxy
-.else
-CONFIGURE_ARGS+=--without-libproxy
-.endif
-
-MAN1= transmission-remote-gtk.1
-
-.include <bsd.port.mk>
diff --git a/freebsd/distinfo b/freebsd/distinfo
deleted file mode 100644
index f802931..0000000
--- a/freebsd/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (transmission-remote-gtk-1.2.tar.gz) = 9f5ac2de623d633bcaacb6362bb6d8fb468c6dff278b867f65809c48ea1570c9
-SIZE (transmission-remote-gtk-1.2.tar.gz) = 684718
diff --git a/freebsd/pkg-descr b/freebsd/pkg-descr
deleted file mode 100644
index dbe0608..0000000
--- a/freebsd/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-transmission-remote-gtk is a GTK application for remote management of the
-Transmission BitTorrent client via its RPC interface.
-
-- Remotely add (file/url), start, stop, remove, remove & delete, verify
- torrents.
-- Works as a .torrent handler (eg. from a web browser).
-- Set torrent properties such as speed, seed, and peer limits.
-- Change remote settings like global limits, download directory, and
- connectivity preferences.
-
-WWW: http://code.google.com/p/transmission-remote-gtk/
diff --git a/freebsd/pkg-plist b/freebsd/pkg-plist
deleted file mode 100644
index e286c15..0000000
--- a/freebsd/pkg-plist
+++ /dev/null
@@ -1,26 +0,0 @@
-bin/transmission-remote-gtk
-share/applications/transmission-remote-gtk.desktop
-share/icons/hicolor/16x16/apps/transmission-remote-gtk.png
-share/icons/hicolor/22x22/apps/transmission-remote-gtk.png
-share/icons/hicolor/24x24/apps/transmission-remote-gtk.png
-share/icons/hicolor/32x32/apps/transmission-remote-gtk.png
-share/icons/hicolor/48x48/apps/transmission-remote-gtk.png
-share/icons/hicolor/scalable/apps/transmission-remote-gtk.svg
-%%NLS%%share/locale/ca/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/de/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/es/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/it/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/si/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/transmission-remote-gtk.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/transmission-remote-gtk.mo
diff --git a/redhat/transmission-remote-gtk.spec b/redhat/transmission-remote-gtk.spec
deleted file mode 100644
index 6a379cd..0000000
--- a/redhat/transmission-remote-gtk.spec
+++ /dev/null
@@ -1,89 +0,0 @@
-Name: transmission-remote-gtk
-Version: 1.1.1
-Release: 1%{?dist}
-Summary: Remotely manage the Transmission BitTorrent client
-
-License: GPLv2+
-URL: http://code.google.com/p/%{name}
-Source0: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
-
-BuildRequires: gettext
-BuildRequires: json-glib-devel
-BuildRequires: intltool
-BuildRequires: gtk2-devel
-BuildRequires: libproxy-devel
-BuildRequires: glib2-devel
-BuildRequires: unique-devel
-BuildRequires: libcurl-devel
-BuildRequires: libnotify-devel
-BuildRequires: GeoIP-devel
-
-Requires(post): info
-Requires(preun): info
-
-%description
-transmission-remote-gtk is a GTK client for remote management of
-the Transmission BitTorrent client using its HTTP RPC protocol.
-
-%prep
-%setup -q
-for i in README COPYING AUTHORS ChangeLog; do
- sed -i "s|\r||g" "$i";
-done
-
-%build
-%configure
-make %{?_smp_mflags}
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-
-%find_lang %{name}
-
-%post
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
-%preun
-if [ $1 = 0 ] ; then
- /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
-fi
-
-%postun
-if [ $1 -eq 0 ] ; then
- /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-
-%posttrans
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
-%files -f %{name}.lang
-%{_bindir}/%{name}
-%{_datadir}/applications/*.desktop
-%{_datadir}/icons/*
-
-
-%doc README COPYING AUTHORS ChangeLog
-%_mandir/man1/transmission-remote-gtk.1.gz
-
-
-%changelog
-* Fri Jun 29 2012 Alan Fitton <alan@eth0.org.uk> 1.0.2-1
-- New release
-
-* Fri Jan 15 2012 Alan Fitton <alan@eth0.org.uk> 1.0-1
-- New release.
-
-* Fri Dec 09 2011 Alan Fitton <alan@eth0.org.uk> 0.8-1
-- New release.
-
-* Thu Nov 20 2011 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> 0.7-3
-- Minor changes according to review
-
-* Thu Oct 27 2011 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> 0.7-2
-- Added icon cache
-
-* Tue Oct 18 2011 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> 0.7-1
-- Initial version of the package