# HG changeset patch # User holger # Date 1331052769 -3600 # Node ID 15868e686a6f55d543659ebf1a19744e03378a87 # Parent b46f198aea61448a165371e6f2c1b30845713cf4 bump deluge to 1.3.4 diff -r b46f198aea61 -r 15868e686a6f net-p2p/deluge/Manifest --- a/net-p2p/deluge/Manifest Fri Feb 24 12:34:36 2012 +0100 +++ b/net-p2p/deluge/Manifest Tue Mar 06 17:52:49 2012 +0100 @@ -1,5 +1,5 @@ AUX deluged.conf 184 RMD160 f1721fcc20b77836c783cbe4e7492748902f0428 SHA1 e330df742ae8f21e7dfbbaa31f181279ef96e3b8 SHA256 9f686931e7f5c337d4866d91ae725b0a983ee2a409eee69a197e7db8e4bc2b3d AUX deluged.init 2057 RMD160 459e907d5521b5c32ebc2477235129c820678876 SHA1 0346b63ec3766e162d6132156fa0d1acaffd8b9a SHA256 559cbf3ce2121e4d00605191e8ecb854fb3ee2d181de5d4a79c9d3098a1cecbd -DIST deluge-1.3.3.tar.lzma 2094978 RMD160 d6044714dd242d9758436f5d0194a37f298f5dc0 SHA1 5bf22824cc5181c789429575d5d4a40f2e7d3cc6 SHA256 c40e0f5757bc3912e9628e1a68dfa41cd487beca370c315f5d31261b931cea05 -EBUILD deluge-1.3.3.ebuild 1805 RMD160 ece0e8113f1fd20c81939462d2b1fa5dac7b8fa7 SHA1 bcc13a2c67f35d4f3069d39703d919e28c6cc4ff SHA256 55cc0c97447b27b35f49662076ce2a13330774017c2e0491fd33cd19a98f29c0 +DIST deluge-1.3.4.tar.lzma 2084939 RMD160 5f67ca0d3e9613729d76d1a089b2fcf1e95d266d SHA1 90956326e85399486a34c7863c47f672b9f6ae67 SHA256 5caa55e2ce5848c01332569516e91426be0640115680f41687319c1055ae345f +EBUILD deluge-1.3.4.ebuild 1805 RMD160 ece0e8113f1fd20c81939462d2b1fa5dac7b8fa7 SHA1 bcc13a2c67f35d4f3069d39703d919e28c6cc4ff SHA256 55cc0c97447b27b35f49662076ce2a13330774017c2e0491fd33cd19a98f29c0 MISC metadata.xml 322 RMD160 ba506cbedd76759bd1b14d569d0d121a1644fa75 SHA1 811976e88cb463281a74ac671ca920b9a15f15c3 SHA256 e88e99b119abf92a69e2115263e6992e6b2a6f711d810e6234c0cfaa21bc1d1f diff -r b46f198aea61 -r 15868e686a6f net-p2p/deluge/deluge-1.3.3.ebuild --- a/net-p2p/deluge/deluge-1.3.3.ebuild Fri Feb 24 12:34:36 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,69 +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.3.ebuild,v 1.2 2011/08/17 13:52:12 armin76 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 - dev-util/intltool" -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 - >=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 -r b46f198aea61 -r 15868e686a6f net-p2p/deluge/deluge-1.3.4.ebuild --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/net-p2p/deluge/deluge-1.3.4.ebuild Tue Mar 06 17:52:49 2012 +0100 @@ -0,0 +1,69 @@ +# 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.3.ebuild,v 1.2 2011/08/17 13:52:12 armin76 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 + dev-util/intltool" +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 + >=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 +}