commit:     3a0233fb8d066184f216b4623edc07a8940e5430
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 22:11:58 2024 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 22:11:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0233fb

www-apps/ttyd: drop 1.7.4-r1

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

 www-apps/ttyd/Manifest             |  1 -
 www-apps/ttyd/ttyd-1.7.4-r1.ebuild | 40 --------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/www-apps/ttyd/Manifest b/www-apps/ttyd/Manifest
index 0b831bb22551..46ea28dabf86 100644
--- a/www-apps/ttyd/Manifest
+++ b/www-apps/ttyd/Manifest
@@ -1,2 +1 @@
-DIST ttyd-1.7.4.tar.gz 603483 BLAKE2B 
745ad302fdf17f31d941d3ae4b69b70257f87f3b6d624f3678e83269901577370fc6296726d8b2c61e94469f9970257b1192bcc2299fb0855bd0f3ea5960a498
 SHA512 
bbaa56389c224db9438b6dcce696deb0eeedfdf9b3a68cbc4c01c155340f71558e1d90c3fabe9a52de180728792b8dc7deed0c3512acdc246d651270d7fb82c6
 DIST ttyd-1.7.7.tar.gz 621347 BLAKE2B 
6d6524437fcbde1141c3a256eb1fc21877df1b67586b18053ca05f98202cdd95ac1daf968700e93ff2287b72c93a1195aecf1c424f995c30c619a3b55d3690e4
 SHA512 
0cc643223c603dfbd32bc8233e6d2b8d59efd0b1208ef684277ff690fd92ca9ce242b8ea229a5621c43301ce99f95ee56fbe1f3b8df47329be89c3d0658d7663

diff --git a/www-apps/ttyd/ttyd-1.7.4-r1.ebuild 
b/www-apps/ttyd/ttyd-1.7.4-r1.ebuild
deleted file mode 100644
index 19cbc8e5a9d8..000000000000
--- a/www-apps/ttyd/ttyd-1.7.4-r1.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
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-LICENSE="MIT"
-SLOT="0"
-IUSE="mbedtls"
-DEPEND="
-       dev-libs/json-c:=
-       dev-libs/libuv:=
-       net-libs/libwebsockets:=[libuv,mbedtls=,ssl]
-       sys-libs/zlib:=
-       !mbedtls? ( dev-libs/openssl:= )
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-       cmake_src_install
-
-       newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-       newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-       systemd_dounit "${FILESDIR}"/${PN}.service
-}

Reply via email to