gpo.zugaina.org

Search Portage & Overlays:

app-editors/mined

A powerful text editor with extensive Unicode and CJK support

Screenshots

ChangeLog

commit f2be215fb991955a99bceb9ba10e5abecd2147ea
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Fri Apr 26 16:46:35 2024 +0200

*/*: fix variable order

Manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>

commit 3d25d4048dd9d96734c6d21f3a6acffd693822a0
Author: Julien Roy <julien@jroy.ca>
Date: Thu Mar 21 18:34:41 2024 -0400

*/*: remove empty global variable assigment

Signed-off-by: Julien Roy <julien@jroy.ca>

commit 263ab577f39718b9004ac9585f21c9a60b3fdefd
Author: Rahul Sandhu <rahul@sandhuservices.dev>
Date: Sat May 27 17:59:49 2023 +0100

app-editors/mined: fix SRC_URI more

Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>

commit a343954afc328f1e034468b2196426b64fb0cfb4
Author: Rahul Sandhu <rahul@sandhuservices.dev>
Date: Sat May 27 17:57:49 2023 +0100

app-editors/mined: update SRC_URI

Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>

commit 9ed7b4654631595756dc0fe2c663766fa5ee8933
Author: Rahul Sandhu <rahul@sandhuservices.dev>
Date: Sat May 27 17:55:44 2023 +0100

app-editors/mined: add sourceforge upstream metadata

Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>

commit 1e95f22062b44b3708c09b56fb2334f41c633e2e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sat Mar 4 18:56:32 2023 +0500

*/*: update metadata schema uri

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

commit 2cf5af8e8c422c7f553460fdaf777d88e79da9f9
Author: Alexander Holcomb <alex@alexsdigital.rodeo>
Date: Thu Apr 7 22:21:19 2022 -0500

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>

commit 503799036a7c56cacc33ad87c876141304362499
Author: Alexander Holcomb <alex@alexsdigital.rodeo>
Date: Sat Feb 19 22:19:44 2022 -0600

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>

commit ab5323899177ed87341c97b4a75f76a2781e5d10
Author: Alexander Holcomb <alex@alexsdigital.rodeo>
Date: Thu Feb 3 09:03:20 2022 -0600

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>

commit 843a3c0bcae661da652bc42c91c391de45885787
Author: Alexander Holcomb <alex@alexsdigital.rodeo>
Date: Sat Jan 15 15:58:48 2022 -0600

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>