aboutsummaryrefslogtreecommitdiff
path: root/dev-libs/jose/jose-11.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/jose/jose-11.ebuild')
-rw-r--r--dev-libs/jose/jose-11.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-libs/jose/jose-11.ebuild b/dev-libs/jose/jose-11.ebuild
deleted file mode 100644
index e202495..0000000
--- a/dev-libs/jose/jose-11.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 meson
-
-DESCRIPTION="C-language implementation of Javascript Object Signing and Encryption"
-HOMEPAGE="https://github.com/latchset/jose"
-SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-libs/jansson"
-RDEPEND="${DEPEND}"
-BDEPEND=""