Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/pdbmat: metadata.xml ChangeLog
Date: Wed, 21 Mar 2012 13:55:39
Message-Id: 20120321135528.87E442004B@flycatcher.gentoo.org
1 jlec 12/03/21 13:55:28
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Fix metadata.xml
6
7 (Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-chemistry/pdbmat/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdbmat/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdbmat/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdbmat/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdbmat/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 21 Mar 2012 13:47:43 -0000 1.1
23 +++ metadata.xml 21 Mar 2012 13:55:28 -0000 1.2
24 @@ -1,34 +1,24 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 -<!--
28 -$Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdbmat/metadata.xml,v 1.1 2012/03/21 13:47:43 jlec Exp $
29 -
30 -This is the example metadata file.
31 -The root element of this file is <pkgmetadata>. Within this element a
32 -number of subelements are allowed: herd, maintainer, and
33 -longdescription. herd is a required subelement.
34 -
35 -For a full description look at:
36 -http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
37 -
38 -
39 -Before committing, please remove the comments from this file. They are
40 -not relevant for general metadata.xml files.
41 --->
42 <pkgmetadata>
43 - <!-- <herd>some-herd</herd> -->
44 + <herd>sci-chemistry</herd>
45 <maintainer>
46 - <email>@gentoo.org</email>
47 - <!-- <description>Description of the maintainership</description> -->
48 + <email>jlec@g.o</email>
49 </maintainer>
50 - <!-- <longdescription>Long description of the package</longdescription> -->
51 - <!--
52 -<use>
53 - <flag name='flag'>Description of how USE='flag' affects this package</flag>
54 - <flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
55 - package</flag>
56 - <flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking.
57 - Requires an installed dictionary from <cat>app-dicts</cat></flag>
58 -</use>
59 --->
60 + <longdescription>
61 +A fortran program in which Tirion's model (also called the Elastic Network
62 +Model) is implemented. Within the frame of this model, atoms (particles)
63 +less than cutoff (angstroms) away from each others are linked by springs of
64 +same strength. Alternatively, a list of interacting atoms can be given to the
65 +program.
66 +Requirements: a file with the coordinates of the system, in PDB (Protein Data
67 +Bank) or "x y z mass" format.
68 +
69 +Output: the hessian (the mass-weighted second derivatives of energy matrix),
70 +in the "i j non-zero-ij-matrix-element" format.
71 +
72 +Diagstd, a fortran program with a standard diagonalization routine, can next
73 +be used in order to obtain the corresponding normal modes of the system. If
74 +the system is large, the RTB approximation can prove usefull (see below).
75 +</longdescription>
76 </pkgmetadata>
77
78
79
80 1.2 sci-chemistry/pdbmat/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdbmat/ChangeLog?rev=1.2&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdbmat/ChangeLog?rev=1.2&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdbmat/ChangeLog?r1=1.1&r2=1.2
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdbmat/ChangeLog,v
89 retrieving revision 1.1
90 retrieving revision 1.2
91 diff -u -r1.1 -r1.2
92 --- ChangeLog 21 Mar 2012 13:47:43 -0000 1.1
93 +++ ChangeLog 21 Mar 2012 13:55:28 -0000 1.2
94 @@ -1,6 +1,9 @@
95 # ChangeLog for sci-chemistry/pdbmat
96 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdbmat/ChangeLog,v 1.1 2012/03/21 13:47:43 jlec Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdbmat/ChangeLog,v 1.2 2012/03/21 13:55:28 jlec Exp $
99 +
100 + 21 Mar 2012; Justin Lecher <jlec@g.o> metadata.xml:
101 + Fix metadata.xml
102
103 *pdbmat-3.89 (21 Mar 2012)