Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/docutils: docutils-0.9.1.ebuild ChangeLog
Date: Fri, 24 Aug 2012 18:35:16
Message-Id: 20120824183507.07FE8205DA@flycatcher.gentoo.org
1 floppym 12/08/24 18:35:06
2
3 Modified: docutils-0.9.1.ebuild ChangeLog
4 Log:
5 Call die if pkg_preinst is not removed on the next bump.
6
7 (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/docutils/docutils-0.9.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/docutils/docutils-0.9.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/docutils/docutils-0.9.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/docutils/docutils-0.9.1.ebuild?r1=1.2&r2=1.3
15
16 Index: docutils-0.9.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.9.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- docutils-0.9.1.ebuild 24 Aug 2012 18:24:40 -0000 1.2
23 +++ docutils-0.9.1.ebuild 24 Aug 2012 18:35:06 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.9.1.ebuild,v 1.2 2012/08/24 18:24:40 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.9.1.ebuild,v 1.3 2012/08/24 18:35:06 floppym Exp $
29
30 EAPI="4"
31 SUPPORT_PYTHON_ABIS="1"
32 @@ -104,6 +104,7 @@
33
34 pkg_preinst() {
35 # Remove egg-info directory left over from setuptools.
36 + [[ ${PV} == 0.9.1 ]] || die "pkg_preinst no longer needed"
37 remove_egg_info() {
38 local lv="$(python_get_version --language)"
39 local sitedir="$(python_get_sitedir --base-path)"
40
41
42
43 1.156 dev-python/docutils/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/docutils/ChangeLog?rev=1.156&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/docutils/ChangeLog?rev=1.156&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/docutils/ChangeLog?r1=1.155&r2=1.156
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/docutils/ChangeLog,v
52 retrieving revision 1.155
53 retrieving revision 1.156
54 diff -u -r1.155 -r1.156
55 --- ChangeLog 24 Aug 2012 18:24:40 -0000 1.155
56 +++ ChangeLog 24 Aug 2012 18:35:06 -0000 1.156
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-python/docutils
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/ChangeLog,v 1.155 2012/08/24 18:24:40 floppym Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/ChangeLog,v 1.156 2012/08/24 18:35:06 floppym Exp $
62 +
63 + 24 Aug 2012; Mike Gilbert <floppym@g.o> docutils-0.9.1.ebuild:
64 + Call die if pkg_preinst is not removed on the next bump.
65
66 24 Aug 2012; Mike Gilbert <floppym@g.o> docutils-0.9.1.ebuild:
67 Remove unneeded setuptools. Please drop pkg_preinst on the next version bump.