From: "Raul Porcel (armin76)" <armin76@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/deluge: metadata.xml ChangeLog deluge-1.2.0_rc2.ebuild deluge-9999.ebuild
Date: Sun, 01 Nov 2009 12:17:22 +0000 [thread overview]
Message-ID: <E1N4ZN4-0004vp-5W@stork.gentoo.org> (raw)
armin76 09/11/01 12:17:22
Modified: metadata.xml ChangeLog deluge-9999.ebuild
Added: deluge-1.2.0_rc2.ebuild
Log:
Version bump wrt #290578 and fix 9999
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.4 net-p2p/deluge/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/metadata.xml?r1=1.3&r2=1.4
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/deluge/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml 13 Jun 2009 10:49:42 -0000 1.3
+++ metadata.xml 1 Nov 2009 12:17:21 -0000 1.4
@@ -5,4 +5,9 @@
<maintainer>
<email>net-p2p@gentoo.org</email>
</maintainer>
+<use>
+ <flag name='webinterface'>Install dependencies needed for the web
+ interface
+ </flag>
+</use>
</pkgmetadata>
1.134 net-p2p/deluge/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/ChangeLog?r1=1.133&r2=1.134
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog 4 Oct 2009 15:11:55 -0000 1.133
+++ ChangeLog 1 Nov 2009 12:17:21 -0000 1.134
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/deluge
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.133 2009/10/04 15:11:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.134 2009/11/01 12:17:21 armin76 Exp $
+
+*deluge-1.2.0_rc2 (01 Nov 2009)
+
+ 01 Nov 2009; Raúl Porcel <armin76@gentoo.org> +deluge-1.2.0_rc2.ebuild,
+ deluge-9999.ebuild, metadata.xml:
+ Version bump wrt #290578 and fix 9999
04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> deluge-1.1.9.ebuild,
deluge-9999.ebuild:
1.23 net-p2p/deluge/deluge-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/deluge-9999.ebuild?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/deluge-9999.ebuild?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/deluge-9999.ebuild?r1=1.22&r2=1.23
Index: deluge-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-9999.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- deluge-9999.ebuild 4 Oct 2009 15:11:55 -0000 1.22
+++ deluge-9999.ebuild 1 Nov 2009 12:17:21 -0000 1.23
@@ -1,6 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-9999.ebuild,v 1.22 2009/10/04 15:11:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-9999.ebuild,v 1.23 2009/11/01 12:17:21 armin76 Exp $
+
+EAPI="2"
inherit eutils distutils subversion flag-o-matic
@@ -14,26 +16,26 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="gtk libnotify"
+IUSE="gtk libnotify webinterface"
-DEPEND=">=dev-lang/python-2.5
- >=dev-libs/boost-1.34
+DEPEND=">=virtual/python-2.5
+ >=net-libs/rb_libtorrent-0.14.5[python]
dev-python/setuptools"
RDEPEND="${DEPEND}
dev-python/chardet
- dev-python/pyxdg
- dev-python/twisted
- dev-python/twisted-web
- dev-python/simplejson
dev-python/pyopenssl
+ dev-python/pyxdg
+ || ( >=virtual/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
- dev-python/pyxdg
- dev-python/dbus-python
+ >=dev-python/pygtk-2.12
gnome-base/librsvg
+ libnotify? ( dev-python/notify-python )
)
- libnotify? ( dev-python/notify-python )"
+ webinterface? ( dev-python/mako )"
pkg_setup() {
append-ldflags $(no-as-needed)
@@ -51,10 +53,6 @@
elog "'~/.config/deluge' directory and try again, but make a backup"
elog "first!"
elog
- einfo "Please note that Deluge is still in it's early stages"
- einfo "of development. Use it carefully and feel free to submit bugs"
- einfo "in upstream page."
- 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"
1.1 net-p2p/deluge/deluge-1.2.0_rc2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/deluge-1.2.0_rc2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/deluge-1.2.0_rc2.ebuild?rev=1.1&content-type=text/plain
Index: deluge-1.2.0_rc2.ebuild
===================================================================
# Copyright 1999-2009 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_rc2.ebuild,v 1.1 2009/11/01 12:17:21 armin76 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 ~x86"
IUSE="gtk libnotify webinterface"
DEPEND=">=virtual/python-2.5
>=net-libs/rb_libtorrent-0.14.5[python]
dev-python/setuptools"
RDEPEND="${DEPEND}
dev-python/chardet
dev-python/pyopenssl
dev-python/pyxdg
|| ( >=virtual/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
}
reply other threads:[~2009-11-01 12:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1N4ZN4-0004vp-5W@stork.gentoo.org \
--to=armin76@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox