diff options
Diffstat (limited to 'dev-python/olm/olm-3.2.7.ebuild')
-rw-r--r-- | dev-python/olm/olm-3.2.7.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/olm/olm-3.2.7.ebuild b/dev-python/olm/olm-3.2.7.ebuild deleted file mode 100644 index 01ee479..0000000 --- a/dev-python/olm/olm-3.2.7.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=(python3_7 python3_8 python3_9) - -inherit distutils-r1 - -DESCRIPTION="Python CFFI binding to libolm" -HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm/" -SRC_URI="https://gitlab.matrix.org/matrix-org/olm/-/archive/${PV}/olm-${PV}.tar.bz2 -> ${P}.tar.bz2" -KEYWORDS="~amd64" -SLOT="0" -LICENSE="Apache-2.0" - -S="${S}/python" - -CDEPEND=" - >=dev-libs/olm-${PV} -" - -DEPEND="${CDEPEND}" -RDEPEND="${CDEPEND}" |