Gentoo Archives: gentoo-commits

From: "Jason Zaman (perfinion)" <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/garcon: garcon-0.5.0-r2.ebuild ChangeLog
Date: Sat, 04 Jul 2015 13:03:58
Message-Id: 20150704130349.3EEB0751@oystercatcher.gentoo.org
1 perfinion 15/07/04 13:03:49
2
3 Modified: ChangeLog
4 Added: garcon-0.5.0-r2.ebuild
5 Log:
6 revbump to fix gtk-doc QA issue
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
9
10 Revision Changes Path
11 1.77 xfce-base/garcon/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/garcon/ChangeLog?rev=1.77&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/garcon/ChangeLog?rev=1.77&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/garcon/ChangeLog?r1=1.76&r2=1.77
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v
20 retrieving revision 1.76
21 retrieving revision 1.77
22 diff -u -r1.76 -r1.77
23 --- ChangeLog 1 Jul 2015 16:38:50 -0000 1.76
24 +++ ChangeLog 4 Jul 2015 13:03:49 -0000 1.77
25 @@ -1,6 +1,11 @@
26 # ChangeLog for xfce-base/garcon
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.76 2015/07/01 16:38:50 zlogene Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.77 2015/07/04 13:03:49 perfinion Exp $
30 +
31 +*garcon-0.5.0-r2 (04 Jul 2015)
32 +
33 + 04 Jul 2015; Jason Zaman <perfinion@g.o> +garcon-0.5.0-r2.ebuild:
34 + revbump to fix gtk-doc QA issue
35
36 01 Jul 2015; Mikle Kolyada <zlogene@g.o> garcon-0.5.0-r1.ebuild:
37 amd64 stable wrt bug #553500
38
39
40
41 1.1 xfce-base/garcon/garcon-0.5.0-r2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/garcon/garcon-0.5.0-r2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/garcon/garcon-0.5.0-r2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: garcon-0.5.0-r2.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.5.0-r2.ebuild,v 1.1 2015/07/04 13:03:49 perfinion Exp $
51
52 EAPI=5
53 inherit xfconf
54
55 DESCRIPTION="Xfce's freedesktop.org specification compatible menu implementation library"
56 HOMEPAGE="http://www.xfce.org/projects/libraries/"
57 SRC_URI="mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2"
58
59 LICENSE="LGPL-2 FDL-1.1"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
62 IUSE="debug"
63
64 RDEPEND=">=dev-libs/glib-2.30:=
65 >=x11-libs/gtk+-2.24:2=
66 >=x11-libs/gtk+-3.14:3=
67 >=xfce-base/libxfce4ui-4.11.1:=[gtk3(+)]
68 >=xfce-base/libxfce4util-4.11:="
69 DEPEND="${RDEPEND}
70 dev-util/intltool
71 sys-devel/gettext
72 virtual/pkgconfig"
73
74 pkg_setup() {
75 XFCONF=(
76 $(xfconf_use_debug)
77 )
78
79 DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
80 }