summaryrefslogtreecommitdiffstats
path: root/www-misc
Commit message (Collapse)AuthorAgeFilesLines
* */*: drop ~amd64-linux, ~ia64, ~ppc-macos, ~x86-linux keywordsAlexander Golubev2026-02-191-1/+1
| | | | | | The keywords were removed from gentoo upstream. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* */*: destabilize sparc and hppaAlexander Golubev2026-02-191-2/+2
| | | | | | Due to gentoo upstream destabilized all the packages for the arches. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* */*: update dependencies {sys-libs => virtual}/zlibAlexander Golubev2026-02-192-2/+2
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* www-misc/hldig: several fixesAlexander Golubev2025-07-302-15/+263
| | | | | | | | * update EAPI 7 -> 8 * add fixes for configure for gcc-14 * use relative symlinks Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* www-misc/htdig: fix several issues reporten in gentoo bugsAlexander Golubev2025-07-205-7/+286
| | | | | | | | | | | | | | Also: * update metadata.xml * bump to EAPI=8 * suppress some irrelevant QA warnings Bug: https://bugs.gentoo.org/314835 Bug: https://bugs.gentoo.org/827131 Bug: https://bugs.gentoo.org/874429 Bug: https://bugs.gentoo.org/908830 Bug: https://bugs.gentoo.org/925513 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* www-misc/htdig: new package, add 3.2.0_beta6-r5Alexander Golubev2025-07-209-0/+300
| | | | | | | Salvage the last version removed from upstream Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/391 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Add symlinks for compatibility with applications using htdigormorph2024-06-241-0/+14
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* www-misc/hldig: some QA fixesAlexander Golubev2024-01-173-7/+8
| | | | | | | | | - use sensible tarball name - don't pass EPREFIX to keepdir as it is aware about it - remove useless S assignment - add remote-id to metadata.xml Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Dependencies fixesormorph2021-12-062-7/+8
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* */*: Bulk-fix Copyright to 1999-2020 Gentoo s/Foundation/Authors/Andreas Sturmlechner2020-09-221-1/+1
| | | | | | Assuming all or most ebuilds have been touched by previous commits. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* www-misc/hldig: Use https in SRC_URI, sort DEPENDsAndreas Sturmlechner2020-09-221-8/+10
| | | | | | | | - Move RESTRICT where we expect it to be - Blockers are in RDEPEND Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Drop invalid maintainer metadata (missing E-Mail)Andreas Sturmlechner2020-09-221-3/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* Use `RESTRICT="mirror"` for the overlay.Chris2020-04-271-0/+3
| | | | | | Also: Fix the SRC_URI of `lcms`. Signed-off-by: Chris <xchrisx@uber.space>
* Cosmetical fixes of the ebuilds.Chris2020-03-211-1/+1
| | | | | | | | | | | - Always set EAPI in quotes. (allowed style by the documentation) - Call `need-trinity` after depends. (otherwise there is no point) - Call `need-trinity` without version for live ebuilds. (eclass does it) - Remove `offer-hiddensibility` call. (until now) - Add missing copyrights. - Remove empty vars. Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add hldig (htdig fork) ebuild.Chris2020-02-023-0/+74
Lays groundwork for later KHelpCenter support. Signed-off-by: Chris <xchrisx@uber.space>