dev-haskell/hslua-module-path
Lua module to work with file paths
ChangeLog
commit 5a79310e23bd49a570b045b84d5ee5e326dc3f24
Author: hololeap <hololeap@protonmail.com>
Date: Wed Mar 6 17:33:35 2024 -0700
dev-haskell/hslua-module-path: drop 1.1.0
Signed-off-by: hololeap <hololeap@protonmail.com>
commit f549106d455e0e3117cab6482bff851fadb15c65
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Sun Mar 3 22:48:56 2024 +0100
dev-haskell/hslua-module-path: bump up to 1.1.1
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
commit db98782e890b3cebf75a19b2da3a1bdcbee17fa4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:28:08 2023 -0600
*/*: Remove [profile?] from ghc RDEPEND
This reverts commit b2f01bbf1333c88785109bebf75d49a3bd623727.
Adding [profile?] universally causes issues with exe-only packages with
no profile USE flag. This is better handled in the eclass.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit a2f524e74d7e5e5000c1d057a74dcd7f4af7b43c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat May 6 17:04:20 2023 -0600
*/*: Remove ~x86 (and related) from KEYWORDS
x86 is mostly untested, and even building a subset of ::haskell
revealed failing tests which pass on amd64.
With the new behavior of hackport to only add ARCH to KEYWORDS, there
will be CI failures if a package has ~x86 removed but not from its
revdep tree as well. The only sensible mitigation is to remove ~x86
tree-wide until we have a dedicated tester willing to fix current bugs.
See: https://github.com/snoyberg/mono-traversable/issues/210
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit b2f01bbf1333c88785109bebf75d49a3bd623727
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 5 15:53:40 2023 -0600
*/*: Add [profile?] to ghc RDEPEND
Any package that depends on 'base' will require the 'base' profiling
libs when profiling is enabled. Because virtually every package depends
on 'base', it makes sense to add [profile?] universally to
'dev-lang/ghc' in RDEPEND.
Reported-by: Filip Kszczot <filip@kszczot.pl>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit ca256c5f7ef0566f2b07d375ed4adb7ce72df67b
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Apr 2 17:04:25 2023 +1000
dev-haskell/hslua-module-path: drop 1.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 228d41aa38374b96e480897b259aaa24dfcb2dc0
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Apr 2 16:50:07 2023 +1000
dev-haskell/hslua-module-path: add 1.1.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit d8dd259d20baf63133b905f97e2bec9cecaede3c
Author: Jack Todaro <solpeth@posteo.org>
Date: Sat Oct 29 10:58:05 2022 +1100
dev-haskell/hslua-module-path: refresh metadata.xml
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 42937f8e756686be902b046b756bc2be7b586ab1
Author: Jack Todaro <solpeth@posteo.org>
Date: Sat Oct 29 10:53:59 2022 +1100
dev-haskell/hslua-module-path: drop 1.0.2
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit dd185fe9bc04d94528c4fcba56f9a7682969c1b0
Author: Jack Todaro <solpeth@posteo.org>
Date: Sat Oct 29 10:53:55 2022 +1100
dev-haskell/hslua-module-path: add 1.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 9672ee12c9c489f9e5bfdee329a4e6aed692fe4d
Author: Sam James <sam@gentoo.org>
Date: Sat Jul 30 06:55:18 2022 +0100
*/*: fix https->https in metadatd dtd
Newer hackport fixes this (in git, not tagged yet).
Signed-off-by: Sam James <sam@gentoo.org>
commit 52ed2180916152027a2dcbd80f1780779eee02a5
Author: Mark Wright <gienah@gentoo.org>
Date: Tue Mar 29 15:22:14 2022 +1100
dev-haskell/hslua-module-path: Bump to 1.0.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mark Wright <gienah@gentoo.org>
commit 2a81311a18c64374d350c4a58ff373237c6ac131
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jan 16 10:20:13 2022 +1100
dev-haskell/hslua-module-path: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit a27bd5368b8588ede800be26296b45397c53d6b2
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jan 16 10:19:54 2022 +1100
dev-haskell/hslua-module-path: bump up to 1.0.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit f9309fa6cbef371f8f9e1e0e7d2b3e8957ab7e88
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Mar 21 11:31:32 2021 +1100
dev-haskell/hslua-module-path: add package
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Author: hololeap <hololeap@protonmail.com>
Date: Wed Mar 6 17:33:35 2024 -0700
dev-haskell/hslua-module-path: drop 1.1.0
Signed-off-by: hololeap <hololeap@protonmail.com>
commit f549106d455e0e3117cab6482bff851fadb15c65
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Sun Mar 3 22:48:56 2024 +0100
dev-haskell/hslua-module-path: bump up to 1.1.1
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
commit db98782e890b3cebf75a19b2da3a1bdcbee17fa4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:28:08 2023 -0600
*/*: Remove [profile?] from ghc RDEPEND
This reverts commit b2f01bbf1333c88785109bebf75d49a3bd623727.
Adding [profile?] universally causes issues with exe-only packages with
no profile USE flag. This is better handled in the eclass.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit a2f524e74d7e5e5000c1d057a74dcd7f4af7b43c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat May 6 17:04:20 2023 -0600
*/*: Remove ~x86 (and related) from KEYWORDS
x86 is mostly untested, and even building a subset of ::haskell
revealed failing tests which pass on amd64.
With the new behavior of hackport to only add ARCH to KEYWORDS, there
will be CI failures if a package has ~x86 removed but not from its
revdep tree as well. The only sensible mitigation is to remove ~x86
tree-wide until we have a dedicated tester willing to fix current bugs.
See: https://github.com/snoyberg/mono-traversable/issues/210
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit b2f01bbf1333c88785109bebf75d49a3bd623727
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 5 15:53:40 2023 -0600
*/*: Add [profile?] to ghc RDEPEND
Any package that depends on 'base' will require the 'base' profiling
libs when profiling is enabled. Because virtually every package depends
on 'base', it makes sense to add [profile?] universally to
'dev-lang/ghc' in RDEPEND.
Reported-by: Filip Kszczot <filip@kszczot.pl>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit ca256c5f7ef0566f2b07d375ed4adb7ce72df67b
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Apr 2 17:04:25 2023 +1000
dev-haskell/hslua-module-path: drop 1.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 228d41aa38374b96e480897b259aaa24dfcb2dc0
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Apr 2 16:50:07 2023 +1000
dev-haskell/hslua-module-path: add 1.1.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit d8dd259d20baf63133b905f97e2bec9cecaede3c
Author: Jack Todaro <solpeth@posteo.org>
Date: Sat Oct 29 10:58:05 2022 +1100
dev-haskell/hslua-module-path: refresh metadata.xml
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 42937f8e756686be902b046b756bc2be7b586ab1
Author: Jack Todaro <solpeth@posteo.org>
Date: Sat Oct 29 10:53:59 2022 +1100
dev-haskell/hslua-module-path: drop 1.0.2
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit dd185fe9bc04d94528c4fcba56f9a7682969c1b0
Author: Jack Todaro <solpeth@posteo.org>
Date: Sat Oct 29 10:53:55 2022 +1100
dev-haskell/hslua-module-path: add 1.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 9672ee12c9c489f9e5bfdee329a4e6aed692fe4d
Author: Sam James <sam@gentoo.org>
Date: Sat Jul 30 06:55:18 2022 +0100
*/*: fix https->https in metadatd dtd
Newer hackport fixes this (in git, not tagged yet).
Signed-off-by: Sam James <sam@gentoo.org>
commit 52ed2180916152027a2dcbd80f1780779eee02a5
Author: Mark Wright <gienah@gentoo.org>
Date: Tue Mar 29 15:22:14 2022 +1100
dev-haskell/hslua-module-path: Bump to 1.0.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mark Wright <gienah@gentoo.org>
commit 2a81311a18c64374d350c4a58ff373237c6ac131
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jan 16 10:20:13 2022 +1100
dev-haskell/hslua-module-path: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit a27bd5368b8588ede800be26296b45397c53d6b2
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jan 16 10:19:54 2022 +1100
dev-haskell/hslua-module-path: bump up to 1.0.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit f9309fa6cbef371f8f9e1e0e7d2b3e8957ab7e88
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Mar 21 11:31:32 2021 +1100
dev-haskell/hslua-module-path: add package
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Jack Todaro <solpeth@posteo.org>