Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/qterm: ChangeLog qterm-0.5.7-r1.ebuild
Date: Fri, 02 Oct 2009 22:19:26
Message-Id: E1MtqTE-0007vB-Ps@stork.gentoo.org
1 matsuu 09/10/02 22:19:24
2
3 Modified: ChangeLog
4 Added: qterm-0.5.7-r1.ebuild
5 Log:
6 Fixed desktop file, bug #287212.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.35 x11-misc/qterm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/ChangeLog?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/ChangeLog?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/ChangeLog?r1=1.34&r2=1.35
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/qterm/ChangeLog,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- ChangeLog 22 Sep 2009 19:06:39 -0000 1.34
23 +++ ChangeLog 2 Oct 2009 22:19:24 -0000 1.35
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-misc/qterm
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qterm/ChangeLog,v 1.34 2009/09/22 19:06:39 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qterm/ChangeLog,v 1.35 2009/10/02 22:19:24 matsuu Exp $
29 +
30 +*qterm-0.5.7-r1 (02 Oct 2009)
31 +
32 + 02 Oct 2009; MATSUU Takuto <matsuu@g.o> +qterm-0.5.7-r1.ebuild,
33 + +files/qterm-0.5.7-gentoo.patch:
34 + Fixed desktop file, bug #287212.
35
36 *qterm-0.5.7 (22 Sep 2009)
37
38
39
40
41 1.1 x11-misc/qterm/qterm-0.5.7-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/qterm-0.5.7-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/qterm-0.5.7-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: qterm-0.5.7-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/qterm/qterm-0.5.7-r1.ebuild,v 1.1 2009/10/02 22:19:24 matsuu Exp $
51
52 EAPI="1"
53 inherit cmake-utils eutils
54
55 DESCRIPTION="A BBS client for Linux"
56 HOMEPAGE="http://qterm.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/qterm/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE=""
63
64 RDEPEND="x11-libs/qt-gui:4
65 dev-libs/openssl"
66
67 DEPEND="${RDEPEND}
68 >=dev-util/cmake-2.4.7"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 epatch "${FILESDIR}"/${P}-gentoo.patch
74 }
75
76 src_install() {
77 cmake-utils_src_install
78 mv "${D}"/usr/bin/qterm "${D}"/usr/bin/QTerm || die
79 dodoc README TODO
80 }
81
82 pkg_postinst() {
83 elog
84 elog "Since 0.4.0-r1, /usr/bin/qterm has been renamed to /usr/bin/QTerm."
85 elog "Please see bug #176533 for more information."
86 elog
87 }