Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/helpblocks: helpblocks-1.19.ebuild ChangeLog
Date: Tue, 25 Sep 2007 21:55:01
Message-Id: E1IaIEm-0003vk-44@stork.gentoo.org
1 mrness 07/09/25 21:46:36
2
3 Modified: helpblocks-1.19.ebuild ChangeLog
4 Log:
5 Restrict strip (helperblocks is distributed without symbols table).
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.3 dev-util/helpblocks/helpblocks-1.19.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/helpblocks/helpblocks-1.19.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/helpblocks/helpblocks-1.19.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/helpblocks/helpblocks-1.19.ebuild?r1=1.2&r2=1.3
14
15 Index: helpblocks-1.19.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/helpblocks/helpblocks-1.19.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- helpblocks-1.19.ebuild 19 Jun 2007 17:36:21 -0000 1.2
22 +++ helpblocks-1.19.ebuild 25 Sep 2007 21:46:35 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/helpblocks-1.19.ebuild,v 1.2 2007/06/19 17:36:21 mrness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/helpblocks-1.19.ebuild,v 1.3 2007/09/25 21:46:35 mrness Exp $
29
30 DESCRIPTION="HTML Help Editor for wxWidgets"
31 HOMEPAGE="http://www.helpblocks.com/"
32 @@ -11,6 +11,7 @@
33 KEYWORDS="-* ~amd64 ~x86"
34 IUSE=""
35
36 +DEPEND=""
37 RDEPEND=">=x11-libs/gtk+-2
38 >=media-libs/libpng-1.2
39 media-libs/jpeg
40 @@ -19,6 +20,8 @@
41
42 S="${WORKDIR}"
43
44 +RESTRICT="strip" # the helpblocks program is already stripped
45 +
46 src_install() {
47 dodir /opt/helpblocks
48 tar -xzf HelpBlocksData.tar.gz -C "${D}/opt/helpblocks" || die "failed to extract data from tarball"
49
50
51
52 1.4 dev-util/helpblocks/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/helpblocks/ChangeLog?rev=1.4&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/helpblocks/ChangeLog?rev=1.4&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/helpblocks/ChangeLog?r1=1.3&r2=1.4
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v
61 retrieving revision 1.3
62 retrieving revision 1.4
63 diff -u -r1.3 -r1.4
64 --- ChangeLog 14 Jan 2007 22:17:44 -0000 1.3
65 +++ ChangeLog 25 Sep 2007 21:46:35 -0000 1.4
66 @@ -1,6 +1,9 @@
67 # ChangeLog for dev-util/helpblocks
68 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v 1.3 2007/01/14 22:17:44 mrness Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v 1.4 2007/09/25 21:46:35 mrness Exp $
71 +
72 + 25 Sep 2007; Alin Năstac <mrness@g.o> helpblocks-1.19.ebuild:
73 + Restrict strip (helperblocks is distributed without symbols table).
74
75 14 Jan 2007; Alin Năstac <mrness@g.o> -helpblocks-1.18.ebuild:
76 Remove old version.
77
78
79
80 --
81 gentoo-commits@g.o mailing list