summaryrefslogtreecommitdiff
path: root/dev-crystal
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-13 19:01:40 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-13 19:01:40 +0000
commitde7fa9c41ec64be7f82b1241e35a550461771db0 (patch)
tree27604b0f4790a73447095359a54d1b6a7238277f /dev-crystal
parent35b3f4e55de0c283a0a9607e5cfc46f08cb5eb16 (diff)
downloadbaldeagleos-repo-de7fa9c41ec64be7f82b1241e35a550461771db0.tar.gz
baldeagleos-repo-de7fa9c41ec64be7f82b1241e35a550461771db0.tar.xz
baldeagleos-repo-de7fa9c41ec64be7f82b1241e35a550461771db0.zip
Adding metadata
Diffstat (limited to 'dev-crystal')
-rw-r--r--dev-crystal/crystal-pg/Manifest1
-rw-r--r--dev-crystal/crystal-pg/crystal-pg-0.26.0.ebuild26
-rw-r--r--dev-crystal/crystal-sqlite3/Manifest1
-rw-r--r--dev-crystal/crystal-sqlite3/crystal-sqlite3-0.19.0.ebuild18
4 files changed, 0 insertions, 46 deletions
diff --git a/dev-crystal/crystal-pg/Manifest b/dev-crystal/crystal-pg/Manifest
index 773554b74e42..6555d53243ff 100644
--- a/dev-crystal/crystal-pg/Manifest
+++ b/dev-crystal/crystal-pg/Manifest
@@ -1,3 +1,2 @@
-DIST crystal-pg-0.26.0.tar.gz 38901 BLAKE2B 954737db2ebfb02ad8ed7a071a2728199a306a8eb44a31bd7702413d271c8e9aec4d5ff104487d224e8278bb4d45fe619e8f84db930cd3c70a83a3487b6387bc SHA512 097450dbabb2c2d26deb70a9ed34f49f70e63e59055b5b3513eab9951feca546886998263848c7b7648bad716f6d67b436d1bde5ff0a89d521520350138055c1
DIST crystal-pg-0.28.0.tar.gz 44534 BLAKE2B 69f3c50e77c928055bc66ef46b729052e6c0df69a80c310bf576ed75d51a5f3a93ebb4faa10c47c8a64dc4f46fcecf2b5b82e9812d5b6839ba5f6888cf5e5bd9 SHA512 34358bc203b78fcbe3828d086dbf31b09b94e465f5c179c6a35186f2f5d42a65cd362ef75860e93eb3252699cc22787f798e09484f2e20d1284db6a384721a78
DIST crystal-pg-0.29.0.tar.gz 45580 BLAKE2B 7f6a544466556a397b76aebb85d75d0ce269efda61129d55b61be29c14360da6cf3c4b6d8d127309f0e3dc6b21caf436a14cef1fd69e58a309d117d450b71811 SHA512 99a2cea26d51f2b3ca4b056d7e9673c7b1b75e72be1baf92a6f9377e04d52a62e23c5ce29486b7e430685a478f3e463ccbd985e491bc9f23b89241b633bfe609
diff --git a/dev-crystal/crystal-pg/crystal-pg-0.26.0.ebuild b/dev-crystal/crystal-pg/crystal-pg-0.26.0.ebuild
deleted file mode 100644
index 1079b9ea5f46..000000000000
--- a/dev-crystal/crystal-pg/crystal-pg-0.26.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit databases shards
-
-DESCRIPTION="A native, non-blocking Postgres driver for Crystal"
-HOMEPAGE="https://github.com/will/crystal-pg"
-SRC_URI="https://github.com/will/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-crystal/crystal-db"
-
-DOCS=( CHANGELOG CONTRIBUTORS {CONTRIBUTING,README}.md )
-
-src_test() {
- local -x DATABASE_URL="postgres://postgres@127.0.0.1:65432"
-
- epostgres --start 65432
- shards_src_test
- epostgres --stop
-}
diff --git a/dev-crystal/crystal-sqlite3/Manifest b/dev-crystal/crystal-sqlite3/Manifest
index e216828b9f3f..978ef436f2dc 100644
--- a/dev-crystal/crystal-sqlite3/Manifest
+++ b/dev-crystal/crystal-sqlite3/Manifest
@@ -1,2 +1 @@
-DIST crystal-sqlite3-0.19.0.tar.gz 10893 BLAKE2B ab6591661f47c5b1257ade2e5a1f4db3b853851c2d699d12005bd09490224b2dfffaa8a5495f72c81d5b9f8e78195b66c61592269d4c3178b293870125d72034 SHA512 10f3447316db45d1320c9ec5ef85bc582bdc65823816362a03c7adc08f1d98c059f7f51eafcf15ed57f299a92499b128f90ff3d5207e7c72fdcf3801f9e0eacc
DIST crystal-sqlite3-0.21.0.tar.gz 12284 BLAKE2B a6943a30d00a8ec47860121f2878ce9274aab100bfe6a8a82aadbcdd71f0b4eef1943fa29e6d86bb2807ccfe6294136d5422b797086078d5c3196b9e63fd3f89 SHA512 a11b70e714c19762a4344383b95b3106be05cf9f51f9a4491e1bfda37c7fff0c178bec366fc86845db903a597e2c6a4eeb288c2c365f0b8752345f761bc68759
diff --git a/dev-crystal/crystal-sqlite3/crystal-sqlite3-0.19.0.ebuild b/dev-crystal/crystal-sqlite3/crystal-sqlite3-0.19.0.ebuild
deleted file mode 100644
index da6318eead1d..000000000000
--- a/dev-crystal/crystal-sqlite3/crystal-sqlite3-0.19.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit shards
-
-DESCRIPTION="SQLite3 bindings for Crystal"
-HOMEPAGE="https://github.com/crystal-lang/crystal-sqlite3"
-SRC_URI="https://github.com/crystal-lang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-crystal/crystal-db"
-
-DOCS=( {CHANGELOG,README}.md )