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: ChangeLog helpblocks-1.21.ebuild
Date: Sun, 19 Oct 2008 11:07:07
Message-Id: E1KrW7j-0002DF-VN@stork.gentoo.org
1 mrness 08/10/19 11:07:03
2
3 Modified: ChangeLog
4 Added: helpblocks-1.21.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.8 dev-util/helpblocks/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/helpblocks/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/helpblocks/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/helpblocks/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 13 Feb 2008 14:53:06 -0000 1.7
23 +++ ChangeLog 19 Oct 2008 11:07:03 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/helpblocks
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v 1.7 2008/02/13 14:53:06 mrness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v 1.8 2008/10/19 11:07:03 mrness Exp $
29 +
30 +*helpblocks-1.21 (19 Oct 2008)
31 +
32 + 19 Oct 2008; Alin Năstac <mrness@g.o> +helpblocks-1.21.ebuild:
33 + Version bump.
34
35 *helpblocks-1.20-r1 (13 Feb 2008)
36
37
38
39
40 1.1 dev-util/helpblocks/helpblocks-1.21.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/helpblocks/helpblocks-1.21.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/helpblocks/helpblocks-1.21.ebuild?rev=1.1&content-type=text/plain
44
45 Index: helpblocks-1.21.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/dev-util/helpblocks/helpblocks-1.21.ebuild,v 1.1 2008/10/19 11:07:03 mrness Exp $
50
51 DESCRIPTION="HTML Help Editor for wxWidgets"
52 HOMEPAGE="http://www.helpblocks.com/"
53 SRC_URI="x86? ( http://www.helpblocks.com/HelpBlocks-${PV}-i386.tar.gz )
54 amd64? ( http://www.helpblocks.com/HelpBlocks-${PV}-x86_64.tar.gz )"
55
56 SLOT="0"
57 LICENSE="as-is"
58 KEYWORDS="-* ~amd64 ~x86"
59 IUSE=""
60
61 DEPEND=""
62 RDEPEND=">=x11-libs/gtk+-2
63 x11-libs/libXinerama
64 >=media-libs/libpng-1.2
65 media-libs/jpeg
66 >=media-libs/tiff-3"
67
68 S="${WORKDIR}"
69
70 RESTRICT="strip" # the helpblocks program is already stripped
71
72 src_install() {
73 dodir /opt/helpblocks
74 tar -xzf HelpBlocksData.tar.gz -C "${D}/opt/helpblocks" || die "failed to extract data from tarball"
75
76 dosym /opt/helpblocks/helpblocks.xpm /usr/share/pixmaps/helpblocks.xpm
77 insinto /usr/share/applications
78 doins "${FILESDIR}/helpblocks.desktop"
79 newbin "${FILESDIR}/helpblocks.sh" helpblocks
80 }