summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move {app-doc → app-text}/doxygenMichał Górny2024-01-121-2/+2
| | | | | | | | Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/use.desc: Make USE=cuda globalMichał Górny2023-12-261-3/+0
| | | | | | | | Add a global USE=cuda. It is used semi-consistently in 39 packages. Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34348 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/use.desc: Make USE=opencl globalMichał Górny2023-12-181-3/+0
| | | | | | | | Add a global USE=opencl flag. The flag is used consistently in 30 packages, and most of them do not provide any additional information worth preserving. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: 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-libs/libgeodecomp: Fix build with OpenCV enabledKurt Kanzenbach2020-12-292-1/+190
| | | | | | | | Closes: https://bugs.gentoo.org/762196 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/18850 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/libgeodecomp: Drop oldKurt Kanzenbach2020-10-313-375/+0
| | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/libgeodecomp: Bump version to v0.5.0_pre20201009Kurt Kanzenbach2020-10-313-0/+375
| | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/libgeodecomp: tidy ebuild for 0.5Joonas Niilola2020-04-211-3/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/libgeodecomp: Drop oldKurt Kanzenbach2020-04-216-690/+0
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/15443 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/libgeodecomp: Bump version to 0.5-pre20200420Kurt Kanzenbach2020-04-213-0/+374
| | | | | | | | That version contains bugfixes. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/libgeodecomp: Fix compile issues against hpx v1.4Kurt Kanzenbach2020-03-283-1/+282
| | | | | | | | | | Adding patches to fix compile issues and warnings against >=sys-cluster/hpx-1.4. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/15137 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/libgeodecomp: Drop oldKurt Kanzenbach2020-03-286-388/+0
| | | | | | | | | | | | Reason: It's quite old and would require to maintain lots of other old libraries versions of cuda, hpx, libflatarray... I'd recommend to use the pre 0.5.0 version to get all the newest features anyway. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/libgeodecomp: Fix boost detectionKurt Kanzenbach2020-03-152-0/+93
| | | | | | | | | | | | | | When hpx is installed libgeodecomp tries to use the boost libraries detected by hpx. That doesn't work, because the wrong variables are referenced and hpx uses fewer boost libraries than libgeodecomp. So remove that and use the system boost libraries in all cases. Closes: https://bugs.gentoo.org/686294 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/14855 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/libgeodecomp: Add current versionKurt Kanzenbach2020-03-154-0/+409
| | | | | | | | | Version v0.4.0 is quite old. Thus it makes sense to add the possibility to build from the current source code. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/libgeodecomp: Add homepage to official repositoryKurt Kanzenbach2020-03-151-1/+3
| | | | | | | | Add homepage to official source code repository. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/libgeodecomp: Sort options and dependenciesKurt Kanzenbach2020-03-151-6/+6
| | | | | | | | Sort options and dependencies alphanumerically. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/libgeodecomp: Remove unnecessary boost versionKurt Kanzenbach2020-03-151-1/+1
| | | | | | | | The check for boost>=1.48 is nowadays always true. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/libgeodecomp: take maintainershipKurt Kanzenbach2020-02-251-1/+8
| | | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/14666 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/libgeodecomp: update version restriction on libflatarrayKurt Kanzenbach2020-02-141-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/libgeodecomp: Fix VisIt removalKurt Kanzenbach2020-01-262-4/+1
| | | | | | | | | | | Commit 06a2e799559c ("sci-libs/libgeodecomp: Fix file collision with libflatarray") started the removal of the VisIt use flag. However, it's not complete. Remove the last references to it. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/14455 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-libs/libgeodecomp: Fix file collision with libflatarrayKurt Kanzenbach2020-01-212-16/+58
| | | | | | | | | | | | | | | | | | | As of commit 948ee21633c0 ("sci-libs/libgeodecomp: added dependency to libflatarray") libgeodecomp depends on libflatarray which is correct. Therefore, libgeodecomp uses the system installed libflatarray. However, it also bundles its own version libflatarray and installs that one unconditionally which results in the file collision. Thus, simply don't install the libflatarray files whenever the system one is used. That resolves the issue. While here, bump EAPI to 7 and remove visit use flag. VisIt has been removed. Bug: https://bugs.gentoo.org/688932 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/14368 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Reassign slis' packagesMichał Górny2019-12-181-3/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/libgeodecomp: added dependency to libflatarraySlawomir Lis2019-08-301-1/+2
| | | | | | | | This prevents file collision Closes: https://bugs.gentoo.org/548716 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Slawek Lis <slis@gentoo.org>
* sci-libs/libgeodecomp: Drop 0.3.1Andreas Sturmlechner2019-05-153-61/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-libs/libgeodecomp: Rollover ~ppc keyword from 0.3.1Andreas Sturmlechner2019-05-151-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-libs/libgeodecomp: add version 0.4.0.Kurt Kanzenbach2019-03-205-0/+280
| | | | | | | | Add support for libgeodecomp version 0.4.0. Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/11180 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* sci-libs: Update Manifest hashes.Ulrich Müller2017-12-101-1/+1
|
* sci-libs/libgeodecomp: [QA] Add cmake-utils_src_prepareDavid Seifert2017-10-151-1/+3
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* sci-libs/libgeodecomp: fixed multilib-checkSlawomir Lis2017-09-011-1/+4
| | | | | | Bug report 629478 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sci-libs/libgeodecomp: whitespaceFelix Janda2016-08-061-2/+2
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Fixed #558714Sławomir Lis2015-08-281-2/+6
| | | | | | Added 'examples' USE flag and conditional depend on sys-cluster/mpich2 Package-Manager: portage-2.2.20.1
* 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-084-0/+60
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