aboutsummaryrefslogtreecommitdiffstats
path: root/www-misc/skein/skein-0.1.3.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2024-03-30 13:35:51 +0100
committerWolfgang Müller2024-03-30 13:43:40 +0100
commit7dfa5212bf88cfdef627eff44c85bca6cf5a165c (patch)
tree90b6d9e1f265ed100d225aee5a88a354475057b5 /www-misc/skein/skein-0.1.3.ebuild
parent55b0126d63b44fcdc8fb838ca11922e732018409 (diff)
downloadpramantha-7dfa5212bf88cfdef627eff44c85bca6cf5a165c.tar.gz
www-misc/skein: add 0.1.3-r1, drop 0.1.3
Migrate to EAPI 8 and support the verify-sig USE flag.
Diffstat (limited to '')
-rw-r--r--www-misc/skein/skein-0.1.3.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/www-misc/skein/skein-0.1.3.ebuild b/www-misc/skein/skein-0.1.3.ebuild
deleted file mode 100644
index bddcbb8..0000000
--- a/www-misc/skein/skein-0.1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="secure cgit hosting with slowcgi(8)"
-HOMEPAGE="https://git.oriole.systems/skein"
-SRC_URI="https://git.oriole.systems/skein/snapshot/${P}.tar.gz"
-
-RESTRICT="mirror"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="www-misc/slowcgi"
-
-src_compile() {
- emake LDFLAGS="-static"
-}
-
-src_install() {
- emake PREFIX=/usr DESTDIR="${D}" install
-
- newinitd "${FILESDIR}"/skein-infra.initd skein-infra
-}