From 9e850e04d10a67f0ecffc425f6cd040132b4551b Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 22 Feb 2018 22:44:26 +0100 Subject: [PATCH] net-p2p/deluge: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- net-p2p/deluge/deluge-1.3.15-r1.ebuild | 143 ------------------------- net-p2p/deluge/deluge-1.3.15.ebuild | 142 ------------------------ 2 files changed, 285 deletions(-) delete mode 100644 net-p2p/deluge/deluge-1.3.15-r1.ebuild delete mode 100644 net-p2p/deluge/deluge-1.3.15.ebuild diff --git a/net-p2p/deluge/deluge-1.3.15-r1.ebuild b/net-p2p/deluge/deluge-1.3.15-r1.ebuild deleted file mode 100644 index 1f182af8f3ef..000000000000 --- a/net-p2p/deluge/deluge-1.3.15-r1.ebuild +++ /dev/null @@ -1,143 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python2_7 ) -DISTUTILS_SINGLE_IMPL=1 -PLOCALES="af ar ast be bg bn bs ca cs cy da de el en_AU en_CA en_GB eo es et eu fa fi fo fr fy ga gl he hi hr hu id is it iu ja ka kk km kn ko ku ky la lb lt lv mk ml ms nap nb nds nl nn oc pl pms pt pt_BR ro ru si sk sl sr sv ta te th tl tlh tr uk ur vi zh_CN zh_HK zh_TW" -inherit distutils-r1 eutils systemd user l10n - -DESCRIPTION="BitTorrent client with a client/server model" -HOMEPAGE="http://deluge-torrent.org/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="git://deluge-torrent.org/${PN}.git - http://git.deluge-torrent.org/${PN}" - SRC_URI="" -else - SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2" - KEYWORDS="~amd64 ~ppc ~sparc ~x86" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="console geoip gtk libnotify sound webinterface" -REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} - sound? ( gtk ) - libnotify? ( gtk ) -" -PATCHES=( - "${FILESDIR}/${PN}-1.3.5-disable_libtorrent_internal_copy.patch" - "${FILESDIR}/${PN}-1.3.15-r1-fix-preferences-ui.patch" -) - -CDEPEND="