summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-visualization/visit: Drop 2.12.3 (r0)Andreas Sturmlechner2018-06-251-113/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sci-visualization/visit: missing || dieAndreas Sturmlechner2018-06-251-1/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sci-visualization/visit: Add missing Qt5 depsAndreas Sturmlechner2018-06-251-0/+8
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sci-visualization/visit: Fix Qt5 libdir using qmake-utilsAndreas Sturmlechner2018-06-251-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sci-visualization/visit: Sort DEPENDsAndreas Sturmlechner2018-06-251-7/+7
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sci-visualization/visit: EAPI-6 bump, set x11-libs/qwt:6[qt5(+)]Andreas Sturmlechner2018-06-259-34/+144
| | | | | Bug: https://bugs.gentoo.org/657952 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sci-visualization: Update Manifest hashes.Ulrich Müller2017-12-101-1/+1
|
* sci-visualization/visit: updated manifestSlawomir Lis2017-11-171-1/+1
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6
* sci-visualization/visit: pin dev-qt/qtx11extras to slot 5Michael Palimaka2017-09-211-1/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sci-visualization/visit: remove unused patchesMichael Mair-Keimberger2017-09-0231-1227/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/5576
* sci-visualization/visit: drop oldSlawomir Lis2017-08-302-108/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sci-visualization/visit: dropped old versionsSlawomir Lis2017-08-305-394/+0
| | | | | | | | Dropped: 2.7.3 2.8.2 2.9.0 2.9.2 2.10.3 Bug report: 624196 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sci-visualization/visit: added dev-qt/qtx11extras dependencySlawomir Lis2017-08-161-0/+1
| | | | | | Fixing bug: 627306 Package-Manager: Portage-2.3.7, Repoman-2.3.3
* sci-visualization/visit: fixed problem with building - qwt with qt5Slawomir Lis2017-08-141-1/+1
| | | | | | Bug #626734 Package-Manager: Portage-2.3.6, Repoman-2.3.3
* sci-visualization/visit: version bump to 2.12.3Slawomir Lis2017-07-1210-0/+394
| | | | | | Reported in bug 624196 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sci-visualization/visit: Added support for xdmf2 formatSlawomir Lis2017-06-052-4/+12
| | | | | | | Reported in bug #617466 Reported-By: dariusz.patryk.wojcik@gmail.com Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-285-5/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sci-visualization/visit: version bump to 2.10.3Slawomir Lis2016-07-279-0/+371
| | | | | | Reported-by: Andreas Schäfer <gentryx@gmx.de> Package-Manager: portage-2.3.0_rc1
* updated visit patchset (#582598)Slawomir Lis2016-05-157-0/+267
| | | | Package-Manager: portage-2.2.28
* version bump + #582598Slawomir Lis2016-05-132-0/+104
| | | | Package-Manager: portage-2.2.28
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+1
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0822-0/+1006
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed