aboutsummaryrefslogtreecommitdiffstats
path: root/www-servers/caddy/caddy-2.5.1.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2022-08-11 14:00:15 +0200
committerWolfgang Müller2022-08-11 14:00:15 +0200
commit4d4c3e2aa71b5ac175ddc2b583bbb7e967fdbf6a (patch)
treec392e9ea34db0d6dea16a7def2308b811bbed4b0 /www-servers/caddy/caddy-2.5.1.ebuild
parentc1c1ada2df068a585aadafc5cc0cd47701318666 (diff)
downloadpramantha-4d4c3e2aa71b5ac175ddc2b583bbb7e967fdbf6a.tar.gz
www-servers/caddy: add 2.5.2, drop 2.5.1
Diffstat (limited to 'www-servers/caddy/caddy-2.5.1.ebuild')
-rw-r--r--www-servers/caddy/caddy-2.5.1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/www-servers/caddy/caddy-2.5.1.ebuild b/www-servers/caddy/caddy-2.5.1.ebuild
deleted file mode 100644
index 772fb21..0000000
--- a/www-servers/caddy/caddy-2.5.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit fcaps go-module
-
-DESCRIPTION="Fast, cross-platform HTTP/2 web server with automatic HTTPS"
-HOMEPAGE="https://caddyserver.com"
-
-DEPEND="
- acct-user/caddy
- acct-group/http"
-
-FILECAPS=(
- cap_net_bind_service /usr/bin/caddy
-)
-
-SRC_URI="https://github.com/caddyserver/caddy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://nest.oriole.systems/gentoo/go-mod/${P}-deps.tar.xz"
-
-LICENSE="Apache-2.0 BSD ECL-2.0 MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RESTRICT+=" mirror test"
-
-src_compile() {
- go build ./cmd/caddy || die
-}
-
-src_install() {
- dobin caddy
- dodoc README.md
-
- newinitd "${FILESDIR}"/caddy.initd caddy
-}
-
-pkg_postinst() {
- fcaps_pkg_postinst
-}