* [gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/files/
@ 2024-06-22 18:54 Conrad Kostecki
0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2024-06-22 18:54 UTC (permalink / raw
To: gentoo-commits
commit: 5d146e38fecd7694ad6af750bfcca6fd53fc31ad
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jun 18 17:30:08 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 18:50:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d146e38
www-apps/hugo: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../hugo/files/hugo-0.118.2-skip-some-tests.patch | 65 ----------------------
1 file changed, 65 deletions(-)
diff --git a/www-apps/hugo/files/hugo-0.118.2-skip-some-tests.patch b/www-apps/hugo/files/hugo-0.118.2-skip-some-tests.patch
deleted file mode 100644
index 66b5bac5ef87..000000000000
--- a/www-apps/hugo/files/hugo-0.118.2-skip-some-tests.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-From 416992cf1404a78560a5e718a584c5fa1f2f9143 Mon Sep 17 00:00:00 2001
-From: tastytea <tastytea@tastytea.de>
-Date: Fri, 8 Sep 2023 20:01:03 +0200
-Subject: [PATCH] skip some tests
-
-reasons:
- - needs to be in a git repo
- - needs special test dependencies
- - requires network access
----
- modules/client_test.go | 4 ++++
- resources/resource_factories/create/integration_test.go | 1 +
- 2 files changed, 5 insertions(+)
-
-diff --git a/modules/client_test.go b/modules/client_test.go
-index 75e3c2b08..235d6ed32 100644
---- a/modules/client_test.go
-+++ b/modules/client_test.go
-@@ -68,6 +68,7 @@ github.com/gohugoio/hugoTestModules1_darwin/modh2_2@v1.4.0 github.com/gohugoio/h
- }
-
- c.Run("All", func(c *qt.C) {
-+ c.Skip("Test dependencies not available")
- client, clean := newClient(c, func(cfg *ClientConfig) {
- cfg.ModuleConfig = DefaultModuleConfig
- }, defaultImport)
-@@ -107,6 +108,7 @@ project github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor
- })
-
- c.Run("IgnoreVendor", func(c *qt.C) {
-+ c.Skip("Test dependencies not available")
- client, clean := newClient(
- c, func(cfg *ClientConfig) {
- cfg.ModuleConfig = DefaultModuleConfig
-@@ -125,6 +127,7 @@ project github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor
- })
-
- c.Run("NoVendor", func(c *qt.C) {
-+ c.Skip("Test dependencies not available")
- mcfg := DefaultModuleConfig
- mcfg.NoVendor = "**"
- client, clean := newClient(
-@@ -144,6 +147,7 @@ project github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor
- })
-
- c.Run("VendorClosest", func(c *qt.C) {
-+ c.Skip("Test dependencies not available")
- mcfg := DefaultModuleConfig
- mcfg.VendorClosest = true
-
-diff --git a/resources/resource_factories/create/integration_test.go b/resources/resource_factories/create/integration_test.go
-index 140c5d091..721a9fc5b 100644
---- a/resources/resource_factories/create/integration_test.go
-+++ b/resources/resource_factories/create/integration_test.go
-@@ -25,6 +25,7 @@ import (
- )
-
- func TestGetRemoteHead(t *testing.T) {
-+ t.Skip("Requires network access")
-
- files := `
- -- config.toml --
---
-2.41.0
-
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/files/
@ 2024-02-17 14:35 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2024-02-17 14:35 UTC (permalink / raw
To: gentoo-commits
commit: e8946710c41cbf28f6aada8e3432db36276e6dd0
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Feb 17 14:35:27 2024 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 14:35:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8946710
www-apps/hugo: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/35164
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../hugo-0.96.0-unbundle-libwebp-and-libsass.patch | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/www-apps/hugo/files/hugo-0.96.0-unbundle-libwebp-and-libsass.patch b/www-apps/hugo/files/hugo-0.96.0-unbundle-libwebp-and-libsass.patch
deleted file mode 100644
index f9efee48cc48..000000000000
--- a/www-apps/hugo/files/hugo-0.96.0-unbundle-libwebp-and-libsass.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From 0a44245bf6cfe103bb163f51f230eeccd69ab8c7 Mon Sep 17 00:00:00 2001
-From: tastytea <tastytea@tastytea.de>
-Date: Tue, 29 Mar 2022 21:03:15 +0200
-Subject: [PATCH] Unbundle libwebp and libsass
-
-Use libwebp and libsass from the system instead of the bundled ones.
----
- .../github.com/bep/golibsass/internal/libsass/a__cgo.go | 8 ++++----
- vendor/github.com/bep/gowebp/internal/libwebp/a__cgo.go | 3 ++-
- 2 files changed, 6 insertions(+), 5 deletions(-)
-
-diff --git a/vendor/github.com/bep/golibsass/internal/libsass/a__cgo.go b/vendor/github.com/bep/golibsass/internal/libsass/a__cgo.go
-index af51b92..6b5e78b 100644
---- a/vendor/github.com/bep/golibsass/internal/libsass/a__cgo.go
-+++ b/vendor/github.com/bep/golibsass/internal/libsass/a__cgo.go
-@@ -5,9 +5,9 @@
- //
- package libsass
-
--// #cgo CFLAGS: -O2 -fPIC
--// #cgo CPPFLAGS: -I../../libsass_src/include
--// #cgo CXXFLAGS: -g -std=c++0x -O2 -fPIC
--// #cgo LDFLAGS: -lstdc++ -lm
-+// #cgo CFLAGS: -fPIC
-+// #cgo CPPFLAGS: -DUSE_LIBSASS_SRC
-+// #cgo CXXFLAGS: -std=c++0x -fPIC
-+// #cgo LDFLAGS: -lstdc++ -lm -lsass
- // #cgo darwin linux LDFLAGS: -ldl
- import "C"
-diff --git a/vendor/github.com/bep/gowebp/internal/libwebp/a__cgo.go b/vendor/github.com/bep/gowebp/internal/libwebp/a__cgo.go
-index 4b105ab..33f429e 100644
---- a/vendor/github.com/bep/gowebp/internal/libwebp/a__cgo.go
-+++ b/vendor/github.com/bep/gowebp/internal/libwebp/a__cgo.go
-@@ -2,5 +2,6 @@
-
- package libwebp
-
--// #cgo linux LDFLAGS: -lm
-+// #cgo linux LDFLAGS: -lm -lwebp
-+// #cgo CFLAGS: -DLIBWEBP_NO_SRC
- import "C"
---
-2.35.1
-
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/files/
@ 2023-03-08 19:32 Joonas Niilola
0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2023-03-08 19:32 UTC (permalink / raw
To: gentoo-commits
commit: 12225111cb3fadadff39b323f3e565df7c28de74
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Mar 8 18:16:25 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Mar 8 19:32:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12225111
www-apps/hugo: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30002
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../hugo/files/hugo-0.104.3-skip-some-tests.patch | 91 ----------------------
1 file changed, 91 deletions(-)
diff --git a/www-apps/hugo/files/hugo-0.104.3-skip-some-tests.patch b/www-apps/hugo/files/hugo-0.104.3-skip-some-tests.patch
deleted file mode 100644
index 79d336652307..000000000000
--- a/www-apps/hugo/files/hugo-0.104.3-skip-some-tests.patch
+++ /dev/null
@@ -1,91 +0,0 @@
-From 9d44b5ae62ddb77041ce362c3dbbbe86a5184ce1 Mon Sep 17 00:00:00 2001
-From: tastytea <tastytea@tastytea.de>
-Date: Sun, 2 Oct 2022 16:20:44 +0200
-Subject: [PATCH] skip some tests
-
-reasons:
- - needs to be in a git repo
- - needs special test dependencies
- - needs dart-sass-embedded
----
- hugolib/page_test.go | 1 +
- modules/client_test.go | 4 ++++
- .../resource_transformers/tocss/dartsass/integration_test.go | 1 +
- .../resource_transformers/tocss/scss/integration_test.go | 1 +
- 4 files changed, 7 insertions(+)
-
-diff --git a/hugolib/page_test.go b/hugolib/page_test.go
-index 1d9e3e3..e1b3920 100644
---- a/hugolib/page_test.go
-+++ b/hugolib/page_test.go
-@@ -995,6 +995,7 @@ func TestPageWithDate(t *testing.T) {
- }
-
- func TestPageWithLastmodFromGitInfo(t *testing.T) {
-+ t.Skip("We are not in a git repo")
- if htesting.IsCI() {
- // TODO(bep) figure out why this fails on GitHub actions.
- t.Skip("Skip GitInfo test on CI")
-diff --git a/modules/client_test.go b/modules/client_test.go
-index 75e3c2b..235d6ed 100644
---- a/modules/client_test.go
-+++ b/modules/client_test.go
-@@ -68,6 +68,7 @@ github.com/gohugoio/hugoTestModules1_darwin/modh2_2@v1.4.0 github.com/gohugoio/h
- }
-
- c.Run("All", func(c *qt.C) {
-+ c.Skip("Test dependencies not available")
- client, clean := newClient(c, func(cfg *ClientConfig) {
- cfg.ModuleConfig = DefaultModuleConfig
- }, defaultImport)
-@@ -107,6 +108,7 @@ project github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor
- })
-
- c.Run("IgnoreVendor", func(c *qt.C) {
-+ c.Skip("Test dependencies not available")
- client, clean := newClient(
- c, func(cfg *ClientConfig) {
- cfg.ModuleConfig = DefaultModuleConfig
-@@ -125,6 +127,7 @@ project github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor
- })
-
- c.Run("NoVendor", func(c *qt.C) {
-+ c.Skip("Test dependencies not available")
- mcfg := DefaultModuleConfig
- mcfg.NoVendor = "**"
- client, clean := newClient(
-@@ -144,6 +147,7 @@ project github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor
- })
-
- c.Run("VendorClosest", func(c *qt.C) {
-+ c.Skip("Test dependencies not available")
- mcfg := DefaultModuleConfig
- mcfg.VendorClosest = true
-
-diff --git a/resources/resource_transformers/tocss/dartsass/integration_test.go b/resources/resource_transformers/tocss/dartsass/integration_test.go
-index c127057..80973d5 100644
---- a/resources/resource_transformers/tocss/dartsass/integration_test.go
-+++ b/resources/resource_transformers/tocss/dartsass/integration_test.go
-@@ -108,6 +108,7 @@ T1: {{ $r.Content | safeHTML }}
- }
-
- func TestTransformThemeOverrides(t *testing.T) {
-+ t.Skip("Needs dart-sass-embedded")
- if !dartsass.Supports() {
- t.Skip()
- }
-diff --git a/resources/resource_transformers/tocss/scss/integration_test.go b/resources/resource_transformers/tocss/scss/integration_test.go
-index 13b664c..b2dfdbc 100644
---- a/resources/resource_transformers/tocss/scss/integration_test.go
-+++ b/resources/resource_transformers/tocss/scss/integration_test.go
-@@ -113,6 +113,7 @@ moo {
- }
-
- func TestTransformThemeOverrides(t *testing.T) {
-+ t.Skip("Needs dart-sass-embedded")
- if !scss.Supports() {
- t.Skip()
- }
---
-2.35.1
-
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/files/
@ 2022-11-23 1:45 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-11-23 1:45 UTC (permalink / raw
To: gentoo-commits
commit: d0f95cdf6711baa04e8a9f1e2b4e56d266e962ef
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Nov 21 18:19:57 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 01:42:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f95cdf
www-apps/hugo: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28374
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../hugo/files/hugo-0.96.0-skip-some-tests.patch | 120 ---------------------
1 file changed, 120 deletions(-)
diff --git a/www-apps/hugo/files/hugo-0.96.0-skip-some-tests.patch b/www-apps/hugo/files/hugo-0.96.0-skip-some-tests.patch
deleted file mode 100644
index 6f09d1c39660..000000000000
--- a/www-apps/hugo/files/hugo-0.96.0-skip-some-tests.patch
+++ /dev/null
@@ -1,120 +0,0 @@
-From fb829c60a028067b940aaf268362017a73d40e84 Mon Sep 17 00:00:00 2001
-From: tastytea <tastytea@tastytea.de>
-Date: Tue, 29 Mar 2022 22:28:13 +0200
-Subject: [PATCH] Skip some tests
-
-Reasons:
- - Needs to be in a git repo
- - Needs special test dependencies
- - Needs dart-sass-embedded
----
- hugolib/page_test.go | 1 +
- modules/client_test.go | 4 ++++
- releaser/git_test.go | 3 +++
- .../resource_transformers/tocss/dartsass/integration_test.go | 1 +
- .../resource_transformers/tocss/scss/integration_test.go | 1 +
- 5 files changed, 10 insertions(+)
-
-diff --git a/hugolib/page_test.go b/hugolib/page_test.go
-index d29a4f8..7cdff73 100644
---- a/hugolib/page_test.go
-+++ b/hugolib/page_test.go
-@@ -1025,6 +1025,7 @@ func TestPageWithDate(t *testing.T) {
- }
-
- func TestPageWithLastmodFromGitInfo(t *testing.T) {
-+ t.Skip("We are not in a git repo")
- if htesting.IsCI() {
- // TODO(bep) figure out why this fails on GitHub actions.
- t.Skip("Skip GitInfo test on CI")
-diff --git a/modules/client_test.go b/modules/client_test.go
-index 75e3c2b..235d6ed 100644
---- a/modules/client_test.go
-+++ b/modules/client_test.go
-@@ -68,6 +68,7 @@ github.com/gohugoio/hugoTestModules1_darwin/modh2_2@v1.4.0 github.com/gohugoio/h
- }
-
- c.Run("All", func(c *qt.C) {
-+ c.Skip("Test dependencies not available")
- client, clean := newClient(c, func(cfg *ClientConfig) {
- cfg.ModuleConfig = DefaultModuleConfig
- }, defaultImport)
-@@ -107,6 +108,7 @@ project github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor
- })
-
- c.Run("IgnoreVendor", func(c *qt.C) {
-+ c.Skip("Test dependencies not available")
- client, clean := newClient(
- c, func(cfg *ClientConfig) {
- cfg.ModuleConfig = DefaultModuleConfig
-@@ -125,6 +127,7 @@ project github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor
- })
-
- c.Run("NoVendor", func(c *qt.C) {
-+ c.Skip("Test dependencies not available")
- mcfg := DefaultModuleConfig
- mcfg.NoVendor = "**"
- client, clean := newClient(
-@@ -144,6 +147,7 @@ project github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor
- })
-
- c.Run("VendorClosest", func(c *qt.C) {
-+ c.Skip("Test dependencies not available")
- mcfg := DefaultModuleConfig
- mcfg.VendorClosest = true
-
-diff --git a/releaser/git_test.go b/releaser/git_test.go
-index ff77eb8..1f40a6f 100644
---- a/releaser/git_test.go
-+++ b/releaser/git_test.go
-@@ -20,6 +20,7 @@ import (
- )
-
- func TestGitInfos(t *testing.T) {
-+ t.Skip("We are not in a git repo")
- c := qt.New(t)
- skipIfCI(t)
- infos, err := getGitInfos("v0.20", "hugo", "", false)
-@@ -58,6 +59,7 @@ Streets #20.
- }
-
- func TestGitVersionTagBefore(t *testing.T) {
-+ t.Skip("We are not in a git repo")
- skipIfCI(t)
- c := qt.New(t)
- v1, err := gitVersionTagBefore("v0.18")
-@@ -66,6 +68,7 @@ func TestGitVersionTagBefore(t *testing.T) {
- }
-
- func TestTagExists(t *testing.T) {
-+ t.Skip("We are not in a git repo")
- skipIfCI(t)
- c := qt.New(t)
- b1, err := tagExists("v0.18")
-diff --git a/resources/resource_transformers/tocss/dartsass/integration_test.go b/resources/resource_transformers/tocss/dartsass/integration_test.go
-index a1ac1d5..fcd8bf5 100644
---- a/resources/resource_transformers/tocss/dartsass/integration_test.go
-+++ b/resources/resource_transformers/tocss/dartsass/integration_test.go
-@@ -106,6 +106,7 @@ T1: {{ $r.Content | safeHTML }}
- }
-
- func TestTransformThemeOverrides(t *testing.T) {
-+ t.Skip("Needs dart-sass-embedded")
- if !dartsass.Supports() {
- t.Skip()
- }
-diff --git a/resources/resource_transformers/tocss/scss/integration_test.go b/resources/resource_transformers/tocss/scss/integration_test.go
-index cbc7e19..f2a6034 100644
---- a/resources/resource_transformers/tocss/scss/integration_test.go
-+++ b/resources/resource_transformers/tocss/scss/integration_test.go
-@@ -111,6 +111,7 @@ moo {
- }
-
- func TestTransformThemeOverrides(t *testing.T) {
-+ t.Skip("Needs dart-sass-embedded")
- if !scss.Supports() {
- t.Skip()
- }
---
-2.35.1
-
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-06-22 18:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-22 18:54 [gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/files/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2024-02-17 14:35 David Seifert
2023-03-08 19:32 Joonas Niilola
2022-11-23 1:45 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox