Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-dict: xfce4-dict-0.6.0.ebuild ChangeLog
Date: Thu, 31 Dec 2009 16:05:04
Message-Id: E1NQNWD-0000wj-W4@stork.gentoo.org
1 darkside 09/12/31 16:04:57
2
3 Modified: ChangeLog
4 Added: xfce4-dict-0.6.0.ebuild
5 Log:
6 Version bump, reworked search results and new speed reader dialog
7 (Portage version: 2.1.7.16/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.43 xfce-extra/xfce4-dict/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 8 Oct 2009 17:32:05 -0000 1.42
23 +++ ChangeLog 31 Dec 2009 16:04:57 -0000 1.43
24 @@ -1,6 +1,11 @@
25 # ChangeLog for xfce-extra/xfce4-dict
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.42 2009/10/08 17:32:05 darkside Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.43 2009/12/31 16:04:57 darkside Exp $
29 +
30 +*xfce4-dict-0.6.0 (31 Dec 2009)
31 +
32 + 31 Dec 2009; Jeremy Olexa <darkside@g.o> +xfce4-dict-0.6.0.ebuild:
33 + Version bump, reworked search results and new speed reader dialog
34
35 08 Oct 2009; Jeremy Olexa <darkside@g.o> xfce4-dict-0.5.3.ebuild:
36 add prefix keywords - migrate from Gentoo Prefix
37
38
39
40 1.1 xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: xfce4-dict-0.6.0.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild,v 1.1 2009/12/31 16:04:57 darkside Exp $
50
51 EAPI=2
52 inherit xfconf
53
54 DESCRIPTION="plugin and stand-alone application to query dict.org"
55 HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-dict "
56 SRC_URI="mirror://xfce/src/apps/${PN}/0.6/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
61 IUSE="debug"
62
63 RDEPEND=">=dev-libs/glib-2.6:2
64 >=x11-libs/gtk+-2.6:2
65 >=xfce-base/libxfcegui4-4.4
66 >=xfce-base/libxfce4util-4.4
67 >=xfce-base/xfce4-panel-4.4"
68 DEPEND="${RDEPEND}
69 dev-util/intltool
70 dev-util/pkgconfig"
71
72 pkg_setup() {
73 DOCS="AUTHORS ChangeLog README"
74 XFCONF="--disable-dependency-tracking
75 $(use_enable debug)"
76 }