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/sancho-bin: sancho-bin-0.9.4.58.ebuild ChangeLog sancho-bin-0.9.4.58-r1.ebuild
Date: Wed, 31 Oct 2007 19:46:50
Message-Id: E1InJWR-0001kj-Mz@stork.gentoo.org
1 coldwind 07/10/31 19:46:39
2
3 Modified: sancho-bin-0.9.4.58.ebuild ChangeLog
4 Added: sancho-bin-0.9.4.58-r1.ebuild
5 Log:
6 java USE flag added #177519 thanks to Federico Moro <zayer@××××××.org>. Clarify postinst message and use elog. Remove env.d entry.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.7 net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild?r1=1.6&r2=1.7
15
16 Index: sancho-bin-0.9.4.58.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- sancho-bin-0.9.4.58.ebuild 13 Jul 2007 05:52:07 -0000 1.6
23 +++ sancho-bin-0.9.4.58.ebuild 31 Oct 2007 19:46:39 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild,v 1.6 2007/07/13 05:52:07 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild,v 1.7 2007/10/31 19:46:39 coldwind Exp $
29
30 inherit eutils
31
32 @@ -59,8 +59,8 @@
33 }
34
35 pkg_postinst() {
36 - einfo
37 - einfo "Sancho requires the presence of a p2p core, like"
38 - einfo "net-p2p/mldonkey, in order to operate."
39 - einfo
40 + elog
41 + elog "Sancho requires the presence of a p2p core, like"
42 + elog "net-p2p/mldonkey, in order to operate."
43 + elog
44 }
45
46
47
48 1.43 net-p2p/sancho-bin/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/sancho-bin/ChangeLog?rev=1.43&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/sancho-bin/ChangeLog?rev=1.43&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/sancho-bin/ChangeLog?r1=1.42&r2=1.43
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v
57 retrieving revision 1.42
58 retrieving revision 1.43
59 diff -u -r1.42 -r1.43
60 --- ChangeLog 7 May 2007 18:30:09 -0000 1.42
61 +++ ChangeLog 31 Oct 2007 19:46:39 -0000 1.43
62 @@ -1,6 +1,14 @@
63 # ChangeLog for net-p2p/sancho-bin
64 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.42 2007/05/07 18:30:09 armin76 Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.43 2007/10/31 19:46:39 coldwind Exp $
67 +
68 +*sancho-bin-0.9.4.58-r1 (31 Oct 2007)
69 +
70 + 31 Oct 2007; Santiago M. Mola <coldwind@g.o>
71 + sancho-bin-0.9.4.58.ebuild, +sancho-bin-0.9.4.58-r1.ebuild:
72 + java USE flag added #177519 thanks to Federico Moro <zayer@××××××.org>.
73 + Clarify postinst message and use elog.
74 + Remove env.d entry.
75
76 07 May 2007; Raúl Porcel <armin76@g.o> sancho-bin-0.9.4.58.ebuild:
77 Remove unneeded deps, bug 177529
78
79
80
81 1.1 net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild?rev=1.1&content-type=text/plain
85
86 Index: sancho-bin-0.9.4.58-r1.ebuild
87 ===================================================================
88 # Copyright 1999-2007 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 # $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild,v 1.1 2007/10/31 19:46:39 coldwind Exp $
91
92 inherit eutils
93
94 MY_P=${P/-bin/}
95 MY_P=${MY_P%.*}-${MY_P##*.}
96
97 DESCRIPTION="a powerful frontend for mldonkey"
98 HOMEPAGE="http://sancho-gui.sourceforge.net/"
99 SRC_URI="
100 amd64? ( java? ( mirror://gentoo/${MY_P}-linux-gtk-x86_64-java.sh )
101 !java? ( mirror://gentoo/${MY_P}-linux-gtk.sh ) )
102 x86? ( java? ( mirror://gentoo/${MY_P}-linux-gtk-java.sh )
103 !java? ( mirror://gentoo/${MY_P}-linux-gtk.sh ) )
104 "
105 # ppc? ( mirror://gentoo/${MY_P}-linux-gtk-ppc-java.sh )
106
107 RESTRICT="strip"
108
109 # In order to keyword ~ppc, 'java' should be package.use.force'd
110 KEYWORDS="~x86"
111 SLOT="0"
112 LICENSE="CPL-1.0 LGPL-2.1"
113 IUSE=""
114
115 DEPEND="x11-libs/libXxf86vm
116 x11-libs/libXext
117 x11-libs/libX11
118 >=x11-libs/gtk+-2
119 amd64? ( !java? ( >=app-emulation/emul-linux-x86-baselibs-1.0
120 >=app-emulation/emul-linux-x86-gtklibs-1.0 ) )
121 java? ( >=virtual/jre-1.5 )"
122
123 S="${WORKDIR}"
124
125 src_unpack() {
126 unpack_makeself
127 }
128
129 src_install() {
130 dodir /opt/sancho
131 dodir /opt/bin
132
133 cd "${S}"
134 cp -dpR sancho distrib lib ${D}/opt/sancho
135
136 exeinto /opt/sancho
137 newexe sancho sancho-bin
138
139 exeinto /opt/bin
140 newexe ${FILESDIR}/sancho.sh sancho
141
142 insinto /etc/revdep-rebuild
143 doins ${FILESDIR}/50-${PN}
144
145 make_desktop_entry sancho sancho /opt/sancho/distrib/sancho-32.xpm
146 }
147
148 pkg_postinst() {
149 elog
150 elog "Sancho requires the presence of a p2p core, like"
151 elog "net-p2p/mldonkey, in order to operate. This core"
152 elog "may be in other machine of your network."
153 elog
154 }
155
156
157
158 --
159 gentoo-commits@g.o mailing list