summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2011-12-06 18:45:15 +0000
committerRaúl Porcel <armin76@gentoo.org>2011-12-06 18:45:15 +0000
commit299ff1f0d4314890b4183dbfe1fdb60e0d24c465 (patch)
tree95e06babddf37312ad4524c9f5539204fc9fd4cd /net-p2p
parentAdd missing RDEPEND (diff)
downloadgentoo-2-299ff1f0d4314890b4183dbfe1fdb60e0d24c465.tar.gz
gentoo-2-299ff1f0d4314890b4183dbfe1fdb60e0d24c465.tar.bz2
gentoo-2-299ff1f0d4314890b4183dbfe1fdb60e0d24c465.zip
Remove old
(Portage version: 2.1.10.38/cvs/Linux ia64)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/deluge/ChangeLog6
-rw-r--r--net-p2p/deluge/deluge-1.3.1.ebuild68
-rw-r--r--net-p2p/deluge/deluge-1.3.2.ebuild68
3 files changed, 5 insertions, 137 deletions
diff --git a/net-p2p/deluge/ChangeLog b/net-p2p/deluge/ChangeLog
index 9e87f05a7de4..f543690d206f 100644
--- a/net-p2p/deluge/ChangeLog
+++ b/net-p2p/deluge/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/deluge
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.171 2011/10/24 06:34:50 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.172 2011/12/06 18:45:15 armin76 Exp $
+
+ 06 Dec 2011; Raúl Porcel <armin76@gentoo.org> -deluge-1.3.1.ebuild,
+ -deluge-1.3.2.ebuild:
+ Remove old
24 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> deluge-1.3.1.ebuild,
deluge-1.3.2.ebuild, deluge-1.3.3.ebuild, deluge-9999.ebuild:
diff --git a/net-p2p/deluge/deluge-1.3.1.ebuild b/net-p2p/deluge/deluge-1.3.1.ebuild
deleted file mode 100644
index 64cb48374ef2..000000000000
--- a/net-p2p/deluge/deluge-1.3.1.ebuild
+++ /dev/null
@@ -1,68 +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.1.ebuild,v 1.7 2011/10/24 06:34:50 tetromino Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-
-inherit distutils flag-o-matic
-
-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=">=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.7 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:2
- >=dev-python/pygtk-2.12
- gnome-base/librsvg
- libnotify? ( dev-python/notify-python )
- )
- webinterface? ( dev-python/mako )"
-
-pkg_setup() {
- append-ldflags $(no-as-needed)
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- distutils_src_prepare
- python_convert_shebangs -r 2 .
-}
-
-src_install() {
- distutils_src_install
- newinitd "${FILESDIR}"/deluged.init deluged
- newconfd "${FILESDIR}"/deluged.conf deluged
-}
-
-pkg_postinst() {
- distutils_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.2.ebuild b/net-p2p/deluge/deluge-1.3.2.ebuild
deleted file mode 100644
index bc9d6f8a2003..000000000000
--- a/net-p2p/deluge/deluge-1.3.2.ebuild
+++ /dev/null
@@ -1,68 +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.2.ebuild,v 1.2 2011/10/24 06:34:50 tetromino Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-
-inherit distutils flag-o-matic
-
-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=">=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.7 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:2
- >=dev-python/pygtk-2.12
- gnome-base/librsvg
- libnotify? ( dev-python/notify-python )
- )
- webinterface? ( dev-python/mako )"
-
-pkg_setup() {
- append-ldflags $(no-as-needed)
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- distutils_src_prepare
- python_convert_shebangs -r 2 .
-}
-
-src_install() {
- distutils_src_install
- newinitd "${FILESDIR}"/deluged.init deluged
- newconfd "${FILESDIR}"/deluged.conf deluged
-}
-
-pkg_postinst() {
- distutils_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
-}