Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/evilvte: ChangeLog evilvte-0.5.2_pre1.ebuild
Date: Tue, 31 Jul 2012 05:58:30
Message-Id: 20120731055816.2C1E42004B@flycatcher.gentoo.org
1 ssuominen 12/07/31 05:58:16
2
3 Modified: ChangeLog
4 Added: evilvte-0.5.2_pre1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.35 x11-terms/evilvte/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/evilvte/ChangeLog?rev=1.35&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/evilvte/ChangeLog?rev=1.35&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/evilvte/ChangeLog?r1=1.34&r2=1.35
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-terms/evilvte/ChangeLog,v
20 retrieving revision 1.34
21 retrieving revision 1.35
22 diff -u -r1.34 -r1.35
23 --- ChangeLog 20 May 2012 09:03:44 -0000 1.34
24 +++ ChangeLog 31 Jul 2012 05:58:15 -0000 1.35
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-terms/evilvte
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/evilvte/ChangeLog,v 1.34 2012/05/20 09:03:44 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/evilvte/ChangeLog,v 1.35 2012/07/31 05:58:15 ssuominen Exp $
30 +
31 +*evilvte-0.5.2_pre1 (31 Jul 2012)
32 +
33 + 31 Jul 2012; Samuli Suominen <ssuominen@g.o>
34 + +evilvte-0.5.2_pre1.ebuild:
35 + Version bump.
36
37 20 May 2012; Samuli Suominen <ssuominen@g.o> -evilvte-0.4.9.ebuild,
38 -evilvte-0.5.0.ebuild:
39
40
41
42 1.1 x11-terms/evilvte/evilvte-0.5.2_pre1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/evilvte/evilvte-0.5.2_pre1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/evilvte/evilvte-0.5.2_pre1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: evilvte-0.5.2_pre1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-terms/evilvte/evilvte-0.5.2_pre1.ebuild,v 1.1 2012/07/31 05:58:15 ssuominen Exp $
52
53 EAPI=4
54
55 inherit gnome2-utils toolchain-funcs savedconfig
56
57 MY_P=${P/_/\~}
58
59 DESCRIPTION="VTE based, super lightweight terminal emulator"
60 HOMEPAGE="http://www.calno.com/evilvte"
61 SRC_URI="http://www.calno.com/${PN}/${MY_P}.tar.xz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND=">=dev-libs/glib-2
69 x11-libs/gtk+:3
70 x11-libs/vte:2.90"
71 DEPEND="${RDEPEND}
72 virtual/pkgconfig"
73
74 S=${WORKDIR}/${MY_P}
75
76 DOCS=ChangeLog
77
78 src_prepare() {
79 restore_config src/config.h
80 }
81
82 src_configure() {
83 tc-export CC
84 ./configure --prefix=/usr --with-gtk=3.0 || die
85 }
86
87 src_compile() {
88 emake -j1
89 }
90
91 src_install() {
92 default
93 save_config src/config.h
94 }
95
96 pkg_preinst() {
97 gnome2_icon_savelist
98 }
99
100 pkg_postinst() {
101 savedconfig_pkg_postinst
102 gnome2_icon_cache_update
103 }
104
105 pkg_postrm() {
106 gnome2_icon_cache_update
107 }