summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-physics/vgm: fix double KEYWORDSSam James2021-02-151-2/+1
| | | | | | | | | | Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* sci-physics/vgm: add Github as HOMEPAGEJoonas Niilola2021-01-212-6/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-physics/vgm: Bump to version 4.9.Oliver Freyermuth2021-01-214-3/+112
| | | | | | | | | | This also fixes issues with the test suite in the live ebuild. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Closes: https://github.com/gentoo/gentoo/pull/18966 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-physics/vgm: Remove oldJakov Smolic2021-01-203-151/+0
| | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* sci-physics/vgm: Add missing dependency on sci-physics/geant[gdml]Oliver Freyermuth2020-09-173-3/+12
| | | | | | | | | | | This is required only for sci-physics/vgm[test] since it is used by the test suite. Closes: https://bugs.gentoo.org/741648 Closes: https://github.com/gentoo/gentoo/pull/17511 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-141-4/+0
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-physics/vgm: Add amadio as maintainerOliver Freyermuth2020-05-201-1/+4
| | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/15410 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* sci-physics/vgm: Bump to version 4.8Oliver Freyermuth2020-05-205-5/+93
| | | | | | | | | | This adds c++11,c++14,c++17 flags and requires >=sci-physics/root-6.14 which also implements these switches. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* sci-physics/vgm: Adapt SRC_URI and drop *-linux keywordsOliver Freyermuth2020-05-203-9/+11
| | | | | | | | | Upstream has moved to GitHub and sci-physics/root has dropped *-linux from keywords. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* sci-physics/vgm: Drop oldOliver Freyermuth2020-05-203-162/+0
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* */*: Switch proxy-maint to cmake.eclassAndreas Sturmlechner2019-12-313-12/+12
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-physics/vgm: [QA] Fix missing trailing slashDavid Seifert2019-08-113-3/+3
| | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-physics/vgm: Version bump to 4.5.Oliver Freyermuth2019-07-182-0/+83
| | | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Closes: https://github.com/gentoo/gentoo/pull/12449 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-physics/vgm: Add patch for vgm-4.4, correct dependency.Oliver Freyermuth2019-07-183-3/+150
| | | | | | | | | | Patch needed to correctly find CLHEP on 17.1 profile, upstreamed. sci-physics/root now has c++11 to depend on. Revbump for EAPI bump. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-physics/vgm: Add missing dependency for test.Oliver Freyermuth2018-08-242-4/+8
| | | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10 Closes: https://github.com/gentoo/gentoo/pull/9677
* sci-physics/vgm: Release 4.4 does not yet support std=c++14.Oliver Freyermuth2018-08-231-1/+2
| | | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10 Closes: https://github.com/gentoo/gentoo/pull/9668
* sci-physics/vgm: Restrict test-suite to what upstream supports.Oliver Freyermuth2018-08-232-2/+8
| | | | | | Also, drop unused versionator inheritance. Package-Manager: Portage-2.3.48, Repoman-2.3.10
* sci-physics/vgm: new package.Oliver Freyermuth2018-02-204-0/+171
VGM (Virtual Geometry Model) is a geometry conversion tool, actually providing conversion between Geant4 and ROOT TGeo geometry models. Package-Manager: Portage-2.3.20, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6922