]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
rtorrent: Drop package and all dependencies
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 26 Sep 2016 21:19:14 +0000 (17:19 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Sep 2016 16:23:10 +0000 (12:23 -0400)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libsigc++/libsigc++.nm [deleted file]
libtorrent/libtorrent.nm [deleted file]
rtorrent/rtorrent.nm [deleted file]

diff --git a/libsigc++/libsigc++.nm b/libsigc++/libsigc++.nm
deleted file mode 100644 (file)
index e33563d..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = libsigc++
-version    = 2.99.4
-release    = 1
-
-groups     = Development/Libraries
-url        = http://libsigc.sourceforge.net
-license    = GPLv2
-summary    = Callback Framework for C++.
-
-description
-       libsigc++ implements a typesafe callback system for standard C++.
-       It allows you to define signals and to connect those signals to any callback
-       function, either global or a member function, regardless of whether it is
-       static or virtual. It also contains adaptor classes for connection of
-       dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries.
-end
-
-source_dl  = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.99/
-sources    = %{thisapp}.tar.xz
-
-build
-       requires
-               gcc-c++
-               m4
-       end
-end
-
-packages
-       package %{name}
-       end
-
-       package %{name}-devel
-               template DEVEL
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end
diff --git a/libtorrent/libtorrent.nm b/libtorrent/libtorrent.nm
deleted file mode 100644 (file)
index 18bf990..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = libtorrent
-version    = 0.12.9
-release    = 1
-
-groups     = Internet/P2P
-url        = http://libtorrent.rakshasa.no/
-license    = GPLv3
-summary    = A BitTorrent libary.
-
-description
-       LibTorrent is a BitTorrent library written in C++ for *nix, with a \
-       focus on high performance and good code.
-end
-
-source_dl  = http://libtorrent.rakshasa.no/downloads/
-
-build
-       requires
-               gcc-c++
-               libsigc++-devel
-               openssl-devel
-       end
-
-       CFLAGS += -fno-strict-aliasing
-end
-
-packages
-       package %{name}
-
-       package %{name}-devel
-               template DEVEL
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end
diff --git a/rtorrent/rtorrent.nm b/rtorrent/rtorrent.nm
deleted file mode 100644 (file)
index 6f3f379..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = rtorrent
-version    = 0.8.9
-release    = 1
-
-groups     = Internet/P2P
-url        = http://libtorrent.rakshasa.no/
-license    = GPLv3
-summary    = BitTorrent client based on libtorrent.
-
-description
-       A BitTorrent client using libtorrent, which on high-bandwidth connections is
-       able to seed at 3 times the speed of the official client. Using
-       ncurses its ideal for use with screen or dtach. It supports
-       saving of sessions and allows the user to add and remove torrents and scanning
-       of directories for torrent files to seed and/or download.
-end
-
-source_dl  = http://libtorrent.rakshasa.no/downloads/
-
-build
-       requires
-               gcc-c++
-               libcurl-devel
-               libsigc++-devel
-               libtorrent-devel >= 0.12.9
-               ncurses-devel
-       end
-
-       CFLAGS += -fno-strict-aliasing
-
-       make_build_targets += LDFLAGS=-lpthread
-end
-
-packages
-       package %{name}
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end