summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/cfortran: add missing remote-idMichael Mair-Keimberger2024-04-081-4/+7
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* dev-lang/cfortran: filter LTO, no-SASam James2024-03-151-3/+6
| | | | | | | | | The upstream situation here is kind of weird, it's a mix of Debian/GH. No activity in a few years and we already apply a bunch of other workarounds so shoving no LTO + no-SA in too. Closes: https://bugs.gentoo.org/866560 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/cfortran: Stabilize 20210827 sparc, #899452Matoro Mahri2023-12-191-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-lang/cfortran: add -fcommon to CFLAGS for testsMatoro Mahri2023-12-141-0/+1
| | | | | | | | | | | | | | | | | | | | In the failing test, both the Fortran code and the C code have a symbol called _fcb. The test expects it to be in the common section in both objects, such that when it gets linked, they both refer to the same symbol, such that changes on the C side to the variable are reflected on the Fortran side and vice versa. However with -fno-common then it's still placed in the common section in Fortran, but in C it's placed in the BSS section, so now they refer to different objects. The linker actually emits a warning for this, something like "alignment 1 is less than 16". When there are two symbols in different sections with the same name, this is an ODR violation which is UB on all platforms. Bug: https://bugs.gentoo.org/899452 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34143 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/cfortran: Stabilize 20210827 ppc64, #899452Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/cfortran: Stabilize 20210827 ppc, #899452Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/cfortran: Stabilize 20210827 amd64, #899452Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/cfortran: Stabilize 20210827 x86, #899452Arthur Zamarin2023-03-041-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/cfortran: align longdescription opening and closing tagsPetr Vaněk2022-10-201-1/+1
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/cfortran: Bump ebuild for 4.4 to EAPI 8Ulrich Müller2022-06-031-9/+6
| | | | | | | Keep keywords stable, since -r3 and -r4 produce identical images. Bug: https://bugs.gentoo.org/817647 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-lang/cfortran: add bug tagsArthur Zamarin2022-05-062-4/+4
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/cfortran: Stabilize 20110621 sparc, #817647matoro2022-05-062-3/+13
| | | | | | | Closes: https://bugs.gentoo.org/818400 Signed-off-by: matoro <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/25342 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/cfortran: add 20210827Sam James2021-10-162-0/+58
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/cfortran: amd64 stable wrt bug #817647Agostino Sarubbo2021-10-121-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/cfortran: Stabilize 20110621 ppc, #817647Sam James2021-10-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/cfortran: Stabilize 20110621 x86, #817647Sam James2021-10-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/cfortran: Stabilize 20110621 ppc64, #817647Sam James2021-10-111-1/+1
| | | | Signed-off-by: Sam James <sam@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>
* dev-lang/cfortran: keyword 4.4-r3 for ~riscvMarek Szuba2021-08-151-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-lang/cfortran: keyword 20110621 for ~riscvMarek Szuba2021-08-151-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-lang/cfortran: add 20110621Marek Szuba2021-07-212-0/+59
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-lang/cfortran: eutils->epatchSam James2021-04-181-1/+1
| | | | | Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/cfortran: drop x86-macosFabian Groffen2021-01-061-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: Drop most stable hppa keywordsMatt Turner2020-12-311-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-lang/cfortran: Drop old (EAPI 0)Michał Górny2019-11-061-39/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/cfortran-4.4-r3: alpha stable, bug 696270Matt Turner2019-10-151-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-lang/cfortran: stable 4.4-r3 for hppa, bug #696270Sergei Trofimovich2019-10-111-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/cfortran: stable 4.4-r3 for ppc64, bug #696270Sergei Trofimovich2019-10-071-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/cfortran: stable 4.4-r3 for ia64, bug #696270Sergei Trofimovich2019-10-071-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/cfortran: sparc stable wrt bug #696270Agostino Sarubbo2019-10-071-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/cfortran: ppc stable wrt bug #696270Agostino Sarubbo2019-10-071-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/cfortran: x86 stable wrt bug #696270Agostino Sarubbo2019-10-071-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/cfortran: amd64 stable wrt bug #696270Agostino Sarubbo2019-10-071-2/+2
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/cfortran: use HTTPSMichael Mair-Keimberger2018-05-162-3/+3
|
* */*: Specify EAPI=0 explicitly, to ease grepsMichał Górny2018-05-011-1/+3
| | | | Closes: https://github.com/gentoo/gentoo/pull/8199
* dev-lang/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-lang/cfortran: keyword ~arm64Alexis Ballier2017-07-171-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* 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/+101
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