commit:     6afc3cddd1b788302162dc8324e9e265698840d6
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 16:39:03 2024 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 16:39:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6afc3cdd

www-apps/ttyd: drop 1.7.4

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 www-apps/ttyd/ttyd-1.7.4.ebuild | 40 ----------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/www-apps/ttyd/ttyd-1.7.4.ebuild b/www-apps/ttyd/ttyd-1.7.4.ebuild
deleted file mode 100644
index f8f684ac77b4..000000000000
--- a/www-apps/ttyd/ttyd-1.7.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake systemd
-
-MY_PV="$(ver_rs 3 '-')"
-
-DESCRIPTION="ttyd, a simple command-line tool for sharing terminal over the 
web"
-HOMEPAGE="https://github.com/tsl0922/ttyd";
-
-if [[ ${PV} == "9999" ]]; then
-       EGIT_REPO_URI="https://github.com/tsl0922/ttyd.git";
-       inherit git-r3
-else
-       SRC_URI="https://github.com/tsl0922/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="
-       dev-libs/json-c:=
-       dev-libs/libuv:=
-       net-libs/libwebsockets:=[libuv,ssl]
-       sys-libs/zlib:=
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_install() {
-       dobin ../${P}_build/${PN}
-       doman man/*.1
-       newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-       newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-       systemd_dounit "${FILESDIR}"/${PN}.service
-}

Reply via email to