Commit Graph

4 Commits

Author SHA1 Message Date
Alexander Holcomb
2cf5af8e8c app-editors/mined: Fix direct call to cc
This commit should fix bug 831698, the build script calling
cc directly. It uses the tc-export command from
toolchain-funcs to set and use $CC.

Signed-off-by: Alexander Holcomb <alex@alexsdigital.rodeo>
2022-04-07 22:21:19 -05:00
Alexander Holcomb
503799036a app-editors/mined: Make package respect LDFLAGS
This will edit the build command used for compilation to
explicitly enable LDFLAGS.
This commit should resolve bug 832740.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alex Holcomb <alex@alexsdigital.rodeo>
2022-02-19 22:25:52 -06:00
Alexander Holcomb
ab53238991 app-editors/mined: Make Ebuild Respect CFLAGS
This changes the build process to use the src/mkmined script,
rather than the makemined script called by the makefile. This
should solve bug 831704 (https://bugs.gentoo.org/831704), by
making the script use CFLAGS, rather than having them explicity
set.
Also, I changed the copyright notice to "2022," rather than
"1998-2022," because repoman mentioned it as a minor issue.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alex Holcomb <alex@alexsdigital.rodeo>
2022-02-03 09:03:20 -06:00
Alexander Holcomb
843a3c0bca app-editors/mined: Add new package
This adds a package for the MinEd text editor.
The test suite is RESTRICT-ed because it will throw a QA message if
used, due to an upstream make jobserver issue. If removed, it will
still complete, but a QA error will show.
The make process uses the -j1 option for the same reason.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alex Holcomb <alex@alexsdigital.rodeo>
2022-01-15 15:58:48 -06:00