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.9.3.ebuild deluge-0.5.9.2.ebuild
Date: Fri, 27 Jun 2008 18:05:54
Message-Id: E1KCIKS-0002ER-Ga@stork.gentoo.org
1 armin76 08/06/27 18:05:48
2
3 Modified: ChangeLog
4 Added: deluge-0.5.9.3.ebuild
5 Removed: deluge-0.5.9.2.ebuild
6 Log:
7 Version bump, no code changes, though, bug #229671
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.77 net-p2p/deluge/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/ChangeLog?rev=1.77&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/ChangeLog?rev=1.77&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/ChangeLog?r1=1.76&r2=1.77
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v
20 retrieving revision 1.76
21 retrieving revision 1.77
22 diff -u -r1.76 -r1.77
23 --- ChangeLog 24 Jun 2008 14:15:33 -0000 1.76
24 +++ ChangeLog 27 Jun 2008 18:05:48 -0000 1.77
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-p2p/deluge
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.76 2008/06/24 14:15:33 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.77 2008/06/27 18:05:48 armin76 Exp $
30 +
31 +*deluge-0.5.9.3 (27 Jun 2008)
32 +
33 + 27 Jun 2008; Raúl Porcel <armin76@g.o> -deluge-0.5.9.2.ebuild,
34 + +deluge-0.5.9.3.ebuild:
35 + Version bump, no code changes, though, bug #229671
36
37 24 Jun 2008; Raúl Porcel <armin76@g.o> -deluge-0.5.8.9.ebuild,
38 -deluge-0.5.9.0.ebuild, deluge-0.5.9.1.ebuild:
39
40
41
42 1.1 net-p2p/deluge/deluge-0.5.9.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/deluge-0.5.9.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/deluge-0.5.9.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: deluge-0.5.9.3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 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.9.3.ebuild,v 1.1 2008/06/27 18:05:48 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/source/${PV}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
62 IUSE="libnotify"
63
64 S="${WORKDIR}"/${PN}-torrent-${PV}
65
66 DEPEND=">=dev-lang/python-2.3
67 dev-libs/boost"
68 RDEPEND="${DEPEND}
69 >=dev-python/pygtk-2
70 dev-python/pyxdg
71 dev-python/dbus-python
72 gnome-base/librsvg
73 libnotify? ( dev-python/notify-python )"
74
75 pkg_setup() {
76 if ! built_with_use --missing true "dev-libs/boost" threads; then
77 eerror "dev-libs/boost has to be built with threads USE-flag."
78 die "Missing threads USE-flag for dev-libs/boost"
79 fi
80
81 filter-ldflags -Wl,--as-needed
82 }
83
84 pkg_postinst() {
85 elog
86 elog "If after upgrading it doesn't work, please remove the"
87 elog "'~/.config/deluge' directory and try again, but make a backup"
88 elog "first!"
89 elog
90 elog "Please note that Deluge is still in it's early stages"
91 elog "of development. Use it carefully and feel free to submit bugs"
92 elog "in upstream page."
93 elog
94 }
95
96
97
98 --
99 gentoo-commits@l.g.o mailing list