10 Commits

Author SHA1 Message Date
Lucio Sauer
f2be215fb9 */*: fix variable order
Manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2024-04-26 16:46:35 +02:00
Julien Roy
3d25d4048d */*: remove empty global variable assigment
Signed-off-by: Julien Roy <julien@jroy.ca>
2024-03-21 18:34:41 -04:00
Rahul Sandhu
263ab577f3 app-editors/mined: fix SRC_URI more
Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>
2023-05-27 17:59:49 +01:00
Rahul Sandhu
a343954afc app-editors/mined: update SRC_URI
Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>
2023-05-27 17:57:49 +01:00
Rahul Sandhu
9ed7b46546 app-editors/mined: add sourceforge upstream metadata
Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>
2023-05-27 17:55:44 +01:00
Anna (cybertailor) Vyalkova
1e95f22062 */*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-04 18:56:32 +05:00
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