Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-verve-plugin: xfce4-verve-plugin-1.1.0.ebuild ChangeLog
Date: Fri, 24 Jul 2015 20:54:48
Message-Id: 20150724205435.E57E8B9@oystercatcher.gentoo.org
1 mgorny 15/07/24 20:54:35
2
3 Modified: ChangeLog
4 Added: xfce4-verve-plugin-1.1.0.ebuild
5 Log:
6 Version bump with new features.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.24 xfce-extra/xfce4-verve-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-verve-plugin/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-verve-plugin/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-verve-plugin/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-verve-plugin/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 19 Jul 2015 12:40:03 -0000 1.23
24 +++ ChangeLog 24 Jul 2015 20:54:35 -0000 1.24
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-verve-plugin
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-verve-plugin/ChangeLog,v 1.23 2015/07/19 12:40:03 klausman Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-verve-plugin/ChangeLog,v 1.24 2015/07/24 20:54:35 mgorny Exp $
30 +
31 +*xfce4-verve-plugin-1.1.0 (24 Jul 2015)
32 +
33 + 24 Jul 2015; Michał Górny <mgorny@g.o>
34 + +xfce4-verve-plugin-1.1.0.ebuild:
35 + Version bump with new features.
36
37 19 Jul 2015; Tobias Klausmann <klausman@g.o>
38 xfce4-verve-plugin-1.0.1.ebuild:
39
40
41
42 1.1 xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfce4-verve-plugin-1.1.0.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild,v 1.1 2015/07/24 20:54:35 mgorny Exp $
52
53 EAPI=5
54 inherit multilib xfconf
55
56 DESCRIPTION="A comfortable command line plugin for the Xfce panel"
57 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin"
58 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
63 IUSE="dbus"
64
65 RDEPEND=">=xfce-base/exo-0.6:=
66 >=xfce-base/libxfce4util-4.8:=
67 >=xfce-base/libxfcegui4-4.8:=
68 >=xfce-base/xfce4-panel-4.8:=
69 dev-libs/glib:2=
70 >=dev-libs/libpcre-5:=
71 dbus? ( >=dev-libs/dbus-glib-0.98:= )"
72 DEPEND="${RDEPEND}
73 dev-util/intltool
74 virtual/pkgconfig"
75
76 pkg_setup() {
77 XFCONF=(
78 --libexecdir="${EPREFIX}"/usr/$(get_libdir)
79 $(use_enable dbus)
80 )
81
82 DOCS=( AUTHORS ChangeLog NEWS README THANKS )
83 }