Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-daap: ChangeLog python-daap-0.7.1.ebuild python-daap-0.7.ebuild
Date: Tue, 27 May 2008 15:06:00
Message-Id: E1K10kM-0003iX-7y@stork.gentoo.org
1 drac 08/05/27 15:05:54
2
3 Modified: ChangeLog
4 Added: python-daap-0.7.1.ebuild
5 Removed: python-daap-0.7.ebuild
6 Log:
7 Version bump wrt #223327 by Christophe Thil.
8 (Portage version: 2.1.5.2)
9
10 Revision Changes Path
11 1.2 dev-python/python-daap/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-daap/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-daap/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-daap/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-daap/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 8 Jul 2007 18:07:50 -0000 1.1
24 +++ ChangeLog 27 May 2008 15:05:53 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/python-daap
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daap/ChangeLog,v 1.1 2007/07/08 18:07:50 drac Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daap/ChangeLog,v 1.2 2008/05/27 15:05:53 drac Exp $
31 +
32 +*python-daap-0.7.1 (27 May 2008)
33 +
34 + 27 May 2008; Samuli Suominen <drac@g.o> -python-daap-0.7.ebuild,
35 + +python-daap-0.7.1.ebuild:
36 + Version bump wrt #223327 by Christophe Thil.
37
38 *python-daap-0.7 (08 Jul 2007)
39
40
41
42
43 1.1 dev-python/python-daap/python-daap-0.7.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-daap/python-daap-0.7.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-daap/python-daap-0.7.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: python-daap-0.7.1.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-daap/python-daap-0.7.1.ebuild,v 1.1 2008/05/27 15:05:53 drac Exp $
53
54 NEED_PYTHON=2.4
55
56 inherit distutils multilib python
57
58 MY_P=PythonDaap-${PV}
59
60 DESCRIPTION="PyDaap is a DAAP client implemented in Python, based on PyTunes"
61 HOMEPAGE="http://jerakeen.org/code/pythondaap"
62 SRC_URI="http://jerakeen.org/files/${MY_P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="examples"
68
69 S=${WORKDIR}/${MY_P}
70
71 src_install() {
72 distutils_src_install
73
74 if use examples; then
75 insinto /usr/share/doc/${PF}
76 doins -r examples
77 fi
78 }
79
80 pkg_postinst() {
81 python_version
82 python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages
83 }
84
85 pkg_postrm() {
86 python_version
87 python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages
88 }
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list