Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/pandodl: ChangeLog pandodl-0.9.2.0.ebuild
Date: Fri, 28 Dec 2007 13:36:32
Message-Id: E1J8FNu-0001be-At@stork.gentoo.org
1 coldwind 07/12/28 13:36:22
2
3 Modified: ChangeLog
4 Added: pandodl-0.9.2.0.ebuild
5 Log:
6 Bump to 0.9.2.0 which support Pando 1.7 packages. ~amd64 added. Using fixed libraries rather than upstream ones.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.2 net-p2p/pandodl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/pandodl/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/pandodl/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/pandodl/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/pandodl/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 27 Jun 2007 22:25:21 -0000 1.1
23 +++ ChangeLog 28 Dec 2007 13:36:21 -0000 1.2
24 @@ -1,6 +1,13 @@
25 # ChangeLog for net-p2p/pandodl
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/pandodl/ChangeLog,v 1.1 2007/06/27 22:25:21 coldwind Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/pandodl/ChangeLog,v 1.2 2007/12/28 13:36:21 coldwind Exp $
29 +
30 +*pandodl-0.9.2.0 (13 Dec 2007)
31 +
32 + 28 Dec 2007; Santiago M. Mola <coldwind@g.o> files/pandodl,
33 + +pandodl-0.9.2.0.ebuild:
34 + Bump to 0.9.2.0 which support Pando 1.7 packages. ~amd64 added. Using fixed
35 + libraries rather than upstream ones.
36
37 *pandodl-0.9.1.0 (27 Jun 2007)
38
39
40
41
42 1.1 net-p2p/pandodl/pandodl-0.9.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/pandodl/pandodl-0.9.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/pandodl/pandodl-0.9.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pandodl-0.9.2.0.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/pandodl/pandodl-0.9.2.0.ebuild,v 1.1 2007/12/28 13:36:21 coldwind Exp $
52
53 inherit eutils
54
55 DESCRIPTION="Downloader client for the Pando torrent-like P2P system"
56 HOMEPAGE="http://www.pando.com/"
57 SRC_URI="http://www.pando.com/dl/download/${P}.tar.bz2
58 mirror://gentoo/pandolibs-0.tgz"
59
60 LICENSE="Pando-EULA"
61 SLOT="0"
62 KEYWORDS="-* ~amd64 ~x86"
63 IUSE=""
64
65 RESTRICT="strip"
66
67 DEPEND=""
68 RDEPEND="
69 x86? (
70 sys-libs/libstdc++-v3
71 >=x11-libs/gtk+-2.6
72 )
73 amd64? (
74 app-emulation/emul-linux-x86-baselibs
75 app-emulation/emul-linux-x86-gtklibs
76 app-emulation/emul-linux-x86-xlibs
77 )"
78 # >=dev-libs/expat-2.0.0: shipped with pandolibs tarball.
79
80 S=${WORKDIR}/${PN}
81
82 pkg_setup() {
83 check_license
84 }
85
86 src_unpack() {
87 unpack ${A}
88 cd "${WORKDIR}"
89 mv pandolibs/* pandodl/lib/
90 cd "${S}"
91 }
92
93 src_install() {
94 insinto /opt/${PN}
95 doins -r lib *.png || die
96
97 exeinto /opt/${PN}/bin
98 doexe bin/pandoDownloader || die
99
100 dobin "${FILESDIR}"/${PN} || die
101
102 dodoc README
103
104 newicon pando_icon48.png ${PN}.png || die
105 make_desktop_entry ${PN} "Pando Linux Downloader" ${PN} "Network;P2P;"
106 }
107
108
109
110 --
111 gentoo-commits@g.o mailing list