Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/revelation: revelation-0.4.11-r2.ebuild ChangeLog
Date: Thu, 07 Jan 2010 20:30:19
Message-Id: E1NSyzo-0000Hw-Uh@stork.gentoo.org
1 nyhm 10/01/07 20:30:16
2
3 Modified: revelation-0.4.11-r2.ebuild ChangeLog
4 Log:
5 Remove useless libtool file and static lib, bug #299096
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 x11-misc/revelation/revelation-0.4.11-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?r1=1.5&r2=1.6
14
15 Index: revelation-0.4.11-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- revelation-0.4.11-r2.ebuild 22 Apr 2009 19:48:52 -0000 1.5
22 +++ revelation-0.4.11-r2.ebuild 7 Jan 2010 20:30:16 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.5 2009/04/22 19:48:52 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.6 2010/01/07 20:30:16 nyhm Exp $
29
30 inherit autotools eutils multilib python gnome2
31
32 @@ -12,8 +12,7 @@
33 SLOT="0"
34 KEYWORDS="amd64 ppc x86"
35 IUSE=""
36 -
37 -RESTRICT=test
38 +RESTRICT="test"
39
40 DEPEND="dev-python/pygtk
41 dev-python/pycrypto
42 @@ -25,8 +24,6 @@
43 sys-libs/cracklib"
44 RDEPEND="${DEPEND}"
45
46 -DOCS="AUTHORS ChangeLog NEWS README TODO"
47 -
48 src_unpack() {
49 gnome2_src_unpack
50 ln -sf $(type -P true) py-compile
51 @@ -43,6 +40,13 @@
52 --disable-mime-update
53 }
54
55 +src_install() {
56 + DOCS="AUTHORS ChangeLog NEWS README TODO" \
57 + gnome2_src_install
58 + python_version
59 + rm -f "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}/crack.la
60 +}
61 +
62 pkg_postinst() {
63 gnome2_pkg_postinst
64 python_version
65
66
67
68 1.17 x11-misc/revelation/ChangeLog
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.17&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.17&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?r1=1.16&r2=1.17
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v
77 retrieving revision 1.16
78 retrieving revision 1.17
79 diff -u -r1.16 -r1.17
80 --- ChangeLog 22 Apr 2009 19:48:52 -0000 1.16
81 +++ ChangeLog 7 Jan 2010 20:30:16 -0000 1.17
82 @@ -1,6 +1,10 @@
83 # ChangeLog for x11-misc/revelation
84 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.16 2009/04/22 19:48:52 maekke Exp $
86 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
87 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.17 2010/01/07 20:30:16 nyhm Exp $
88 +
89 + 07 Jan 2010; Tristan Heaven <nyhm@g.o> revelation-0.4.11-r2.ebuild,
90 + files/revelation-0.4.11-build.patch:
91 + Remove useless libtool file and static lib, bug #299096
92
93 22 Apr 2009; Markus Meier <maekke@g.o> revelation-0.4.11-r2:
94 amd64 stable, bug #260038