summaryrefslogtreecommitdiff
path: root/dev-crystal
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-04 18:50:47 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-04 18:50:47 +0000
commit2e0fe0ea29315336eebdbcd88c0d03ed85569bfd (patch)
treeb4fa03aeb6aee137ca6b4f1e9048aeffb98cb07e /dev-crystal
parent93f3f34f270e2687319c9ec473fb2211eafba198 (diff)
downloadbaldeagleos-repo-2e0fe0ea29315336eebdbcd88c0d03ed85569bfd.tar.gz
baldeagleos-repo-2e0fe0ea29315336eebdbcd88c0d03ed85569bfd.tar.xz
baldeagleos-repo-2e0fe0ea29315336eebdbcd88c0d03ed85569bfd.zip
Adding metadata
Diffstat (limited to 'dev-crystal')
-rw-r--r--dev-crystal/kemal/kemal-1.1.2-r1.ebuild (renamed from dev-crystal/kemal/kemal-1.1.2.ebuild)2
-rw-r--r--dev-crystal/kemal/kemal-1.6.0-r1.ebuild (renamed from dev-crystal/kemal/kemal-1.6.0.ebuild)2
-rw-r--r--dev-crystal/protodec/metadata.xml4
-rw-r--r--dev-crystal/protodec/protodec-0.1.5-r2.ebuild (renamed from dev-crystal/protodec/protodec-0.1.5.ebuild)9
4 files changed, 13 insertions, 4 deletions
diff --git a/dev-crystal/kemal/kemal-1.1.2.ebuild b/dev-crystal/kemal/kemal-1.1.2-r1.ebuild
index 16f4fc8e6082..c9da25d793b0 100644
--- a/dev-crystal/kemal/kemal-1.1.2.ebuild
+++ b/dev-crystal/kemal/kemal-1.1.2-r1.ebuild
@@ -18,6 +18,6 @@ KEYWORDS="~amd64"
RESTRICT="test"
RDEPEND="
- dev-crystal/exception_page
+ <dev-crystal/exception_page-0.5
dev-crystal/radix
"
diff --git a/dev-crystal/kemal/kemal-1.6.0.ebuild b/dev-crystal/kemal/kemal-1.6.0-r1.ebuild
index 164a54c4c0c0..05c0aaea9e35 100644
--- a/dev-crystal/kemal/kemal-1.6.0.ebuild
+++ b/dev-crystal/kemal/kemal-1.6.0-r1.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
- dev-crystal/exception_page
+ <dev-crystal/exception_page-0.5
dev-crystal/radix
"
diff --git a/dev-crystal/protodec/metadata.xml b/dev-crystal/protodec/metadata.xml
index f16b9491b41b..39fe9098c8a3 100644
--- a/dev-crystal/protodec/metadata.xml
+++ b/dev-crystal/protodec/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
<upstream>
<maintainer>
<email>omarroth@protonmail.com</email>
diff --git a/dev-crystal/protodec/protodec-0.1.5.ebuild b/dev-crystal/protodec/protodec-0.1.5-r2.ebuild
index f299a6362e00..90f97c8d259d 100644
--- a/dev-crystal/protodec/protodec-0.1.5.ebuild
+++ b/dev-crystal/protodec/protodec-0.1.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
DEPEND="
dev-libs/boehm-gc
dev-libs/libevent:=
- dev-libs/libpcre
+ dev-libs/libpcre2:=
"
RDEPEND="${DEPEND}"
@@ -28,3 +28,8 @@ src_prepare() {
-e 's/\(CURRENT_COMMIT \) = .*/\1 = "gentoo"/' \
-e "s/\(CURRENT_VERSION\) = .*/\1 = \"v${PV}\"/" || die
}
+
+src_install() {
+ dobin protodec
+ shards_src_install
+}