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/geant-vmc: Remove oldJakov Smolic2021-01-202-93/+0
| | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* sci-physics/geant-vmc: sync live ebuildJoonas Niilola2021-01-171-5/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-physics/geant-vmc: ebuild enhancement for 4.5.3Joonas Niilola2021-01-171-5/+4
| | | | | | | | - add BDEPEND, - remove KEYWORDS line from 9999 if-block, - update HOMEPAGE. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-physics/geant-vmc: Drop oldest version.Oliver Freyermuth2021-01-173-112/+0
| | | | | | | | | This also gets rid of the last patch. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Closes: https://github.com/gentoo/gentoo/pull/18736 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-physics/geant-vmc: Version bump to 4.5.3.Oliver Freyermuth2021-01-172-0/+93
| | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-physics/geant-vmc: Version bump to 4.5.1_p1Oliver Freyermuth2020-05-204-20/+124
| | | | | | | | | | | New version is now compatible with sci-physics/vmc. Closes: https://github.com/gentoo/gentoo/pull/15631 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --force Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* sci-physics/geant-vmc: Drop old versionsMatt Turner2020-03-163-179/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Switch proxy-maint to cmake.eclassAndreas Sturmlechner2019-12-313-12/+12
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-physics/geant-vmc: [QA] Fix MissingTestRestrictMichał Górny2019-12-121-1/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-physics/geant-vmc: Add patch to honour cflags.Oliver Freyermuth2019-07-182-0/+18
| | | | | | | 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/12451 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-physics/geant-vmc: Fixes for test suite.Oliver Freyermuth2019-07-182-3/+9
| | | | | | | | | This works around issues either already fixed in upstream master or in pending PRs. 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/geant-vmc: Version bump to 4.4.0.Oliver Freyermuth2019-07-182-0/+89
| | | | | | | | Compatible with latest sci-physics/geant. 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/geant-vmc: Ebuild fixes and updates.Oliver Freyermuth2019-07-182-8/+97
| | | | | | | | | | | | - Bump to EAPI 7 (revbump). - Block >=sci-physics/geant-4.10.05 for =geant-vmc-4.3.6. - Correct dependency on sci-physics/root[c++11]. - Add missing dependency on sci-physics/root[vmc]. 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/geant-vmc: new package.Oliver Freyermuth2018-08-234-0/+198
Geant4 VMC represents the realisation of the Virtual Monte Carlo (VMC) for Geant4. Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --force