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/xfce4-terminal: ChangeLog xfce4-terminal-0.6.1.ebuild
Date: Tue, 01 Jan 2013 15:40:14
Message-Id: 20130101153957.A87082171D@flycatcher.gentoo.org
1 ssuominen 13/01/01 15:39:57
2
3 Modified: ChangeLog
4 Added: xfce4-terminal-0.6.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.2 x11-terms/xfce4-terminal/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 28 Dec 2012 03:24:28 -0000 1.1
24 +++ ChangeLog 1 Jan 2013 15:39:57 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-terms/xfce4-terminal
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v 1.1 2012/12/28 03:24:28 ssuominen Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v 1.2 2013/01/01 15:39:57 ssuominen Exp $
31 +
32 +*xfce4-terminal-0.6.1 (01 Jan 2013)
33 +
34 + 01 Jan 2013; Samuli Suominen <ssuominen@g.o>
35 + +xfce4-terminal-0.6.1.ebuild:
36 + Version bump.
37
38 *xfce4-terminal-0.6.0 (28 Dec 2012)
39
40
41
42
43 1.1 x11-terms/xfce4-terminal/xfce4-terminal-0.6.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xfce4-terminal-0.6.1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.1.ebuild,v 1.1 2013/01/01 15:39:57 ssuominen Exp $
53
54 EAPI=5
55 inherit xfconf
56
57 DESCRIPTION="A terminal emulator for the Xfce desktop environment"
58 HOMEPAGE="http://www.xfce.org/projects/terminal/"
59 SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
64 IUSE="debug"
65
66 RDEPEND=">=dev-libs/glib-2.26
67 >=x11-libs/gtk+-2.24:2
68 x11-libs/libX11
69 >=x11-libs/vte-0.28:0
70 >=xfce-base/libxfce4ui-4.10"
71 DEPEND="${RDEPEND}
72 dev-libs/libxml2
73 dev-util/intltool
74 sys-devel/gettext
75 virtual/pkgconfig"
76
77 pkg_setup() {
78 XFCONF=(
79 $(xfconf_use_debug)
80 )
81
82 DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
83 }