diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-05 21:11:35 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-05 21:11:35 +0000 |
commit | 831975227d53a8c4a822cec1b476d9f0e08a2418 (patch) | |
tree | 1ef31cf7f931ff86a2c3285bcb1615408d05513e /net-p2p | |
parent | Fix deprecation warnings. (diff) | |
download | historical-831975227d53a8c4a822cec1b476d9f0e08a2418.tar.gz historical-831975227d53a8c4a822cec1b476d9f0e08a2418.tar.bz2 historical-831975227d53a8c4a822cec1b476d9f0e08a2418.zip |
Delete older ebuilds.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/deluge-1.2.0.ebuild | 61 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-1.2.3.ebuild | 61 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-1.3.0.ebuild | 61 | ||||
-rw-r--r-- | net-p2p/deluge/files/deluge-1.2.2-versionsplit.patch | 13 |
4 files changed, 0 insertions, 196 deletions
diff --git a/net-p2p/deluge/deluge-1.2.0.ebuild b/net-p2p/deluge/deluge-1.2.0.ebuild deleted file mode 100644 index ec3a108ac5e8..000000000000 --- a/net-p2p/deluge/deluge-1.2.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-1.2.0.ebuild,v 1.4 2011/04/05 05:44:25 ulm Exp $ - -EAPI="2" - -inherit eutils distutils flag-o-matic python - -DESCRIPTION="BitTorrent client with a client/server model." -HOMEPAGE="http://deluge-torrent.org/" -SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.lzma" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86" -IUSE="gtk libnotify webinterface" - -DEPEND=">=dev-lang/python-2.5 - || ( app-arch/xz-utils app-arch/lzma-utils ) - >=net-libs/rb_libtorrent-0.14.5[python] - dev-python/setuptools" -RDEPEND="${DEPEND} - dev-python/chardet - dev-python/pyopenssl - dev-python/pyxdg - || ( >=dev-lang/python-2.6 dev-python/simplejson ) - >=dev-python/twisted-8.1 - >=dev-python/twisted-web-8.1 - gtk? ( - dev-python/pygame - dev-python/pygobject - >=dev-python/pygtk-2.12 - gnome-base/librsvg - libnotify? ( dev-python/notify-python ) - ) - webinterface? ( dev-python/mako )" - -pkg_setup() { - append-ldflags $(no-as-needed) -} - -src_install() { - distutils_src_install - newinitd "${FILESDIR}"/deluged.init deluged - newconfd "${FILESDIR}"/deluged.conf deluged -} - -pkg_postinst() { - elog - elog "If after upgrading it doesn't work, please remove the" - elog "'~/.config/deluge' directory and try again, but make a backup" - elog "first!" - elog - elog "To start the daemon either run 'deluged' as user" - elog "or modify /etc/conf.d/deluged and run" - elog "/etc/init.d/deluged start as root" - elog "You can still use deluge the old way" - elog - elog "For more information look at http://dev.deluge-torrent.org/wiki/Faq" - elog -} diff --git a/net-p2p/deluge/deluge-1.2.3.ebuild b/net-p2p/deluge/deluge-1.2.3.ebuild deleted file mode 100644 index ed1a8a7cfc8c..000000000000 --- a/net-p2p/deluge/deluge-1.2.3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-1.2.3.ebuild,v 1.5 2011/04/05 05:44:25 ulm Exp $ - -EAPI="2" - -inherit eutils distutils flag-o-matic python - -DESCRIPTION="BitTorrent client with a client/server model." -HOMEPAGE="http://deluge-torrent.org/" -SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.lzma" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~sparc x86" -IUSE="gtk libnotify webinterface" - -DEPEND=">=dev-lang/python-2.5 - || ( app-arch/xz-utils app-arch/lzma-utils ) - >=net-libs/rb_libtorrent-0.14.9[python] - dev-python/setuptools" -RDEPEND="${DEPEND} - dev-python/chardet - dev-python/pyopenssl - dev-python/pyxdg - || ( >=dev-lang/python-2.6 dev-python/simplejson ) - >=dev-python/twisted-8.1 - >=dev-python/twisted-web-8.1 - gtk? ( - dev-python/pygame - dev-python/pygobject - >=dev-python/pygtk-2.12 - gnome-base/librsvg - libnotify? ( dev-python/notify-python ) - ) - webinterface? ( dev-python/mako )" - -pkg_setup() { - append-ldflags $(no-as-needed) -} - -src_install() { - distutils_src_install - newinitd "${FILESDIR}"/deluged.init deluged - newconfd "${FILESDIR}"/deluged.conf deluged -} - -pkg_postinst() { - elog - elog "If after upgrading it doesn't work, please remove the" - elog "'~/.config/deluge' directory and try again, but make a backup" - elog "first!" - elog - elog "To start the daemon either run 'deluged' as user" - elog "or modify /etc/conf.d/deluged and run" - elog "/etc/init.d/deluged start as root" - elog "You can still use deluge the old way" - elog - elog "For more information look at http://dev.deluge-torrent.org/wiki/Faq" - elog -} diff --git a/net-p2p/deluge/deluge-1.3.0.ebuild b/net-p2p/deluge/deluge-1.3.0.ebuild deleted file mode 100644 index c596c4c39580..000000000000 --- a/net-p2p/deluge/deluge-1.3.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-1.3.0.ebuild,v 1.3 2011/04/05 05:44:25 ulm Exp $ - -EAPI="2" - -inherit eutils distutils flag-o-matic python - -DESCRIPTION="BitTorrent client with a client/server model." -HOMEPAGE="http://deluge-torrent.org/" -SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.lzma" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" -IUSE="gtk libnotify webinterface" - -DEPEND=">=dev-lang/python-2.5 - || ( app-arch/xz-utils app-arch/lzma-utils ) - >=net-libs/rb_libtorrent-0.14.9[python] - dev-python/setuptools" -RDEPEND="${DEPEND} - dev-python/chardet - dev-python/pyopenssl - dev-python/pyxdg - || ( >=dev-lang/python-2.6 dev-python/simplejson ) - >=dev-python/twisted-8.1 - >=dev-python/twisted-web-8.1 - gtk? ( - dev-python/pygame - dev-python/pygobject - >=dev-python/pygtk-2.12 - gnome-base/librsvg - libnotify? ( dev-python/notify-python ) - ) - webinterface? ( dev-python/mako )" - -pkg_setup() { - append-ldflags $(no-as-needed) -} - -src_install() { - distutils_src_install - newinitd "${FILESDIR}"/deluged.init deluged - newconfd "${FILESDIR}"/deluged.conf deluged -} - -pkg_postinst() { - elog - elog "If after upgrading it doesn't work, please remove the" - elog "'~/.config/deluge' directory and try again, but make a backup" - elog "first!" - elog - elog "To start the daemon either run 'deluged' as user" - elog "or modify /etc/conf.d/deluged and run" - elog "/etc/init.d/deluged start as root" - elog "You can still use deluge the old way" - elog - elog "For more information look at http://dev.deluge-torrent.org/wiki/Faq" - elog -} diff --git a/net-p2p/deluge/files/deluge-1.2.2-versionsplit.patch b/net-p2p/deluge/files/deluge-1.2.2-versionsplit.patch deleted file mode 100644 index 6aabf04d0ed9..000000000000 --- a/net-p2p/deluge/files/deluge-1.2.2-versionsplit.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/deluge/common.py b/deluge/common.py -index bbdfd4d..e0a7459 100644 ---- a/deluge/common.py -+++ b/deluge/common.py -@@ -525,7 +525,7 @@ class VersionSplit(object): - def __init__(self, ver): - ver = ver.lower() - vs = ver.split("_") if "_" in ver else ver.split("-") -- self.version = vs[0] -+ self.version = [int(x) for x in vs[0].split(".")] - self.suffix = None - if len(vs) > 1: - for s in ("rc", "alpha", "beta", "dev"): |