Gentoo Archives: gentoo-dev

From: Christian Faulhammer <opfer@g.o>
To: gentoo-dev@l.g.o, pebenito@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-libs/libselinux: ChangeLog libselinux-1.34.14.ebuild
Date: Tue, 29 Jan 2008 15:16:23
Message-Id: 20080129161618.6d8ef08f@gentoo.org
1 Hi,
2
3 "Chris PeBenito (pebenito)" <pebenito@g.o>:
4 > pebenito 08/01/29 15:12:57
5 >
6 > Modified: ChangeLog
7 > Added: libselinux-1.34.14.ebuild
8 > Log:
9 > sys-apps/libselinux: new upstream bugfix release.
10 > (Portage version: 2.1.4)
11
12 > cd ${S}
13
14 > cat ${FILESDIR}/compat.py >> ${S}/src/selinux.py || die
15
16 > pkg_postinst() {
17 > python_version
18 > python_mod_optimize
19 > ${ROOT}usr/lib/python${PYVER}/site-packages }
20 >
21 > pkg_postrm() {
22 > python_version
23 > python_mod_cleanup ${ROOT}usr/lib/python${PYVER}/site-packages
24 > }
25
26 Those need quoting, too.
27
28 > src_install() {
29 > python_version
30 > make DESTDIR="${D}" PYLIBVER="python${PYVER}" install
31 > install-pywrap || die }
32
33 And the same question for emake. If it is not possible, please add a
34 comment about that fact.
35
36 V-Li
37
38 --
39 Christian Faulhammer, Gentoo Lisp project
40 <URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
41
42 <URL:http://www.faulhammer.org/>

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies