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-dict: xfce4-dict-0.7.1.ebuild ChangeLog
Date: Sat, 28 Mar 2015 20:46:46
Message-Id: 20150328204641.BD1AB14BAF@oystercatcher.gentoo.org
1 mgorny 15/03/28 20:46:41
2
3 Modified: ChangeLog
4 Added: xfce4-dict-0.7.1.ebuild
5 Log:
6 Version bump with a lot of fixes.
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.55 xfce-extra/xfce4-dict/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.55&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.55&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?r1=1.54&r2=1.55
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v
20 retrieving revision 1.54
21 retrieving revision 1.55
22 diff -u -r1.54 -r1.55
23 --- ChangeLog 28 Nov 2012 12:20:54 -0000 1.54
24 +++ ChangeLog 28 Mar 2015 20:46:41 -0000 1.55
25 @@ -1,6 +1,11 @@
26 # ChangeLog for xfce-extra/xfce4-dict
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.54 2012/11/28 12:20:54 ssuominen Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.55 2015/03/28 20:46:41 mgorny Exp $
31 +
32 +*xfce4-dict-0.7.1 (28 Mar 2015)
33 +
34 + 28 Mar 2015; Michał Górny <mgorny@g.o> +xfce4-dict-0.7.1.ebuild:
35 + Version bump with a lot of fixes.
36
37 28 Nov 2012; Samuli Suominen <ssuominen@g.o> xfce4-dict-0.6.0.ebuild:
38 EAPI5
39 @@ -198,4 +203,3 @@
40 +xfce4-dict-0.2.1.ebuild:
41 Initial import. Ebuild originally by Sideris Michael <msid@×××××××.gr> on
42 bug #157561.
43 -
44
45
46
47 1.1 xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: xfce4-dict-0.7.1.ebuild
53 ===================================================================
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild,v 1.1 2015/03/28 20:46:41 mgorny Exp $
57
58 EAPI=5
59 EAUTORECONF=yes
60 inherit multilib xfconf
61
62 DESCRIPTION="A dict.org querying application and panel plug-in for the Xfce desktop"
63 HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-dict"
64 SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
69 IUSE=""
70
71 RDEPEND=">=dev-libs/glib-2.24:=
72 >=x11-libs/gtk+-2.20:2=
73 >=xfce-base/libxfce4util-4.10:=
74 >=xfce-base/libxfcegui4-4.10:=
75 >=xfce-base/xfce4-panel-4.10:="
76 DEPEND="${RDEPEND}
77 dev-util/intltool
78 virtual/pkgconfig"
79
80 pkg_setup() {
81 XFCONF=(
82 --libexecdir="${EPREFIX}"/usr/$(get_libdir)
83 )
84
85 DOCS=( AUTHORS ChangeLog README )
86 }