Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/getmail: getmail-4.9.1.ebuild ChangeLog
Date: Tue, 02 Jun 2009 09:09:30
Message-Id: E1MBPzr-0000lR-IH@stork.gentoo.org
1 tove 09/06/02 09:09:27
2
3 Modified: getmail-4.9.1.ebuild ChangeLog
4 Log:
5 Cleanup. Remove the getmail-3 conditional code.
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 net-mail/getmail/getmail-4.9.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild?r1=1.1&r2=1.2
14
15 Index: getmail-4.9.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- getmail-4.9.1.ebuild 2 Jun 2009 08:37:22 -0000 1.1
22 +++ getmail-4.9.1.ebuild 2 Jun 2009 09:09:27 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v 1.1 2009/06/02 08:37:22 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v 1.2 2009/06/02 09:09:27 tove Exp $
28
29 inherit distutils
30
31 @@ -16,27 +16,11 @@
32 DEPEND=">=dev-lang/python-2.3.3"
33 RDEPEND="${DEPEND}"
34
35 -src_unpack() {
36 - unpack ${A}
37 - cd "${S}"
38 -
39 - # getmail.spec is missing due to upstream packaging mistake
40 - sed -i -e '/getmail.spec/d' setup.py || die
41 -}
42 -
43 -src_compile() {
44 - distutils_src_compile
45 -}
46 +PYTHON_MODNAME=getmailcore
47
48 src_install() {
49 distutils_src_install
50
51 - if has_version "=net-mail/getmail-3*" ; then
52 - mv "${D}"/usr/bin/getmail "${D}"/usr/bin/getmail4
53 - mv "${D}"/usr/bin/getmail_maildir "${D}"/usr/bin/getmail_maildir4
54 - mv "${D}"/usr/bin/getmail_mbox "${D}"/usr/bin/getmail_mbox4
55 - fi
56 -
57 # handle docs the gentoo way
58 rm "${D}"/usr/share/doc/${P}/COPYING
59 if [ ${P} != ${PF} ]; then
60 @@ -46,21 +30,3 @@
61 dodir /usr/share/doc/${PF}/html
62 mv "${D}"/usr/share/doc/${PF}/*.html "${D}"/usr/share/doc/${PF}/*.css "${D}"/usr/share/doc/${PF}/html
63 }
64 -
65 -pkg_postinst() {
66 - python_version
67 - python_mod_optimize /usr/lib/python${PYVER}/site-packages/getmailcore
68 -
69 - if has_version "=net-mail/getmail-3*" ; then
70 - echo
71 - ewarn "An already installed instance of getmail v3 was detected. In order to"
72 - ewarn "co-exist with it the three main scripts of getmail v4 were renamed to"
73 - ewarn "getmail4, getmail_maildir4, getmail_mbox4."
74 - echo
75 - fi
76 -}
77 -
78 -pkg_postrm() {
79 - python_version
80 - python_mod_cleanup
81 -}
82
83
84
85 1.164 net-mail/getmail/ChangeLog
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.164&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.164&content-type=text/plain
89 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/ChangeLog?r1=1.163&r2=1.164
90
91 Index: ChangeLog
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
94 retrieving revision 1.163
95 retrieving revision 1.164
96 diff -u -r1.163 -r1.164
97 --- ChangeLog 2 Jun 2009 08:37:22 -0000 1.163
98 +++ ChangeLog 2 Jun 2009 09:09:27 -0000 1.164
99 @@ -1,6 +1,9 @@
100 # ChangeLog for net-mail/getmail
101 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
102 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.163 2009/06/02 08:37:22 tove Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.164 2009/06/02 09:09:27 tove Exp $
104 +
105 + 02 Jun 2009; Torsten Veller <tove@g.o> getmail-4.9.1.ebuild:
106 + Remove the getmail-3 conditional code.
107
108 *getmail-4.9.1 (02 Jun 2009)