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.6_rc1.ebuild
Date: Sun, 21 Oct 2007 21:16:00
Message-Id: E1Ijhym-0001jy-O9@stork.gentoo.org
1 armin76 07/10/21 21:05:00
2
3 Modified: ChangeLog
4 Added: deluge-0.5.6_rc1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.29 net-p2p/deluge/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 9 Oct 2007 18:13:04 -0000 1.28
23 +++ ChangeLog 21 Oct 2007 21:05:00 -0000 1.29
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-p2p/deluge
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.28 2007/10/09 18:13:04 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.29 2007/10/21 21:05:00 armin76 Exp $
29 +
30 +*deluge-0.5.6_rc1 (21 Oct 2007)
31 +
32 + 21 Oct 2007; Raúl Porcel <armin76@g.o> +deluge-0.5.6_rc1.ebuild:
33 + Version bump
34
35 09 Oct 2007; Raúl Porcel <armin76@g.o> deluge-9999.ebuild:
36 Add gnome-base/librsvg RDEPEND to live ebuild
37
38
39
40 1.1 net-p2p/deluge/deluge-0.5.6_rc1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/deluge-0.5.6_rc1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/deluge-0.5.6_rc1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: deluge-0.5.6_rc1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 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.6_rc1.ebuild,v 1.1 2007/10/21 21:05:00 armin76 Exp $
50
51 inherit eutils distutils
52 MY_PV="0.5.5.95"
53 MY_P="${PN}-${MY_PV}"
54
55 DESCRIPTION="BitTorrent client in Python and PyGTK."
56 HOMEPAGE="http://deluge-torrent.org/"
57 SRC_URI="http://download.deluge-torrent.org/tarball/${MY_PV}/${MY_P}.tar.gz"
58
59 S="${WORKDIR}/${MY_P}"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
64 IUSE="libnotify"
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 has_version "<dev-libs/boost-1.34" && \
77 ! built_with_use "dev-libs/boost" threads; then
78 eerror "dev-libs/boost has to be built with threads USE-flag."
79 die "Missing threads USE-flag for dev-libs/boost"
80 fi
81 }
82
83 src_compile() {
84 filter-ldflags -Wl,--as-needed
85
86 distutils_src_compile
87 }
88
89 pkg_postinst() {
90 elog
91 elog "If after upgrading it doesn't work, please remove the"
92 elog "'~/.config/deluge' directory and try again, but make a backup"
93 elog "first!"
94 elog
95 elog "Please note that Deluge is still in it's early stages"
96 elog "of development. Use it carefully and feel free to submit bugs"
97 elog "in upstream page."
98 elog
99 }
100
101
102
103 --
104 gentoo-commits@g.o mailing list