diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-15 06:41:45 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-15 06:41:45 +0000 |
commit | 8e26aeaca2a19592a9eea3917f3139bfde8641f0 (patch) | |
tree | 3ddb856d2a1de70a5caf3b8f7737425b7f8b0796 /sci-physics/hepmc | |
parent | 6e1fc32629c46e29012a7e22b07085307d65ac96 (diff) |
gentoo auto-resync : 15:01:2025 - 06:41:45
Diffstat (limited to 'sci-physics/hepmc')
-rw-r--r-- | sci-physics/hepmc/Manifest | 2 | ||||
-rw-r--r-- | sci-physics/hepmc/metadata.xml | 62 |
2 files changed, 34 insertions, 30 deletions
diff --git a/sci-physics/hepmc/Manifest b/sci-physics/hepmc/Manifest index c6f111351e48..3c467b8686b4 100644 --- a/sci-physics/hepmc/Manifest +++ b/sci-physics/hepmc/Manifest @@ -10,4 +10,4 @@ EBUILD hepmc-3.2.7.ebuild 1441 BLAKE2B 10d31b17108b70871470fc4a02e6ad4bb66ce2813 EBUILD hepmc-3.3.0-r1.ebuild 1854 BLAKE2B 800b35050494a4daec081ea3fbcdab01d2ca85188d545daaa4dc31a26783671ce7a4752e1d1cf093b7f0308a2af7c9cd1b18c097a3f20a6bb5b19b1522726a38 SHA512 04a106d7b1739a7820de9e855f5d04f9772ca23a0a94d9c14e25bdee0dfc5e23d43a85f9682d6427d4f8c9713c26666a3270968230a98183fe0966eff27a10be EBUILD hepmc-3.3.0.ebuild 1428 BLAKE2B 7662171f943d8709838d2b52b8963d3112d78030e30bc27a24178a394ae73cf3cd68ba53a029327b3622a70040384d6b9c331a87926a6668e2fe0d78ac47d34a SHA512 a2bb830dbda33377c4983b692bedad9eab2e6d9438e3a1f8688819f945a69864c02962b21e48711b6ccbd5d0e15f7418374355e22b53019fb7ae63110ed4b8f3 EBUILD hepmc-9999.ebuild 1854 BLAKE2B 800b35050494a4daec081ea3fbcdab01d2ca85188d545daaa4dc31a26783671ce7a4752e1d1cf093b7f0308a2af7c9cd1b18c097a3f20a6bb5b19b1522726a38 SHA512 04a106d7b1739a7820de9e855f5d04f9772ca23a0a94d9c14e25bdee0dfc5e23d43a85f9682d6427d4f8c9713c26666a3270968230a98183fe0966eff27a10be -MISC metadata.xml 1600 BLAKE2B 10b28e9bbb93689a55d60e8af6ca44ea7764b8b309c4dfba81bb11d0ca2cd3aa30ee1df5b9a4a02bd649f64d7624885f10259f4d62c1bdb89b36fa7bb1da8baf SHA512 52c562ae75774076c652072aa1bfbefbbb3fcace04856fea14ce7265e6116bce7bc0fafa24e092cb848cdda980c489ade647ac056a6cd6cc8f077f26994454ae +MISC metadata.xml 1781 BLAKE2B cccdb7413e435e9815f9c2da3674af27532e3fd54375f33da59fe92e1b569a1efefdb4acacb3a799d5ed26c4dc2c550e634909095beaf7b13bf3e2698e864c56 SHA512 a7b1a7d2202ab6be45796478b077036b9614b2bc2d6fe99566120099462af27d9c1b2a73eb41dc95458950a79f5b6ba73dcd854843a5f35580b668bc50ac0bb3 diff --git a/sci-physics/hepmc/metadata.xml b/sci-physics/hepmc/metadata.xml index 3e4d21be3b79..8b67c3d2c7a9 100644 --- a/sci-physics/hepmc/metadata.xml +++ b/sci-physics/hepmc/metadata.xml @@ -1,33 +1,37 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person" proxied="yes"> - <email>alexander@neuwirth-informatik.de</email> - <name>Alexander Puck Neuwirth</name> -</maintainer> -<maintainer type="project" proxied="proxy"> - <email>sci-physics@gentoo.org</email> - <name>Gentoo Physics Project</name> -</maintainer> -<longdescription lang="en"> - The HepMC package is an object oriented event record written in C++ - for High Energy Physics Monte Carlo Generators. Many extensions from - HEPEVT, the Fortran HEP standard, are supported: the number of entries - is unlimited, spin density matrices can be stored with each vertex, - flow patterns (such as color) can be stored and traced, integers - representing random number generator states can be stored, and an - arbitrary number of event weights can be included. Particles and - vertices are kept separate in a graph structure, physically similar to - a physics event. The added information supports the modularisation of - event generators. The package has been kept as simple as possible with - minimal internal/external dependencies. Event information is accessed - by means of iterators supplied with the package. - - Reference: M. Dobbs and J.B. Hansen, Comput. Phys. Commun. 134 (2001)41. -</longdescription> -<use> - <flag name="gev">Build with GeV instead of default MeV for momentum units</flag> - <flag name="cm">Build with cm instead of default mm for length units</flag> - <flag name="root">Build with ROOTIO enabled</flag> -</use> + <maintainer type="person" proxied="yes"> + <email>alexander@neuwirth-informatik.de</email> + <name>Alexander Puck Neuwirth</name> + </maintainer> + <maintainer type="person" proxied="proxy"> + <email>nowa@gentoo.org</email> + <name>Nowa Ammerlaan</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>sci-physics@gentoo.org</email> + <name>Gentoo Physics Project</name> + </maintainer> + <longdescription lang="en"> + The HepMC package is an object oriented event record written in C++ + for High Energy Physics Monte Carlo Generators. Many extensions from + HEPEVT, the Fortran HEP standard, are supported: the number of entries + is unlimited, spin density matrices can be stored with each vertex, + flow patterns (such as color) can be stored and traced, integers + representing random number generator states can be stored, and an + arbitrary number of event weights can be included. Particles and + vertices are kept separate in a graph structure, physically similar to + a physics event. The added information supports the modularisation of + event generators. The package has been kept as simple as possible with + minimal internal/external dependencies. Event information is accessed + by means of iterators supplied with the package. + + Reference: M. Dobbs and J.B. Hansen, Comput. Phys. Commun. 134 (2001)41. + </longdescription> + <use> + <flag name="gev">Build with GeV instead of default MeV for momentum units</flag> + <flag name="cm">Build with cm instead of default mm for length units</flag> + <flag name="root">Build with ROOTIO enabled</flag> + </use> </pkgmetadata> |