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.2.ebuild
Date: Fri, 20 Jun 2008 18:03:57
Message-Id: E1K9kxj-00055L-P0@stork.gentoo.org
1 armin76 08/06/20 18:03:51
2
3 Modified: ChangeLog
4 Added: deluge-0.5.9.2.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.74 net-p2p/deluge/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/ChangeLog?rev=1.74&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/ChangeLog?rev=1.74&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/ChangeLog?r1=1.73&r2=1.74
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v
19 retrieving revision 1.73
20 retrieving revision 1.74
21 diff -u -r1.73 -r1.74
22 --- ChangeLog 16 Jun 2008 11:39:48 -0000 1.73
23 +++ ChangeLog 20 Jun 2008 18:03:51 -0000 1.74
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-p2p/deluge
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.73 2008/06/16 11:39:48 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.74 2008/06/20 18:03:51 armin76 Exp $
29 +
30 +*deluge-0.5.9.2 (20 Jun 2008)
31 +
32 + 20 Jun 2008; Raúl Porcel <armin76@g.o> +deluge-0.5.9.2.ebuild:
33 + Version bump
34
35 16 Jun 2008; Raúl Porcel <armin76@g.o> deluge-0.6_pre9999.ebuild:
36 Add missing dep
37
38
39
40 1.1 net-p2p/deluge/deluge-0.5.9.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/deluge-0.5.9.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/deluge-0.5.9.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: deluge-0.5.9.2.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-0.5.9.2.ebuild,v 1.1 2008/06/20 18:03:51 armin76 Exp $
50
51 inherit eutils distutils flag-o-matic
52
53 DESCRIPTION="BitTorrent client in Python and PyGTK."
54 HOMEPAGE="http://deluge-torrent.org/"
55 SRC_URI="http://download.deluge-torrent.org/source/${PV}/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
60 IUSE="libnotify"
61
62 S="${WORKDIR}"/${PN}-torrent-${PV}
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 ! built_with_use --missing true "dev-libs/boost" threads; then
75 eerror "dev-libs/boost has to be built with threads USE-flag."
76 die "Missing threads USE-flag for dev-libs/boost"
77 fi
78
79 filter-ldflags -Wl,--as-needed
80 }
81
82 pkg_postinst() {
83 elog
84 elog "If after upgrading it doesn't work, please remove the"
85 elog "'~/.config/deluge' directory and try again, but make a backup"
86 elog "first!"
87 elog
88 elog "Please note that Deluge is still in it's early stages"
89 elog "of development. Use it carefully and feel free to submit bugs"
90 elog "in upstream page."
91 elog
92 }
93
94
95
96 --
97 gentoo-commits@l.g.o mailing list