Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxde-base/lxterminal: ChangeLog lxterminal-0.1.11.ebuild lxterminal-0.1.10.ebuild
Date: Thu, 28 Jul 2011 07:16:40
Message-Id: 20110728071629.363BA2004B@flycatcher.gentoo.org
1 hwoarang 11/07/28 07:16:29
2
3 Modified: ChangeLog
4 Added: lxterminal-0.1.11.ebuild
5 Removed: lxterminal-0.1.10.ebuild
6 Log:
7 Version bump to 0.1.11 which fixes two regressions since 0.1.10. Remove old ebuild
8
9 (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.22 lxde-base/lxterminal/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxterminal/ChangeLog?rev=1.22&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxterminal/ChangeLog?rev=1.22&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxterminal/ChangeLog?r1=1.21&r2=1.22
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/ChangeLog,v
21 retrieving revision 1.21
22 retrieving revision 1.22
23 diff -u -r1.21 -r1.22
24 --- ChangeLog 26 Jul 2011 22:04:11 -0000 1.21
25 +++ ChangeLog 28 Jul 2011 07:16:29 -0000 1.22
26 @@ -1,6 +1,13 @@
27 # ChangeLog for lxde-base/lxterminal
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/ChangeLog,v 1.21 2011/07/26 22:04:11 hwoarang Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/ChangeLog,v 1.22 2011/07/28 07:16:29 hwoarang Exp $
31 +
32 +*lxterminal-0.1.11 (28 Jul 2011)
33 +
34 + 28 Jul 2011; Markos Chandras <hwoarang@g.o> -lxterminal-0.1.10.ebuild,
35 + +lxterminal-0.1.11.ebuild:
36 + Version bump to 0.1.11 which fixes two regressions since 0.1.10. Remove old
37 + ebuild
38
39 *lxterminal-0.1.10 (26 Jul 2011)
40
41
42
43
44 1.1 lxde-base/lxterminal/lxterminal-0.1.11.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxterminal/lxterminal-0.1.11.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxterminal/lxterminal-0.1.11.ebuild?rev=1.1&content-type=text/plain
48
49 Index: lxterminal-0.1.11.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/lxterminal-0.1.11.ebuild,v 1.1 2011/07/28 07:16:29 hwoarang Exp $
54
55 EAPI="4"
56
57 DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE"
58 HOMEPAGE="http://lxde.sf.net/"
59 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
63 SLOT="0"
64 IUSE=""
65
66 RDEPEND="x11-libs/gtk+:2
67 dev-libs/glib:2
68 x11-libs/vte:0"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig
71 sys-devel/gettext
72 >=dev-util/intltool-0.40.0"
73
74 src_install () {
75 emake DESTDIR="${D}" install
76 dodoc AUTHORS README
77 }