blob: e2816fb197954bc11380e3268560a7bd14693bcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BDEPEND=virtual/pkgconfig >=app-editors/emacs-25.1:*
DEFINED_PHASES=compile configure info install postinst postrm prepare setup test unpack
DEPEND=sqlite? ( dev-db/sqlite:3 )
DESCRIPTION=A high-level Emacs Lisp RDBMS front-end
EAPI=8
HOMEPAGE=https://github.com/magit/emacsql
INHERIT=edo elisp toolchain-funcs
IUSE=+sqlite postgres mysql
KEYWORDS=~amd64
LICENSE=Unlicense
RDEPEND=sqlite? ( dev-db/sqlite:3 ) postgres? ( dev-db/postgresql ) mysql? ( virtual/mysql ) >=app-editors/emacs-25.1:*
SLOT=0
SRC_URI=https://github.com/magit/emacsql/archive/refs/tags/v4.0.3.tar.gz -> emacsql-4.0.3.tar.gz
_eclasses_=edo 367e103a74bf77e6a8da7894d999fa3c elisp 8dfc7a00348fe9c91895014adc78a4a5 elisp-common 4ee3453b022aae73f4d827a0f98920c2 multilib b2a329026f2e404e9e371097dda47f96 toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1
_md5_=9e9a36e4b767c978388f4253c8821041
|