Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/eiciel: eiciel-0.9.8.2.ebuild ChangeLog
Date: Sun, 09 Feb 2014 13:17:18
Message-Id: 20140209131715.4F5AF2004C@flycatcher.gentoo.org
1 pacho 14/02/09 13:17:15
2
3 Modified: ChangeLog
4 Added: eiciel-0.9.8.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.8 gnome-extra/eiciel/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/eiciel/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/eiciel/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/eiciel/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/eiciel/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 8 Dec 2013 18:42:08 -0000 1.7
24 +++ ChangeLog 9 Feb 2014 13:17:15 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-extra/eiciel
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/eiciel/ChangeLog,v 1.7 2013/12/08 18:42:08 pacho Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/eiciel/ChangeLog,v 1.8 2014/02/09 13:17:15 pacho Exp $
31 +
32 +*eiciel-0.9.8.2 (09 Feb 2014)
33 +
34 + 09 Feb 2014; Pacho Ramos <pacho@g.o> +eiciel-0.9.8.2.ebuild:
35 + Version bump
36
37 08 Dec 2013; Pacho Ramos <pacho@g.o> eiciel-0.9.8.1.ebuild:
38 x86 stable, bug #478252
39
40
41
42 1.1 gnome-extra/eiciel/eiciel-0.9.8.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/eiciel/eiciel-0.9.8.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/eiciel/eiciel-0.9.8.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: eiciel-0.9.8.2.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/eiciel/eiciel-0.9.8.2.ebuild,v 1.1 2014/02/09 13:17:15 pacho Exp $
52
53 EAPI=5
54 GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56
57 inherit gnome2
58
59 DESCRIPTION="ACL editor for GNOME, with Nautilus extension"
60 HOMEPAGE="http://rofi.roger-ferrer.org/eiciel/"
61 SRC_URI="http://rofi.roger-ferrer.org/eiciel/download/${P}.tar.bz2"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="xattr"
67
68 RDEPEND="
69 >=sys-apps/acl-2.2.32
70 >=dev-cpp/gtkmm-3:3.0
71 >=gnome-base/nautilus-3
72 "
73 DEPEND="${RDEPEND}
74 virtual/pkgconfig
75 >=sys-devel/gettext-0.18.1
76 "
77
78 src_configure() {
79 gnome2_src_configure \
80 --disable-static \
81 --with-gnome-version=3 \
82 $(use_enable xattr user-attributes)
83 }