aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dev-util/serve-d: drop 0.8.0_beta15-r1Andrei Horodniceanu2024-05-301-195/+0
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dub: drop 1.36.0-r1Andrei Horodniceanu2024-05-302-163/+0
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dub: drop 1.36.0Andrei Horodniceanu2024-05-301-174/+0
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dscanner: drop 0.15.2-r1Andrei Horodniceanu2024-05-301-99/+0
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dlang-tools: drop 2.107.0-r1Andrei Horodniceanu2024-05-302-65/+0
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dlang-tools: drop 2.107.0Andrei Horodniceanu2024-05-301-61/+0
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dfmt: drop 0.15.1-r1Andrei Horodniceanu2024-05-301-70/+0
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dcd: drop 0.15.2-r1Andrei Horodniceanu2024-05-301-95/+0
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-lang/ldc2: drop 1.36.0-r1Andrei Horodniceanu2024-05-301-89/+0
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-lang/dmd: drop 2.108.0Andrei Horodniceanu2024-05-302-16/+0
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-lang/dmd: drop 2.107.0Andrei Horodniceanu2024-05-301-17/+0
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dlang-tools: add github upstream metadataAndrei Horodniceanu2024-05-301-0/+3
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-lang/dmd: add github upstream metadataAndrei Horodniceanu2024-05-301-0/+3
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-lang/dmd: enable ldc2-1_38Andrei Horodniceanu2024-05-301-1/+1
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-lang/ldc2: add 1.38.0Andrei Horodniceanu2024-05-284-0/+204
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-lang/dmd: add 2.108.1Andrei Horodniceanu2024-05-082-0/+16
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dlang-tools: form a REQUIRED_USE conditional around testsAndrei Horodniceanu2024-05-071-2/+3
| | | | | | | | | | As suggested on IRC, since tests are only run if either ddemangle, dustmite, or, rdmd appear in USE, require that any of those are set when tests are enabled. This changes requires that test is added to IUSE. Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* net-misc/onedrive: enable ldc2-1_37Andrei Horodniceanu2024-05-031-1/+1
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* net-misc/onedrive: enable dmd-2_108Andrei Horodniceanu2024-05-031-1/+1
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* net-misc/onedrive: reorder variables to please pkgcheckAndrei Horodniceanu2024-05-031-1/+1
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/serve-d: enable ldc2-1_37Andrei Horodniceanu2024-05-031-1/+1
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/serve-d: enable dmd-2_108Andrei Horodniceanu2024-05-031-1/+1
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/serve-d: reorder variables to please pkgcheckAndrei Horodniceanu2024-05-031-2/+1
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dscanner: add 0.16.0_beta4Andrei Horodniceanu2024-05-033-0/+134
| | | | | | | | | | Additional changes: - strip -march=native with gdc - run integration tests - respect LDFLAGS Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114171 Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dlang-utils.eclass: add dlang_get_debug_flagAndrei Horodniceanu2024-05-032-0/+23
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dfmt: refactor src_compile to use upstream makefileAndrei Horodniceanu2024-05-021-0/+72
| | | | | | | | | | Additional changes: - don't include the stdx-allocator submodule since it's unused - strip -march=native with gdc - build and run unittests Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114171 Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dfmt: enable ldc2-1_37Andrei Horodniceanu2024-05-021-1/+1
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dfmt: enable dmd-2_108Andrei Horodniceanu2024-05-021-1/+1
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dfmt: reorder variables to please pkgcheckAndrei Horodniceanu2024-05-021-3/+4
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dcd: add 0.16.0_beta2Andrei Horodniceanu2024-05-023-0/+216
| | | | | | | | | | Additional changes: - run tests with the newly added --extra switch - don't fetch the d-test-utils submodule as it is only used in certain tests that are not relevant for Gentoo - reorder variables to please pkgcheck Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-libs/gtkd: enable ldc2-1_37Andrei Horodniceanu2024-04-301-1/+1
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-libs/gtkd: enable dmd-2_108Andrei Horodniceanu2024-04-301-22/+20
| | | | | | | Additionally refactor multilib_src_test a little and reorder variable to please pkgcheck. Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dlang-tools: add 2.108.0Andrei Horodniceanu2024-04-264-0/+153
| | | | | | | | | | Additional changes: - enable tests - remove mirror restriction. It has been added in dlang-tools-2.067.1.ebuild but I coudn't find a reason for it nor is it needed or required currently. Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dmd-r1.eclass: use dlang_get_abi_bits instead of _get_abi_bitsAndrei Horodniceanu2024-04-261-18/+4
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dlang-utils.eclass: add dlang_get_abi_bitsAndrei Horodniceanu2024-04-262-11/+27
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dub: add 1.37.0Andrei Horodniceanu2024-04-232-0/+183
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-lang/ldc2: add 1.37.0Andrei Horodniceanu2024-04-214-0/+199
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-lang/dmd: add 2.108.0Andrei Horodniceanu2024-04-205-0/+25
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dmd-r1.eclass: Fix paths in pkg_postinst elog messagesAndrei Horodniceanu2024-04-201-2/+3
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* net-misc/onedrivegui: drop 1.0.3, add 1.0.3-r1Gonçalo Negrier Duarte2024-04-182-2/+2
| | | | | | * add missing useflags to pyside6 DEPEND Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
* dev-util/serve-d: Link upstream issue about -mcpu=native with ldc2Andrei Horodniceanu2024-04-141-6/+4
| | | | | Bug: https://github.com/libmir/mir-ion/pull/46 Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-lang/ldc2: add testsAndrei Horodniceanu2024-04-146-8/+255
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* x11-terms/tilix: port to dlang-single.eclassAndrei Horodniceanu2024-04-141-0/+57
| | | | | Closes: https://github.com/gentoo/dlang/pull/130 Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* net-misc/onedrive: port to dlang-single.eclassAndrei Horodniceanu2024-04-141-0/+62
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dscanner: port to dlang-single.eclassAndrei Horodniceanu2024-04-141-0/+99
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dlang-tools: port to dlang-single.eclassAndrei Horodniceanu2024-04-141-0/+64
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dfmt: port to dlang-single.eclassAndrei Horodniceanu2024-04-141-0/+69
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dcd: port to dlang-singleAndrei Horodniceanu2024-04-141-0/+95
| | | | | | | | Additional changes: - update EAPI 7 -> 8 - enable tests Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/dub: port to dlang-single.eclassAndrei Horodniceanu2024-04-141-0/+162
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* dev-util/serve-d: port to dlang-single.eclassAndrei Horodniceanu2024-04-141-0/+198
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>