summaryrefslogtreecommitdiff
path: root/dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild')
-rw-r--r--dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild b/dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild
deleted file mode 100644
index 8af5194..0000000
--- a/dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2018 Kenny Ballou
-# Distributed under the terms of the GNU General Public License v3
-
-EAPI=6
-
-DESCRIPTION="Guile bindings to Libgcrypt"
-HOMEPAGE="https://notabug.org/cwebber/guile-gcrypt"
-SRC_URI="https://notabug.org/cwebber/guile-gcrypt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-scheme/guile-2.0.0
- >=dev-libs/libgcrypt-1.8.3"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}