Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/revelation: revelation-0.4.14-r1.ebuild revelation-0.4.14.ebuild ChangeLog
Date: Sun, 22 Jun 2014 19:46:11
Message-Id: 20140622194607.47B7E2004E@flycatcher.gentoo.org
1 pacho 14/06/22 19:46:07
2
3 Modified: revelation-0.4.14.ebuild ChangeLog
4 Added: revelation-0.4.14-r1.ebuild
5 Log:
6 Disable applet support as it is for gnome2, port to new python eclasses.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.6 x11-misc/revelation/revelation-0.4.14.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.14.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.14.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.14.ebuild?r1=1.5&r2=1.6
16
17 Index: revelation-0.4.14.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.14.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- revelation-0.4.14.ebuild 25 Nov 2012 11:32:26 -0000 1.5
24 +++ revelation-0.4.14.ebuild 22 Jun 2014 19:46:07 -0000 1.6
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.14.ebuild,v 1.5 2012/11/25 11:32:26 tristan Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.14.ebuild,v 1.6 2014/06/22 19:46:07 pacho Exp $
31
32 EAPI=4
33
34 @@ -11,7 +11,7 @@
35
36 DESCRIPTION="A password manager for GNOME"
37 HOMEPAGE="http://revelation.olasagasti.info/"
38 -SRC_URI="https://bitbucket.org/erikg/revelation/downloads/${P}.tar.xz"
39 +SRC_URI="mirror://bitbucket/erikg/revelation/downloads/${P}.tar.xz"
40
41 LICENSE="GPL-2"
42 SLOT="0"
43
44
45
46 1.31 x11-misc/revelation/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.31&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.31&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/ChangeLog?r1=1.30&r2=1.31
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v
55 retrieving revision 1.30
56 retrieving revision 1.31
57 diff -u -r1.30 -r1.31
58 --- ChangeLog 25 Nov 2012 11:32:26 -0000 1.30
59 +++ ChangeLog 22 Jun 2014 19:46:07 -0000 1.31
60 @@ -1,6 +1,12 @@
61 # ChangeLog for x11-misc/revelation
62 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.30 2012/11/25 11:32:26 tristan Exp $
64 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.31 2014/06/22 19:46:07 pacho Exp $
66 +
67 +*revelation-0.4.14-r1 (22 Jun 2014)
68 +
69 + 22 Jun 2014; Pacho Ramos <pacho@g.o> +revelation-0.4.14-r1.ebuild,
70 + revelation-0.4.14.ebuild:
71 + Disable applet support as it is for gnome2, port to new python eclasses.
72
73 25 Nov 2012; Tristan Heaven <tristan@g.o> revelation-0.4.14.ebuild:
74 Depend on dbus-python, bug #444592
75 @@ -119,4 +125,3 @@
76 29 Dec 2006; Tristan Heaven <nyhm@g.o> +metadata.xml,
77 +revelation-0.4.7.ebuild:
78 Initial commit, bug #38809
79 -
80
81
82
83 1.1 x11-misc/revelation/revelation-0.4.14-r1.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.14-r1.ebuild?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.14-r1.ebuild?rev=1.1&content-type=text/plain
87
88 Index: revelation-0.4.14-r1.ebuild
89 ===================================================================
90 # Copyright 1999-2014 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 # $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.14-r1.ebuild,v 1.1 2014/06/22 19:46:06 pacho Exp $
93
94 EAPI=5
95 PYTHON_COMPAT=( python2_7 )
96 GCONF_DEBUG="no"
97
98 inherit python-single-r1 gnome2
99
100 DESCRIPTION="A password manager for GNOME"
101 HOMEPAGE="http://revelation.olasagasti.info/"
102 SRC_URI="mirror://bitbucket/erikg/revelation/downloads/${P}.tar.xz"
103
104 LICENSE="GPL-2"
105 SLOT="0"
106 KEYWORDS="~amd64 ~ppc ~x86"
107
108 IUSE=""
109 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
110
111 RESTRICT="test"
112
113 RDEPEND="${PYTHON_DEPS}
114 dev-python/pygtk[${PYTHON_USEDEP}]
115 dev-python/pycrypto[${PYTHON_USEDEP}]
116 dev-python/gconf-python[${PYTHON_USEDEP}]
117 dev-python/libgnome-python[${PYTHON_USEDEP}]
118 dev-python/dbus-python[${PYTHON_USEDEP}]
119 sys-libs/cracklib[python,${PYTHON_USEDEP}]
120 "
121
122 DEPEND="${RDEPEND}"
123
124 src_configure() {
125 gnome2_src_configure \
126 --without-applet \
127 --disable-desktop-update \
128 --disable-mime-update
129 }
130
131 src_install() {
132 gnome2_src_install
133 python_fix_shebang "${ED}"
134 }