Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/pypvm: metadata.xml Manifest pypvm-0.94.ebuild ChangeLog
Date: Mon, 24 Mar 2008 22:20:33
Message-Id: E1Jdv1q-0005T1-Nh@stork.gentoo.org
1 dberkholz 08/03/24 22:20:30
2
3 Added: metadata.xml Manifest pypvm-0.94.ebuild ChangeLog
4 Log:
5 Python module that allows interaction with the Parallel Virtual Machine (PVM) package.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 sys-cluster/pypvm/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pypvm/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pypvm/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>hp-cluster</herd>
20 </pkgmetadata>
21
22
23
24 1.1 sys-cluster/pypvm/Manifest
25
26 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pypvm/Manifest?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pypvm/Manifest?rev=1.1&content-type=text/plain
28
29 Index: Manifest
30 ===================================================================
31 DIST pypvm-0.94.tar.gz 119658 RMD160 7bfceb85b4b6aa25b918c5e52547f5433875362c SHA1 ac05281ca3ec1574c6a33d64d7d595487658b931 SHA256 2c8492803a82ed830bc6fef5261e3fc39fa875762aa469ea16cdcfa6e16378c3
32 EBUILD pypvm-0.94.ebuild 743 RMD160 aa96ab8c01085f777215ff73d4fe80d6041bee29 SHA1 a4f97a1dab2f43afcad76f83931a6d1d3f116642 SHA256 41512396a1a8235c7ef2134611b8154607d158b83a017442b5b810474d38191a
33 MISC ChangeLog 329 RMD160 1022aa66ebfdb29f9796e5f50d0c6225d3104004 SHA1 4b98d540ccdd971829621dba2420a6e7feb82a5f SHA256 0077067d112c4b65a1e1390aece4c84e8bbdbb4aea4d8bf4ba91f4f0aff1677f
34 MISC metadata.xml 163 RMD160 ea1530cd45b9e04e8693261b9a94b5988e4b09a1 SHA1 443b7a3d8fb76c8d20647b165032ad358bfa3b6a SHA256 5a03bf3074b07158dffe793af69f7b0cd1e5c785537574713f9a7978032363a3
35
36
37
38 1.1 sys-cluster/pypvm/pypvm-0.94.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pypvm/pypvm-0.94.ebuild?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pypvm/pypvm-0.94.ebuild?rev=1.1&content-type=text/plain
42
43 Index: pypvm-0.94.ebuild
44 ===================================================================
45 # Copyright 1999-2008 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Header: /var/cvsroot/gentoo-x86/sys-cluster/pypvm/pypvm-0.94.ebuild,v 1.1 2008/03/24 22:20:30 dberkholz Exp $
48
49 inherit distutils multilib
50
51 DESCRIPTION="Python module that allows interaction with the Parallel Virtual Machine (PVM) package"
52 HOMEPAGE="http://pypvm.sourceforge.net/"
53 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
54 LICENSE="GPL-2"
55 SLOT="0"
56 KEYWORDS="~amd64"
57 IUSE=""
58 RDEPEND="sys-cluster/pvm"
59 DEPEND="${RDEPEND}"
60
61 src_compile() {
62 local PVM_PREFIX="/usr/share/pvm3/"
63 local PVM_OS
64 case $(get_libdir) in
65 lib64) PVM_OS="LINUX64" ;;
66 lib) PVM_OS="LINUX" ;;
67 esac
68
69 ${python} setup.py build_ext \
70 --include-dirs ${PVM_PREFIX}/include \
71 --library-dirs ${PVM_PREFIX}/lib/${PVM_OS} \
72 || die
73 distutils_src_compile
74 }
75
76
77
78 1.1 sys-cluster/pypvm/ChangeLog
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pypvm/ChangeLog?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pypvm/ChangeLog?rev=1.1&content-type=text/plain
82
83 Index: ChangeLog
84 ===================================================================
85 # ChangeLog for sys-cluster/pypvm
86 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
87 # $Header: /var/cvsroot/gentoo-x86/sys-cluster/pypvm/ChangeLog,v 1.1 2008/03/24 22:20:30 dberkholz Exp $
88
89 *pypvm-0.94 (24 Mar 2008)
90
91 24 Mar 2008; Donnie Berkholz <dberkholz@g.o>; +metadata.xml,
92 +pypvm-0.94.ebuild:
93 Python module that allows interaction with the Parallel Virtual Machine
94 (PVM) package.
95
96
97
98
99 --
100 gentoo-commits@l.g.o mailing list