Gentoo Archives: gentoo-commits

From: "Gunnar Wrobel (wrobel)" <wrobel@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/qsoapman: ChangeLog qsoapman-0.4.ebuild
Date: Fri, 25 Jan 2008 08:24:44
Message-Id: E1JIJrd-0003ge-JH@stork.gentoo.org
1 wrobel 08/01/25 08:24:41
2
3 Modified: ChangeLog
4 Added: qsoapman-0.4.ebuild
5 Log:
6 Added qsoapman-0.4 (#201661).
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.10 dev-util/qsoapman/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qsoapman/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qsoapman/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qsoapman/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/qsoapman/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 22 Feb 2007 02:24:30 -0000 1.9
23 +++ ChangeLog 25 Jan 2008 08:24:41 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/qsoapman
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/ChangeLog,v 1.9 2007/02/22 02:24:30 peper Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/ChangeLog,v 1.10 2008/01/25 08:24:41 wrobel Exp $
30 +
31 +*qsoapman-0.4 (25 Jan 2008)
32 +
33 + 25 Jan 2008; <wrobel@g.o> +qsoapman-0.4.ebuild:
34 + Added qsoapman-0.4 (#201661).
35
36 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
37 Transition to Manifest2.
38
39
40
41 1.1 dev-util/qsoapman/qsoapman-0.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qsoapman/qsoapman-0.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qsoapman/qsoapman-0.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: qsoapman-0.4.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/qsoapman-0.4.ebuild,v 1.1 2008/01/25 08:24:41 wrobel Exp $
51
52 inherit qt3
53
54 IUSE=""
55
56 DESCRIPTION="Qt SOAP Manager is a GUI tool for sending SOAP messages."
57 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
58 HOMEPAGE="http://qsoapman.sourceforge.net/"
59
60 SLOT="0"
61 KEYWORDS="~x86 ~ppc ~amd64"
62 LICENSE="GPL-2"
63
64 DEPEND="$(qt_min_version 3.1)"
65
66 RDEPEND="${DEPEND}"
67
68 src_compile() {
69 ${QTDIR}/bin/qmake -o Makefile qsoapman.pro
70 sed -i -e "s/CFLAGS = -pipe -Wall -W -O2/CFLAGS = ${CFLAGS} -Wall -W/" src/Makefile
71 sed -i -e "s/CXXFLAGS = -pipe -Wall -W -O2/CXXFLAGS = ${CXXFLAGS} -Wall -W/" src/Makefile
72
73 addpredict ${QTDIR}/etc/settings
74
75 emake || die "make failed"
76 }
77
78 src_install () {
79 insinto /usr/share/${PN}
80 doins *.xml
81 dobin bin/qsoapman
82 dodoc AUTHORS BUGS ChangeLog TODO
83 }
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list