Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/compizconfig-python: compizconfig-python-0.7.8.ebuild ChangeLog
Date: Mon, 27 Oct 2008 22:42:40
Message-Id: E1KuanG-0008KN-7B@stork.gentoo.org
1 jmbsvicetto 08/10/27 22:42:38
2
3 Modified: compizconfig-python-0.7.8.ebuild ChangeLog
4 Log:
5 Removed the bug reporting warning that was copied from the desktop-effects overlay by mistake.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/compizconfig-python/compizconfig-python-0.7.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.7.8.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.7.8.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.7.8.ebuild?r1=1.1&r2=1.2
14
15 Index: compizconfig-python-0.7.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.7.8.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- compizconfig-python-0.7.8.ebuild 27 Oct 2008 01:04:33 -0000 1.1
22 +++ compizconfig-python-0.7.8.ebuild 27 Oct 2008 22:42:38 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.7.8.ebuild,v 1.1 2008/10/27 01:04:33 jmbsvicetto Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.7.8.ebuild,v 1.2 2008/10/27 22:42:38 jmbsvicetto Exp $
28
29 DESCRIPTION="Compizconfig Python Bindings"
30 HOMEPAGE="http://compiz-fusion.org"
31 @@ -21,9 +21,3 @@
32 src_install() {
33 emake DESTDIR="${D}" install || die "emake install failed"
34 }
35 -
36 -pkg_postinst() {
37 - ewarn "DO NOT report bugs to Gentoo's bugzilla"
38 - einfo "Please report all bugs to #gentoo-desktop-effects"
39 - einfo "Thank you on behalf of the Gentoo Desktop-Effects team"
40 -}
41
42
43
44 1.6 dev-python/compizconfig-python/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/ChangeLog?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/ChangeLog?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/ChangeLog?r1=1.5&r2=1.6
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- ChangeLog 27 Oct 2008 01:04:33 -0000 1.5
57 +++ ChangeLog 27 Oct 2008 22:42:38 -0000 1.6
58 @@ -1,6 +1,11 @@
59 # ChangeLog for dev-python/compizconfig-python
60 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v 1.5 2008/10/27 01:04:33 jmbsvicetto Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v 1.6 2008/10/27 22:42:38 jmbsvicetto Exp $
63 +
64 + 27 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
65 + compizconfig-python-0.7.8.ebuild:
66 + Removed the bug reporting warning that was copied from the desktop-effects
67 + overlay by mistake.
68
69 *compizconfig-python-0.7.8 (27 Oct 2008)