Commit Graph

150 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
Rabindra Dhakal
37781ce56b app-editors/kak-lsp: add version 12.1.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Rabindra Dhakal <qaidvoid@gmail.com>
2022-03-30 14:30:17 +05:45
Andrew Ammerlaan
9cabb2a0ec app-editors/amp: disable py3.7, add missing PYTHON_DEPS
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2022-03-26 12:27:22 +01:00
Andrew Ammerlaan
35203256e3 app-editors/amp: fix use of python eclass
python-utils-r1 does not define PYTHON_DEPS etc

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2022-03-08 14:31:10 +01:00
Luciano Degni
4304f0f167 app-editors/amp: fixed wrong use
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-02-25 17:43:46 +01:00
Luciano Degni
b2c68954ee app-editors/amp: Try to fix build
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-02-25 17:32:47 +01: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
Rabindra Dhakal
d5c410e4cf app-editors/kak-lsp: version bump to 12.0.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Rabindra Dhakal <qaidvoid@gmail.com>
2022-01-31 13:47:50 +05:45
Marco Scardovi
7edd4eb40b app-editors/atom-bin: time to make the ebuild smaller
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
2022-01-23 14:27:49 +01:00
Andrew Ammerlaan
aa3d7b8616 app-editors/amp: fix doc, remove whitespaces
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2022-01-20 20:23:21 +01:00
Luciano Degni
4803346b30 app-editors/amp: python_setup function added
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-17 21:16:46 +01:00
Luciano Degni
4bebeef6fb app-editors/amp: injected PYTHONE_USE
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-17 20:37:43 +01:00
Luciano Degni
7ff2f9a818 app-editors/amp: removed wrong line
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-17 20:36:34 +01:00
Luciano Degni
4dc3928dcf app-editors/amp: modified REQUIRED_USE
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-17 20:34:24 +01:00
Luciano Degni
9d2a3ce860 app-editors/amp: modified remote-id
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-17 20:19:44 +01:00
Luciano Degni
c2210181c4 app-editors/amp: try to fix eclass usage
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-17 20:14:49 +01:00
Luciano Degni
365227ca42 app-editors/amp: enable py3.7, py3.9 and disable py3.10
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-17 20:08:21 +01:00
Luciano Degni
edaeff9505 app-editors/amp: add python eclass
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-17 19:33:20 +01:00
Luciano Degni
fdd8e07395 app-editors/amp: add metadata
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-17 19:24:31 +01:00
Luciano Degni
49c74a5692 app-editors/amp: initial import
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-17 19:20:54 +01: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
Andrew Ammerlaan
ffa12fbafb app-editors/helix: drop trailing whitespaces
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2022-01-13 16:37:18 +01:00
Luciano Degni
cfcfaed084 app-editors/*: removed broken pkg and fixed helix QA
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-10 21:27:56 +01:00
Luciano Degni
519b027bf4 app-editors/*: better cp operation
Closes: https://bugs.gentoo.org/830926
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-10 21:21:29 +01:00
Luciano Degni
f2f556a98f app-editors/helix: changed module .zip to .tar.gz
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-10 17:26:35 +01:00
Luciano Degni
ac64ccbf94 app-editors/helix: removed useless zip files
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-10 17:26:35 +01:00
Andrew Ammerlaan
126535ff20 app-editors/helix: add missing dep on unzip
remove dep on system package bash

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2022-01-10 13:58:22 +01:00
Luciano Degni
db948eff0e app-editors/helix: added doc use flag
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-07 21:10:05 +01:00
Luciano Degni
4ad73ce353 app-editors/helix: modified installation method and removed useless line
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-07 19:16:32 +01:00
Luciano Degni
549ae386bd app-editors/helix: changed intallation mathods
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-07 19:16:32 +01:00
Luciano Degni
8e51aa71aa app-editors/helix: add 0.6.0
Signed-off-by: Luciano Degni <degni.public@gmail.com>
2022-01-07 15:17:47 +01:00
Marco Scardovi
7f0b41da30 app-editors/atom-bin: gonna take it back
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
2021-12-16 08:10:39 +01:00
Marco Scardovi
96f287a352 app-editors/atom-bin: bump to 1.58.0 and EAPI 8
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
2021-12-16 08:09:04 +01:00
Andrew Ammerlaan
3d056236af app-editors/helix: drop keywords, fix VisibleVcsPkg
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2021-12-15 11:35:03 +01:00
QaidVoid
5d462176b4 app-editors/kak-lsp: Bump version to 11.1.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Rabindra Dhakal <qaidvoid@gmail.com>
2021-12-15 15:05:19 +05:45
Rabindra Dhakal
78e04efdb1 app-editors/helix: hide QA warnings
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Rabindra Dhakal <qaidvoid@gmail.com>
2021-10-21 22:13:20 +05:45
Rabindra Dhakal
9ac3302eb9 app-editors/helix: new package
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Rabindra Dhakal <qaidvoid@gmail.com>
2021-10-19 08:36:19 +05:45
Rabindra Dhakal
dcc12ad878 app-editors/kak-lsp: add new package
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Rabindra Dhakal <qaidvoid@gmail.com>
2021-10-17 15:13:06 +05:45
Alessandro Barbieri
f1e18cfe04 app-editors/imhex: fix patches
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-10-07 00:15:38 +02:00
Alessandro Barbieri
452617a72e app-editors/imhex: add 1.10.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-10-05 22:50:53 +02:00
Alessandro Barbieri
5710f27e70 app-editors/imhex: add 1.10.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-09-26 20:37:08 +02:00
Hans Fredrik Nordhaug
1cd2a7197a app-editors/featherpad: Moved to gentoo.
Signed-off-by: Hans Fredrik Nordhaug <hansfn@gmail.com>
2021-07-21 08:52:43 +02:00
Marco Scardovi
f4a29e51e7 drop myself as maintainer
Signed-off-by: Marco Scardovi <marco@scardovi.com>
2021-07-18 07:25:14 +02:00
Marco Scardovi
a81b926124 app-editors/atom-bin: drop optfeatures
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
2021-07-17 15:31:47 +02:00
Alessandro Barbieri
44741cccd1 app-editors/imhex: revert yara[tcmalloc] dependency
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-07-09 12:37:34 +02:00
Alessandro Barbieri
beb931e8c1 app-editors/imhex: depend on yara[tcmalloc]
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-07-05 23:09:31 +02:00
Marco Scardovi
80ba915fed app-editors/atom-bin: fix bug 798459
Closes: https://bugs.gentoo.org/798459
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
2021-07-05 17:57:42 +02:00
Alessandro Barbieri
4784edff0f app-editors/imhex: add github upstream metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-07-05 02:43:18 +02:00
Alessandro Barbieri
c277f9004f app-editors/imhex: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-07-04 12:57:29 +02:00