summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* www-apps/hugo: remove unused patchMichael Mair-Keimberger2025-11-201-79/+0
| | | | Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
* www-apps/hugo: add 0.148.2Jay Faulkner2025-08-222-0/+154
| | | | | | | | | Note that automated tests still don't pass, although I performed manual functionality checking. I'm working on the tests but in the vein of not letting perfect be the enemy of good, I'm not blocking the package bump on it. Signed-off-by: Jay Faulkner <jayf@gentoo.org>
* www-apps/hugo: drop 0.147.2Jay Faulkner2025-08-222-151/+0
| | | | Signed-off-by: Jay Faulkner <jayf@gentoo.org>
* www-apps/hugo: stabilize 0.147.7 for amd64Jay Faulkner2025-06-101-1/+1
| | | | Signed-off-by: Jay Faulkner <jayf@gentoo.org>
* www-apps/hugo: drop 0.131.0Jay Faulkner2025-06-102-127/+0
| | | | Signed-off-by: Jay Faulkner <jayf@gentoo.org>
* www-apps/hugo: stabilize 0.147.2 for amd64Jay Faulkner2025-05-311-1/+1
| | | | Signed-off-by: Jay Faulkner <jayf@gentoo.org>
* www-apps/hugo: drop 0.147.1Jay Faulkner2025-05-312-151/+0
| | | | Signed-off-by: Jay Faulkner <jayf@gentoo.org>
* www-apps/hugo: add 0.147.7Jay Faulkner2025-05-312-0/+151
| | | | | Bug: https://bugs.gentoo.org/956839 Signed-off-by: Jay Faulkner <jayf@gentoo.org>
* www-apps/hugo: add 0.147.2Jay Faulkner2025-05-092-0/+151
| | | | Signed-off-by: Jay Faulkner <jayf@gentoo.org>
* www-apps/hugo: drop 0.144.2Jay Faulkner2025-05-082-126/+0
| | | | | | Removing; has open bugs resolved by the newly-posted unstable package. Signed-off-by: Jay Faulkner <jayf@gentoo.org>
* www-apps/hugo: add 0.147.1, take maintainershipJay Faulkner2025-05-033-2/+157
| | | | | | | | | | | | | | Added 0.147.1, this version adds a use flag "deploy", reflecting upstream adding an option to build with or without deployment code. This ebuild aggressively removes test files as many hugo tests expect to be able to run `npm install` or be able to call HEAD on one of many random websites. Ideally we would patch out less bluntly. Additionally, I am taking maintainership of this package. Bug: https://bugs.gentoo.org/951725 Signed-off-by: Jay Faulkner <jayf@gentoo.org>
* www-apps/hugo: drop 0.127.0, 0.129.0Petr Vaněk2025-02-274-295/+0
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* www-apps/hugo: add 0.144.2William Hubbs2025-02-262-0/+126
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* www-apps/hugo: Stabilize 0.131.0 amd64, #944702Arthur Zamarin2024-11-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: remove me as maintainertastytea2024-10-101-8/+1
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/38935 Closes: https://bugs.gentoo.org/678396 Bug: https://bugs.gentoo.org/938433 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-apps/hugo: drop 0.124.1, 0.128.2tastytea2024-08-203-230/+0
| | | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/37999 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-apps/hugo: add 0.131.0tastytea2024-08-202-0/+127
| | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-apps/hugo: add check-reqs to 0.129.0tastytea2024-08-041-1/+22
| | | | | | | | Bug: https://github.com/gentoo/gentoo/pull/37728 Thanks-To: Eli Schwartz <eschwartz@gentoo.org> Signed-off-by: tastytea <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/37635 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-apps/hugo: drop 0.125.7tastytea2024-08-042-103/+0
| | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-apps/hugo: add 0.129.0tastytea2024-08-042-0/+106
| | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-apps/hugo: add check-reqs verification for the buildEli Schwartz2024-07-291-1/+22
| | | | | | | | | | I happened to notice while cleaning up old directories in /var/tmp/portage, that hugo took up 3.5 GB of space in a build that had tests enabled. Surprisingly large compared to some other pretty large packages. Make sure that users can actually handle this. Closes: https://github.com/gentoo/gentoo/pull/37728 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* www-apps/hugo: Stabilize 0.127.0 amd64, #936400Sam James2024-07-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/hugo: drop virtual/pandoc as a hard test dependencyJoonas Niilola2024-07-101-1/+4
| | | | | | | | - currently it skips one test without pandoc dep, but it's a complicated dep to keep due to pandoc-bin not being keyworded on many arches and pandoc pulling tons of haskell stuff. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-apps/hugo: add 0.128.2tastytea2024-07-103-0/+182
| | | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/37369 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-apps/hugo: drop 0.125.4tastytea2024-06-232-103/+0
| | | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/37203 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: add 0.127.0tastytea2024-06-232-0/+103
| | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: remove unused patchMichael Mair-Keimberger2024-06-221-65/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* www-apps/hugo: drop 0.121.2tastytea2024-06-062-103/+0
| | | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/36604 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: add 0.125.7tastytea2024-06-062-0/+103
| | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: add 0.125.4tastytea2024-04-292-0/+103
| | | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/36403 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: Stabilize 0.124.1 amd64, #930566Sam James2024-04-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/hugo: drop 0.121.0Viorel Munteanu2024-04-072-103/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: drop 0.123.0, 0.123.7tastytea2024-04-073-206/+0
| | | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/36015 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: add 0.124.1tastytea2024-04-072-0/+103
| | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: Stabilize 0.121.2 amd64, #928290Jakov Smolić2024-03-311-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* www-apps/hugo: add 0.123.7tastytea2024-03-072-0/+103
| | | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/35632 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: add 0.123.0tastytea2024-02-223-0/+168
| | | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/35447 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: remove unused patchMichael Mair-Keimberger2024-02-171-44/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/35164 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: David Seifert <soap@gentoo.org>
* www-apps/hugo: remove unused use flag descriptionJoonas Niilola2024-02-071-1/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-apps/hugo: drop 0.119.0tastytea2024-02-072-100/+0
| | | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/34782 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-apps/hugo: add 0.121.2tastytea2024-02-072-0/+103
| | | | | | | | | bumped dev-lang/go dependency to 1.21.5 (although 1.20.12 should work) because that's the version upstream uses and it's stable in ::gentoo Closes: https://bugs.gentoo.org/921596 Signed-off-by: tastytea <gentoo@tastytea.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-apps/hugo: Stabilize 0.121.0 amd64, #921501Joonas Niilola2024-01-081-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-apps/hugo: drop 0.118.2tastytea2023-12-072-100/+0
| | | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/34149 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: add 0.121.0tastytea2023-12-073-0/+146
| | | | | | Closes: https://bugs.gentoo.org/919134 Signed-off-by: tastytea <gentoo@tastytea.de> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: replace USE-flag sass with extendedtastytea2023-12-071-6/+5
| | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: drop 0.115.4tastytea2023-10-193-238/+0
| | | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/33388 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: add 0.119.0tastytea2023-10-192-0/+100
| | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: drop 0.115.2tastytea2023-09-112-100/+0
| | | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/32691 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: add 0.118.2tastytea2023-09-113-0/+165
| | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/hugo: drop 0.111.3tastytea2023-07-244-197/+0
| | | | | | Signed-off-by: tastytea <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/31897 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>