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/pbs-python: pbs-python-2.9.4.ebuild Manifest metadata.xml ChangeLog
Date: Mon, 24 Mar 2008 22:23:06
Message-Id: E1Jdv3M-0005WQ-Nv@stork.gentoo.org
1 dberkholz 08/03/24 22:22:04
2
3 Added: pbs-python-2.9.4.ebuild Manifest metadata.xml
4 ChangeLog
5 Log:
6 Python bindings to the PBS C API.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.1 sys-cluster/pbs-python/pbs-python-2.9.4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pbs-python/pbs-python-2.9.4.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pbs-python/pbs-python-2.9.4.ebuild?rev=1.1&content-type=text/plain
14
15 Index: pbs-python-2.9.4.ebuild
16 ===================================================================
17 # Copyright 1999-2008 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/sys-cluster/pbs-python/pbs-python-2.9.4.ebuild,v 1.1 2008/03/24 22:22:04 dberkholz Exp $
20
21 inherit distutils
22
23 MY_P=${PN/-/_}-${PV}
24 DESCRIPTION="Python bindings to the PBS C API"
25 HOMEPAGE="https://subtrac.sara.nl/oss/pbs_python/"
26 SRC_URI="ftp://ftp.sara.nl/pub/outgoing/${MY_P}.tar.gz"
27 LICENSE="openpbs as-is"
28 SLOT="0"
29 KEYWORDS="~amd64"
30 IUSE=""
31 RDEPEND="virtual/pbs"
32 DEPEND="${RDEPEND}"
33 S=${WORKDIR}/${MY_P}
34
35 src_compile() {
36 econf || die
37 distutils_src_compile
38 }
39
40
41
42 1.1 sys-cluster/pbs-python/Manifest
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pbs-python/Manifest?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pbs-python/Manifest?rev=1.1&content-type=text/plain
46
47 Index: Manifest
48 ===================================================================
49 DIST pbs_python-2.9.4.tar.gz 90134 RMD160 58a8fb56b90ca7f30b46837bc3eda8e327e471ae SHA1 fd79803a9a900f73c85cb22877d50cc496db4aaa SHA256 a0d58c0186ff49f907ad72b9dfcfbbbd3f10d56883cfadc2221ff2ea93e3c4fb
50 EBUILD pbs-python-2.9.4.ebuild 493 RMD160 db56a56a783dcfc5e79be682cd74f5e380a2ee86 SHA1 f9537db5376a0e23f9d9a9486bd9bf05e6177eec SHA256 a81da89170779f3a444d57e0e6b8c8efa1b9588741b4644641a289d84d284f7f
51 MISC ChangeLog 291 RMD160 6fbf5d2e6ab7647fa06540d6b9e1fffb48430a2f SHA1 f3564928dd7b97edefd8ad4c3909349eff28f524 SHA256 4b8282aa70c42559712f7efe2ea196f54084141bea1ac6b9fd7c76842af1efa2
52 MISC metadata.xml 163 RMD160 ea1530cd45b9e04e8693261b9a94b5988e4b09a1 SHA1 443b7a3d8fb76c8d20647b165032ad358bfa3b6a SHA256 5a03bf3074b07158dffe793af69f7b0cd1e5c785537574713f9a7978032363a3
53
54
55
56 1.1 sys-cluster/pbs-python/metadata.xml
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pbs-python/metadata.xml?rev=1.1&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pbs-python/metadata.xml?rev=1.1&content-type=text/plain
60
61 Index: metadata.xml
62 ===================================================================
63 <?xml version="1.0" encoding="UTF-8"?>
64 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 <pkgmetadata>
66 <herd>hp-cluster</herd>
67 </pkgmetadata>
68
69
70
71 1.1 sys-cluster/pbs-python/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pbs-python/ChangeLog?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pbs-python/ChangeLog?rev=1.1&content-type=text/plain
75
76 Index: ChangeLog
77 ===================================================================
78 # ChangeLog for sys-cluster/pbs-python
79 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
80 # $Header: /var/cvsroot/gentoo-x86/sys-cluster/pbs-python/ChangeLog,v 1.1 2008/03/24 22:22:04 dberkholz Exp $
81
82 *pbs-python-2.9.4 (24 Mar 2008)
83
84 24 Mar 2008; Donnie Berkholz <dberkholz@g.o>; +metadata.xml,
85 +pbs-python-2.9.4.ebuild:
86 Python bindings to the PBS C API.
87
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list