Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/deluge: ChangeLog deluge-0.5.7.ebuild deluge-0.5.7_rc2.ebuild
Date: Wed, 28 Nov 2007 11:08:19
Message-Id: E1IxKm5-0006va-KR@stork.gentoo.org
1 armin76 07/11/28 11:08:13
2
3 Modified: ChangeLog
4 Added: deluge-0.5.7.ebuild
5 Removed: deluge-0.5.7_rc2.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.38 net-p2p/deluge/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/ChangeLog?rev=1.38&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/ChangeLog?rev=1.38&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/ChangeLog?r1=1.37&r2=1.38
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v
20 retrieving revision 1.37
21 retrieving revision 1.38
22 diff -u -r1.37 -r1.38
23 --- ChangeLog 25 Nov 2007 10:55:10 -0000 1.37
24 +++ ChangeLog 28 Nov 2007 11:08:13 -0000 1.38
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-p2p/deluge
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.37 2007/11/25 10:55:10 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.38 2007/11/28 11:08:13 armin76 Exp $
30 +
31 +*deluge-0.5.7 (28 Nov 2007)
32 +
33 + 28 Nov 2007; Raúl Porcel <armin76@g.o> -deluge-0.5.7_rc2.ebuild,
34 + +deluge-0.5.7.ebuild:
35 + Version bump
36
37 *deluge-0.5.7_rc2 (25 Nov 2007)
38
39
40
41
42 1.1 net-p2p/deluge/deluge-0.5.7.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/deluge-0.5.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/deluge-0.5.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: deluge-0.5.7.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-0.5.7.ebuild,v 1.1 2007/11/28 11:08:13 armin76 Exp $
52
53 inherit eutils distutils flag-o-matic
54
55 DESCRIPTION="BitTorrent client in Python and PyGTK."
56 HOMEPAGE="http://deluge-torrent.org/"
57 SRC_URI="http://download.deluge-torrent.org/tarball/${PV}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
62 IUSE="libnotify"
63
64 DEPEND=">=dev-lang/python-2.3
65 dev-libs/boost"
66 RDEPEND="${DEPEND}
67 >=dev-python/pygtk-2
68 dev-python/pyxdg
69 dev-python/dbus-python
70 gnome-base/librsvg
71 libnotify? ( dev-python/notify-python )"
72
73 pkg_setup() {
74 if has_version "<dev-libs/boost-1.34" && \
75 ! built_with_use "dev-libs/boost" threads; then
76 eerror "dev-libs/boost has to be built with threads USE-flag."
77 die "Missing threads USE-flag for dev-libs/boost"
78 fi
79
80 filter-ldflags -Wl,--as-needed
81 }
82
83 pkg_postinst() {
84 elog
85 elog "If after upgrading it doesn't work, please remove the"
86 elog "'~/.config/deluge' directory and try again, but make a backup"
87 elog "first!"
88 elog
89 elog "Please note that Deluge is still in it's early stages"
90 elog "of development. Use it carefully and feel free to submit bugs"
91 elog "in upstream page."
92 elog
93 }
94
95
96
97 --
98 gentoo-commits@g.o mailing list