aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/crystal-db/crystal-db-0.13.ebuild')
-rw-r--r--virtual/crystal-db/crystal-db-0.13.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/virtual/crystal-db/crystal-db-0.13.ebuild b/virtual/crystal-db/crystal-db-0.13.ebuild
new file mode 100644
index 000000000..abb5ec543
--- /dev/null
+++ b/virtual/crystal-db/crystal-db-0.13.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for Crystal database drivers"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="postgres sqlite"
+
+RDEPEND="
+ >=dev-crystal/crystal-db-0.13
+ <dev-crystal/crystal-db-0.14
+ postgres? (
+ >=dev-crystal/crystal-pg-0.28
+ <dev-crystal/crystal-pg-0.29
+ )
+ sqlite? (
+ >=dev-crystal/crystal-sqlite3-0.21.0
+ <dev-crystal/crystal-sqlite3-0.22.0
+ )
+"