commit: 471e02564e193e59b07224dd5ba843ad81fec128
Author: NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Tue Apr 2 11:19:32 2024 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Apr 2 11:19:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=471e0256
dev-libs/md4c: moved from app-text
Signed-off-by: NRK <nrk <AT> disroot.org>
{app-text => dev-libs}/md4c/Manifest | 0
{app-text => dev-libs}/md4c/md4c-0.4.8_p20220115.ebuild | 0
{app-text => dev-libs}/md4c/md4c-0.5.2.ebuild | 1 -
{app-text => dev-libs}/md4c/metadata.xml | 0
profiles/updates/2Q-2024 | 1 +
5 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/md4c/Manifest b/dev-libs/md4c/Manifest
similarity index 100%
rename from app-text/md4c/Manifest
rename to dev-libs/md4c/Manifest
diff --git a/app-text/md4c/md4c-0.4.8_p20220115.ebuild
b/dev-libs/md4c/md4c-0.4.8_p20220115.ebuild
similarity index 100%
rename from app-text/md4c/md4c-0.4.8_p20220115.ebuild
rename to dev-libs/md4c/md4c-0.4.8_p20220115.ebuild
diff --git a/app-text/md4c/md4c-0.5.2.ebuild b/dev-libs/md4c/md4c-0.5.2.ebuild
similarity index 91%
rename from app-text/md4c/md4c-0.5.2.ebuild
rename to dev-libs/md4c/md4c-0.5.2.ebuild
index 524311cd3f..59a6bad4cb 100644
--- a/app-text/md4c/md4c-0.5.2.ebuild
+++ b/dev-libs/md4c/md4c-0.5.2.ebuild
@@ -8,7 +8,6 @@ inherit cmake
# TODO(NRK):
# - enable tests
# - useflag for static lib (?)
-# - move this under dev-libs or maybe split the md2html tool into it's own
package (??)
if [[ ${PV} == 9999 ]]; then
inherit git-r3
diff --git a/app-text/md4c/metadata.xml b/dev-libs/md4c/metadata.xml
similarity index 100%
rename from app-text/md4c/metadata.xml
rename to dev-libs/md4c/metadata.xml
diff --git a/profiles/updates/2Q-2024 b/profiles/updates/2Q-2024
index 33364a8e16..151e8d79da 100644
--- a/profiles/updates/2Q-2024
+++ b/profiles/updates/2Q-2024
@@ -1 +1,2 @@
move dev-util/cargo-make dev-build/cargo-make
+move app-text/md4c dev-libs/md4c